njl
39560838ba
Whitespace fix.
2005-10-23 00:55:56 +00:00
jkoshy
f2b9dccde5
Warn the user if the kernel driver dropped samples or ran out of event buffers
...
during a data collection run.
2005-10-21 18:59:59 +00:00
wpaul
c956c5f74b
Hide a diagnostic message under if (verbose) to avoid cluttering the
...
system log when not in verbose logging mode.
2005-10-21 16:57:57 +00:00
brooks
bf4cb5aab0
Mention the possibility of non-interactive scripts for EDITOR and add a
...
BUGS section mentioning the requirement that such scripts run "sleep 1"
or equivalent to work reliably.
2005-10-20 19:23:16 +00:00
wpaul
6db27f35d6
Fix small grammar nit.
2005-10-20 18:33:46 +00:00
wpaul
bcc6df344c
Implement the PacketGetVersion() routine, which is used in
...
the 0.4.x versions of wpa_supplicant.
2005-10-20 16:49:31 +00:00
njl
cd579e831a
Set the signal handlers before creating the thread. This is so it inherits
...
the parent's signal mask. Once daemon() forked, signals would be ignored
in the child thread. While I'm here, check the return value of daemon().
This fixes termination in the daemon case (bug introduced in last commit).
Noticed by: Frederik Lindberg
2005-10-20 05:12:20 +00:00
stefanf
bb15d175e9
Use the new name H_SETSIZE instead of the old H_EVENT to set the history
...
size.
PR: 86355
Approved by: gad
2005-10-19 16:37:52 +00:00
suz
44730c0a96
supported an ndp command suboption to disable IPv6 in the given interface
...
Obtained from: KAME
Reviewd by: ume, gnn
MFC after: 2 week
2005-10-19 16:20:18 +00:00
suz
fe91d8d38d
sync with KAME in the following point:
...
- fixed a bug that "ndp ... proxy" command does not work
Obtained from: KAME
Reviewd by: ume, gnn
MFC after: 2 weeks
2005-10-19 15:58:23 +00:00
suz
a74e8eb45a
sync with KAME in the following points:
...
- removed compilation warnings
- suppress a redundant error message when a default-router-list is empty
Obtained from: KAME
Reviewd by: ume, gnn
MFC after: 2 weeks
2005-10-19 15:52:00 +00:00
stefanf
267cbf8d22
Use the new name H_SETSIZE instead of the old H_EVENT to set the history
...
size.
PR: 86355
2005-10-19 15:37:43 +00:00
suz
f584bb27ab
changed syslog level to more appropriate ones
...
Obtained from: KAME
Reviewd by: ume, gnn
MFC after: 2 weeks
2005-10-19 15:19:06 +00:00
suz
1e68536f50
source link-layer address option should be marked to be checked later,
...
because rs_input() need this option.
Obtained from: KAME
Reviewed by: ume, gnn
MFC after: 2 weeks
2005-10-19 15:14:28 +00:00
suz
7cb7aed97b
added an ioctl option in kernel so that ndp/rtadvd can change some NDP-related kernel variables based on their configurations (RFC2461 p.43 6.2.1 mandates this for IPv6 routers)
...
Obtained from: KAME
Reviewd by: ume, gnn
MFC after: 2 weeks
2005-10-19 15:05:42 +00:00
njl
d5e033e83c
Use a pipe for reading devd events as another method of getting the AC line
...
status. Add a thread that waits for events on the named pipe instead of
polling the line status via apm or the ACPI sysctl. Additionally, use
robust error handling in case devd goes away or we temporarily can't set
a frequency (i.e., passive cooling has preempted our setting).
Later, this should be improved so that if adaptive control is not being used,
we will block while waiting for AC line events, saving a little CPU.
Submitted by: Frederik Lindberg <fli+freebsd-current/shapeshifter.se>
2005-10-19 04:48:44 +00:00
jkoshy
1c6388f59d
Handle 32 bit executables better on AMD64 platforms.
2005-10-18 05:13:27 +00:00
jkoshy
94200415ae
Document pmcstat's inability to handle 32 bit executables on the
...
AMD64 while I work on a fix.
Noticed by: ps
2005-10-18 04:40:11 +00:00
phk
de5df3feea
Hook ipfwpcap into the build tree.
2005-10-17 20:47:44 +00:00
phk
84406cb935
Add a small tool which captures packets on a DIVERT socket and writes
...
them as pcap (tcpdump) format data to a file or pipe.
Volunters wanted for: manpage
Contributed by: P Kern <pkern@cns.utoronto.ca>
2005-10-17 20:27:15 +00:00
imp
36c69c6c27
style(9) nitlet:
...
foo() {
}
to
foo()
{
}
2005-10-17 16:51:06 +00:00
ru
58c0a29b88
Remove now redundant NO_SHARED.
...
Reviewed by: imp
2005-10-17 15:28:25 +00:00
pjd
053665bac9
setkey(8) was repo-copied from usr.sbin/ to sbin/.
...
This will allow for NFS mount of /usr over IPsec.
Discussed on: arch@
2005-10-12 21:40:41 +00:00
wpaul
1bf7a68287
Drain all pending events from the driver when we get an
...
RTM_IFINFO message, in case some were posted before ndis_events
was run. This keeps us in sync with wpa_supplicant.
2005-10-12 00:57:31 +00:00
wpaul
020d6defa5
Make forwarding of connect/disconnect events optional. wpa_supplicant
...
seems to already be able to tell when it's associated and the extra
events just confuse it. Only forward media-specific events by default.
2005-10-10 20:40:28 +00:00
wpaul
ae456864c8
Enable -D ndis support in wpa_supplicant and add the ndis_events utility.
...
This allows wpa_supplicant to work with WPA and WPA2 compliant NDIS
drivers.
2005-10-10 17:51:12 +00:00
krion
d66abe9463
* pkg_version(1) exits if INDEX files is not found and -I is not
...
specified. The result is that the package will be listed with a '?'
as if it was not found within the INDEX file, so fix this behaviour.
* Remove trailing spaces.
PR: bin/87136
Submitted by: Sean Farley <sean-freebsd at farley dot org>
MFC after: 3 days
2005-10-10 12:35:31 +00:00
krion
5378478204
Fix pkg_info(1) and pkg_delete(1) to handle properly packages which
...
names start with a digit.
PR: bin/76858
Submitted by: Matthew D. Fuller <fullermd@over-yonder dot net>
MFC after: 3 days
2005-10-10 08:38:21 +00:00
delphij
8e27c37e5f
Sync whitespace change that is found uniquely in RELENG_6, to reduce diff
...
against it.
2005-10-09 04:44:51 +00:00
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