Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-20 | Implement firmware download. | Kenneth R Westerback | |
From Milos Urbanek via Marco Peereboom, with suggestions from LSI. ok deraadt@. | |||
2004-03-19 | Use __LP64__ to check for 64-bit systems. | Miod Vallat | |
Why people can't resolve to use this is beyond me. There are other cases of this misconstruct, but they probably won't be addressed for the release. "why are you looking in there! that's gigabit!" then later ok deraadt@ | |||
2004-03-19 | Off-by-ones, requests for (x * PAGE_SIZE) + 1 bytes would not allocate the | Miod Vallat | |
last page. Found the hard way by chris@ and claudio@. ok jason@ deraadt@ | |||
2004-03-19 | Pass SIGINT to child. Noticed by mpech@, ok jakob@ | Can Erkin Acar | |
2004-03-19 | Disable caller-save (which is enabled at -O2 or -Os) as it suffers from a | Miod Vallat | |
few bugs in the 2.95 codebase, one of them being fatal to m88k. A real fix will come after 3.5. ok deraadt@ | |||
2004-03-19 | check for CLOCAL flag in right variable; from sq@oganer.net | Theo de Raadt | |
2004-03-19 | put pxeboot into DESTDIR/snapshot too | Theo de Raadt | |
2004-03-19 | sync | Theo de Raadt | |
2004-03-19 | Stricter file permissions upon install. | Miod Vallat | |
ok espie@ | |||
2004-03-19 | Tidy up the man page | Tom Cosgrove | |
Help and kickings from jmc@ | |||
2004-03-19 | Fix bad indentation that creates the illusion that there's a bug here. tedu@, | Aaron Campbell | |
deraadt@ ok | |||
2004-03-19 | Add missing bits to make already present privsep code work. Enable privsep. | Hans-Joerg Hoexer | |
ok ho@ deraadt@ markus@ | |||
2004-03-19 | Enter pxeboot, derived from the NetBSD implementation. Initially | Tom Cosgrove | |
intended to support network installs using bsd.rd over TFTP. Thanks to the many who tested, including Diana Eichert. ok deraadt@ | |||
2004-03-19 | Fix memory leak in error path. Found by Patrick Latifi. OK henning@ | Claudio Jeker | |
2004-03-19 | typo in comment; from robert nagy | Michael Shalayeff | |
2004-03-19 | make EXAMPLES more consistent; | Jason McIntyre | |
simpler macros; escape punctuation; | |||
2004-03-19 | clarify -c; | Jason McIntyre | |
from Vincent Aymeric (NetBSD PR 24676); ok millert@ | |||
2004-03-19 | Remove errant ';' from end of for() statement. deraadt@ ok | Aaron Campbell | |
2004-03-19 | remove trailing ';' in PFLOG_REAL_HDRLEN definition. ok dhartmei@ mcbride@ | Mike Frantzen | |
2004-03-19 | procmap/pmap confusion, spotted by jmc@ | Ted Unangst | |
2004-03-19 | Tweak isr to speed it up, panic in correct spot, prepare for more firmware | Kenneth R Westerback | |
handling and error handling. From Marco Peereboom, with suggestions from LSI. ok deraadt@. | |||
2004-03-18 | state->rule.ptr shall not be NULL. from Jon Coller. ok dhartmei@ mcbride@ | Cedric Berger | |
2004-03-18 | Allow the state of a carp interface to be changed explicitly. | Ryan Thomas McBride | |
ok markus@ | |||
2004-03-18 | Allow the state to be changed explicitly via the ioctl. | Ryan Thomas McBride | |
ok markus@ | |||
2004-03-18 | VIA VT8233/35/37 AC97 | Alexander Yurchenko | |
2004-03-18 | auvia(4) works on via vt8235/vt8237 | Alexander Yurchenko | |
2004-03-18 | sync | Theo de Raadt | |
2004-03-18 | Add back ftp5.usa.openbsd.org; it has disk space now; OK miod@ | Todd C. Miller | |
2004-03-18 | Add some wicontrol examples for things ifconfig doesn't support. | Todd C. Miller | |
2004-03-18 | Document the lack of support for fragmented frames when using | Todd C. Miller | |
software WEP and mention the lucent firmware version that uses fragmented frames w/ WEP. | |||
2004-03-18 | When using an install prefix with -B to install packages, and the packing | Thorsten Lockert | |
list uses @owner, @group and/or @mode, setting these did not use the install prefix. ok deraadt@ | |||
2004-03-18 | Starting with Prism firmware version 1.6.3, HostAP supports an | Todd C. Miller | |
enhanced security mode whereby the SSID can be hidden from snoopers. Ok deraadt@ | |||
2004-03-18 | typo; | Jason McIntyre | |
ok grange@ | |||
2004-03-18 | when we are in state CONNECT, i. e. we have a half-open tcp connection | Henning 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-18 | mention supported machines here too... | Xavier Santolaria | |
ok drahn@. | |||
2004-03-18 | various fixes from Jared Yanovich; | Jason McIntyre | |
thanks Jared! | |||
2004-03-18 | typo from Jared Yanovich; | Jason McIntyre | |
2004-03-18 | wording/grammar improvements from Jared Yanovich; | Jason McIntyre | |
2004-03-18 | 0 vs NULL, from Joris Vink | Ted Unangst | |
2004-03-18 | don't read registers all the time, solves timeout issues. from Joris Vink | Ted Unangst | |
2004-03-18 | Don't ask for timezone info during an upgrade. | Kenneth R Westerback | |
Suggestion by Tom Cosgrove. ok miod@ millert@ deraadt@. | |||
2004-03-17 | Document need for net.inet.carp.preempt to be enabled. | Ryan Thomas McBride | |
ok markus@ henning@ | |||
2004-03-17 | Complete the pegasos section 8. | Miod Vallat | |
2004-03-17 | return(00); -> return(0); markus@ ok | Aaron Campbell | |
2004-03-17 | Otto@ confirms 715/50 needs the viper timeout kluge to be really happy. | Miod Vallat | |
2004-03-17 | Add missing open paren in comment noticed by jmc@ | Todd C. Miller | |
2004-03-17 | Remove pointless printfs. | Dale Rahn | |
2004-03-17 | tell about snapper(4); | Xavier Santolaria | |
ok miod@ & input/ok drahn@. | |||
2004-03-17 | do not init SINGL_FLD, SEP_FLAG twice; from robert nagy | Michael Shalayeff | |
2004-03-17 | Adjust the number of processes waiting on a semaphore properly if we're | Todd C. Miller | |
woken up in the middle of sleeping; cperciva@freebsd.org. OK deraadt@ |