harti
0b891ae48d
Catch up with the import of bsnmp-1.11. Add a couple of new
...
configuration flags to CFLAGS.
2005-10-04 15:03:39 +00:00
scottl
6026f74dcd
Add the lmcconfig tool for controlling the lmc driver. Add man pages and
...
glue.
Submitted by: David Boggs
2005-10-03 07:09:41 +00:00
phk
f6f17c1957
Report any errors we might see when disabling the watchdog.
...
Complain about extra arguments so people don't get surprised
if they type "watchdog 0"
2005-09-30 08:30:20 +00:00
imp
c5c0b326f7
Don't build pccardd anymore.
2005-09-29 21:32:57 +00:00
jkoshy
fa4873dd0c
The 'intr_bufferfull' driver statistic actually counts the number
...
of times sampling was stopped due to a space shortage; change its
description in the output of `pmcstat -s` to match reality.
MFC after: 3 days
2005-09-29 01:40:03 +00:00
cognet
60f0244e87
setsockopt() will return -1 on error, not 0.
...
Pointy hat to: Jeremie Le Hen
2005-09-28 16:14:43 +00:00
cognet
74216dceb2
Use SO_REUSEADDR on the socket, to make the use of syslogd in jails easier.
...
Submitted by: Jeremie Le Hen <jeremie le-hen org>
2005-09-28 16:05:13 +00:00
ru
dc40bac07d
Add NO_OBJ, remove redundant SCRIPTSNAME.
2005-09-28 07:52:27 +00:00
ru
07eb4db92e
Sort SUBDIR.
2005-09-28 07:20:46 +00:00
nyan
ebac7c30db
Switch from OLDCARD to NEWCARD on pc98.
2005-09-27 13:10:24 +00:00
des
953bbe6a0d
Accept "maximum" and "minimum" modes as well as their abbreviations.
...
MFC after: 2 weeks
2005-09-26 12:16:27 +00:00
krion
3b94f1f114
Do not bitch about bsdpan modules not having origin.
...
Based on PR: bin/82269
Submitted by: Steven Hartland <killing at multiplay dot co dot uk>
MFC after: 3 days
2005-09-24 21:41:47 +00:00
krion
b3b9e441ec
Remove '\n' since it's redundant in case if file doesn't exist while
...
running 'pkg_info -g'
Based on PR: bin/42609
Submitted by: Jeff King <peff-freebsd at peff dot net>
MFC after: 3 days
2005-09-24 19:41:56 +00:00
brian
d906cc2e79
Fix a typo
...
Obtained from: OpenBSD
2005-09-22 11:18:30 +00:00
cperciva
db5a4f6992
Add HTTP proxy authentication, via the HTTP_PROXY_AUTH environment
...
variable.
Tested by: Emil Mikulic
X-MFC-After: 6.0-RELEASE
2005-09-22 07:11:27 +00:00
cperciva
f38ccb360f
Style fix: "if (pointer)" -> "if (pointer != NULL)"
2005-09-21 18:42:56 +00:00
cognet
4828c58b48
Close the tty file descriptor once we're done with it.
...
Use O_NONBLOCK when opening the tty device.
Suggested by: bde
Submitted by: ru
2005-09-21 14:30:14 +00:00
grog
1cf87107d0
Initialize uninitialized variables.
...
PR: 71653
Submitted by: Dan Lukes <dan@obluda.cz>
2005-09-21 05:33:46 +00:00
grog
3d1542ebf7
Remove one possible way of shooting yourself in the foot.
...
Submitted by: Ulrich Sperlein <q@galgenberg.net>
2005-09-21 05:20:03 +00:00
ru
db795b2c76
Restore the ability to detach from a tty via SIOCSTTY and document
...
recent changes in a manpage.
Reviewed by: cognet
2005-09-19 13:48:45 +00:00
philip
f70f74d5f0
Fix a small typo.
...
Spotted by: ceri
2005-09-19 09:29:59 +00:00
imura
7b4e5c25c9
Connect smbfs build on powerpc.
2005-09-19 08:13:43 +00:00
philip
3a96c530e2
Add an option to stop 'mouse drift' in some defective/cheap mice. This stops
...
the pointer slowly wandering away on its own in an annoying way when the mouse
isn't physically moved.
PR: bin/83970
Submitted by: Lena -at- lena.kiev.ua
X-MFC after: 6.0-RELEASE
2005-09-19 06:58:39 +00:00
cognet
cbeddbcc36
Open the tty device and pass the fd for SNPSTTY.
...
MFC after: 3 days
2005-09-18 19:24:05 +00:00
cperciva
b48ff0ab65
Add a note pointing out that certain information (IP address, list of
...
files fetched, FreeBSD release level) is transmitted to the portsnap
server when portsnap is run, but that this information is only used
anonymously and in aggregate.
2005-09-18 12:19:32 +00:00
cperciva
c428222e35
Handle circular dependencies properly (via errx(3)) rather than dumping
...
core. This bug was made visible by a recent change to the audio/timidity++
port, which now has itself as a run dependency.
Reported by: Emil Mikulic, Andreas Klemm
2005-09-17 15:30:16 +00:00
rodrigc
c186ba9bf2
Fix so that color changes are not lost when the video mode changes.
...
PR: bin/83553
Submitted by: Dan Lukes <dan at obluda dot cz>
2005-09-17 12:52:04 +00:00
pjd
c71407b589
Pidfiles should be created with permission preventing users from opening
...
them for reading. When user can open file for reading, he can also
flock(2) it, which can lead to confusions.
Pointed out by: green
2005-09-16 11:24:28 +00:00
cperciva
ba5243d894
Portsnap uses host(1) to search for mirrors, but this is only available
...
when the base system is not compiled with NO_BIND set. Before we start
searching for mirrors, make sure that host(1) can be found, and if it
doesn't exist then fallback to the A record instead of the SRV records.
Submitted by: Luca Morettoni
2005-09-15 13:29:10 +00:00
jkoshy
e4de2de432
Determine where the runtime loader got mapped to when a dynamically
...
linked process was exec()'ed, and map samples in that address range
into the appropriate buckets in the runtime loader's profile.
Improve a few comments.
MFC after: 3 days
2005-09-14 21:15:50 +00:00
jkoshy
14b399b103
Fix a bug that caused generated gmon.out profiles to be out of
...
whack. Use saturating arithmetic when incrementing a bucket.
Improve a few comments.
MFC after: 3 days
2005-09-13 02:23:25 +00:00
stefanf
698cbc6a4d
Include <osreldate.h> at the top of the file.
2005-09-12 16:06:15 +00:00
brian
9496bf8e94
Remove this file as it's mostly out of date. Up-to-date info such as
...
the program's origin is already in the man page.
Update requested by: Xavier Venient & Jason McIntyre
2005-09-12 11:20:07 +00:00
cperciva
f00504e5fa
Fix typo: ${PORTDIR} -> ${PORTSDIR}.
...
Apologies to everyone who has run portsnap in 7.0-CURRENT since
Tuesday; if there is a file "/.portsnap.INDEX" on your system, you can
delete it (or even better, move it to /usr/ports/.portsnap.INDEX).
Big pointy hat to: cperciva
Reported that things weren't working properly: Aleksander Fafula
2005-09-11 12:55:07 +00:00
cperciva
8f3a1adc9f
Fix typo: Cowarly -> Cowardly.
...
Reported by: Joerg Sonnenberger
2005-09-07 19:32:15 +00:00
cperciva
4c165daa8d
Teach portsnap how to ignore unwanted parts of the ports tree. A line
...
of the form "REFUSE foo" in portsnap.conf will result in parts of the
tree matching "^foo" being (a) not extracted by "portsnap extract", (b)
not updated by "portsnap update", and (c) not having any patches or new
ports downloaded by "portsnap fetch" or "portsnap cron". The example
shown in portsnap.conf demonstrates ignoring all the language categories.
As mentioned in portsnap.conf.5, the use of an imcomplete ports tree is
not officially supported; but this is something which many users have
requested, so I'm adding it anyway.
PR: bin/85619 (but not the patch provided therein)
MFC after: 1 month
2005-09-06 19:28:37 +00:00
jkoshy
37ed081c35
Improve an error message.
...
MFC after: 3 days
2005-09-05 18:31:09 +00:00
emax
7154605d69
Fix typo in usage.
...
Submitted by: Jonatan B < onatan at gmail dot com >
MFC after: 3 days
2005-09-01 22:45:25 +00:00
sam
94cff4b92f
o correct alignment of 802.11 addresses passed to ether_ntoa to fix
...
segfaults on amd64
o while here correct printf formats for size_t args
Identified by: Pascal Hofstee
MFC after: 3 days
2005-08-30 15:59:49 +00:00
philip
5c88887dda
Fix unhandled malloc errors.
...
PR: bin/83467
Submitted by: Dan Lukes <dan -at- obluda.cz>
Prodded by: glebius
MFC after: 3 days
2005-08-29 10:08:04 +00:00
murray
4e2de3998a
Update number and size of Ports Collection.
...
MFC after: 1 day
2005-08-28 02:30:50 +00:00
cperciva
cb19e170f1
Fix a bug introduced in revision 1.9 which causes chkgrp to coredump on
...
certain corrupt files.
Submitted by: liamfoy@dragonflybsd.org
Reported by: Nikolay Kalev, via freebsd-current
MFC after: 3 days
2005-08-25 17:01:06 +00:00
pjd
3d2323799f
Test last minute changes, as gcc isn't too smart.
...
Reported by: Steve Kargl <sgk@troutmask.apl.washington.edu>
2005-08-24 19:42:40 +00:00
pjd
9de6caadfa
Use pidfile(3) in watchdogd(8).
2005-08-24 19:28:33 +00:00
pjd
a834e2610e
Use pidfile(3) in mountd(8). There is no need to use /var/run/mountd.lock
...
anymore.
2005-08-24 19:17:06 +00:00
pjd
da18f6ae6c
Use pidfile(3) in inetd(8).
2005-08-24 19:04:21 +00:00
pjd
45a889ae7c
Use pidfile(3) in cron(8).
...
Note, that when cron(8) cannot create pidfile, it'll exit. I didn't
changed this behaviour, but its better to ignore errors other than
EEXIST, so daemon can be started on systems where /var/ file system
doesn't support locking (like NFS without rpc.lockd(8)).
2005-08-24 17:51:36 +00:00
pjd
6de559363a
Add '-P' option which allows to specify pidfile.
2005-08-24 17:32:41 +00:00
pjd
276e85f997
Use pidfile(3) in moused(8).
2005-08-24 17:27:06 +00:00
pjd
ce60c894bc
Use pidfile(3) in syslogd(8).
2005-08-24 17:26:26 +00:00