summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-19typo in comment; from robert nagyMichael Shalayeff
2004-03-19make EXAMPLES more consistent;Jason McIntyre
simpler macros; escape punctuation;
2004-03-19clarify -c;Jason McIntyre
from Vincent Aymeric (NetBSD PR 24676); ok millert@
2004-03-19Remove errant ';' from end of for() statement. deraadt@ okAaron Campbell
2004-03-19remove trailing ';' in PFLOG_REAL_HDRLEN definition. ok dhartmei@ mcbride@Mike Frantzen
2004-03-19procmap/pmap confusion, spotted by jmc@Ted Unangst
2004-03-19Tweak isr to speed it up, panic in correct spot, prepare for more firmwareKenneth R Westerback
handling and error handling. From Marco Peereboom, with suggestions from LSI. ok deraadt@.
2004-03-18state->rule.ptr shall not be NULL. from Jon Coller. ok dhartmei@ mcbride@Cedric Berger
2004-03-18Allow the state of a carp interface to be changed explicitly.Ryan Thomas McBride
ok markus@
2004-03-18Allow the state to be changed explicitly via the ioctl.Ryan Thomas McBride
ok markus@
2004-03-18VIA VT8233/35/37 AC97Alexander Yurchenko
2004-03-18auvia(4) works on via vt8235/vt8237Alexander Yurchenko
2004-03-18syncTheo de Raadt
2004-03-18Add back ftp5.usa.openbsd.org; it has disk space now; OK miod@Todd C. Miller
2004-03-18Add some wicontrol examples for things ifconfig doesn't support.Todd C. Miller
2004-03-18Document the lack of support for fragmented frames when usingTodd C. Miller
software WEP and mention the lucent firmware version that uses fragmented frames w/ WEP.
2004-03-18When using an install prefix with -B to install packages, and the packingThorsten Lockert
list uses @owner, @group and/or @mode, setting these did not use the install prefix. ok deraadt@
2004-03-18Starting with Prism firmware version 1.6.3, HostAP supports anTodd C. Miller
enhanced security mode whereby the SSID can be hidden from snoopers. Ok deraadt@
2004-03-18typo;Jason McIntyre
ok grange@
2004-03-18when we are in state CONNECT, i. e. we have a half-open tcp connectionHenning Brauer
to the peer, and we get a connection from exactly that peer, we used to refuse it (because we already had a - tho only half-open - connection). this diff changes that so that the connection request from the neighbor is preferred in only that specific case, and the existing half-open connection is teared down. this can speed up session re-establishment quite a bit, especially with multihop. claudio ok
2004-03-18mention supported machines here too...Xavier Santolaria
ok drahn@.
2004-03-18various fixes from Jared Yanovich;Jason McIntyre
thanks Jared!
2004-03-18typo from Jared Yanovich;Jason McIntyre
2004-03-18wording/grammar improvements from Jared Yanovich;Jason McIntyre
2004-03-180 vs NULL, from Joris VinkTed Unangst
2004-03-18don't read registers all the time, solves timeout issues. from Joris VinkTed Unangst
2004-03-18Don't ask for timezone info during an upgrade.Kenneth R Westerback
Suggestion by Tom Cosgrove. ok miod@ millert@ deraadt@.
2004-03-17Document need for net.inet.carp.preempt to be enabled.Ryan Thomas McBride
ok markus@ henning@
2004-03-17Complete the pegasos section 8.Miod Vallat
2004-03-17return(00); -> return(0); markus@ okAaron Campbell
2004-03-17Otto@ confirms 715/50 needs the viper timeout kluge to be really happy.Miod Vallat
2004-03-17Add missing open paren in comment noticed by jmc@Todd C. Miller
2004-03-17Remove pointless printfs.Dale Rahn
2004-03-17tell about snapper(4);Xavier Santolaria
ok miod@ & input/ok drahn@.
2004-03-17do not init SINGL_FLD, SEP_FLAG twice; from robert nagyMichael Shalayeff
2004-03-17Adjust the number of processes waiting on a semaphore properly if we'reTodd C. Miller
woken up in the middle of sleeping; cperciva@freebsd.org. OK deraadt@
2004-03-17consistencyHenning Brauer
2004-03-17Better backlight detection on macppc, ok miod@ krw@ (a bit ago)Dale Rahn
2004-03-17fix problem with counter and logging spotted by danh, where loggingBob Beck
would get messed up when the blacklist limit was hit. tested by danh@ and me ok cedric@
2004-03-17remove getpeereid() call so that those who have write access to the socketHenning Brauer
(root:wheel 0640) can send queries, claudio ok
2004-03-17out-of-bounds read in (unused) kerberos ciphersuites (CAN-2004-0112)Markus Friedl
2004-03-17fix a spacing issue found by deraadt@ and a separate typo from miod@;Jason McIntyre
ok miod@
2004-03-17Make sure disklabels use at least DEV_BSIZE as their sector size.Miod Vallat
This allows the kernel to survive reading the disklabel off a 256-bytes/sector scsi device... ok deraadt@
2004-03-17Add missing space for sets in network statements.Claudio Jeker
2004-03-17avoid null-pointer deref (aka CAN-2004-0079)Markus Friedl
see http://www.openssl.org/news/secadv_20040317.txt
2004-03-17typo in comment (fragment->segment); ok itojun@Markus Friedl
2004-03-17For consistency and to avoid a rare memory leak, the result fromHakan Olsson
ike_auth_get_key() should always be released after use. Found and ok hshoexer@.
2004-03-17typos;Jason McIntyre
2004-03-17typos;Jason McIntyre
2004-03-17add references to procmap(1) in SEE ALSO;Jason McIntyre
suggested by tedu@