Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-30 | Fix interrupt mapping for psycho's PBM B. This should make interrupts | Henric Jungheim | |
happy for all psycho based boxes. tested by beck@ ok jason@ | |||
2003-05-29 | Don't reject non-DHCPNAK packets with a yiaddr of 0.0.0.0. There | Todd C. Miller | |
are commonly used dhcp servers (like Comcast in the US) that do this. Turns out later versions of ISC dhcp dropped this check as well. It is better to be liberal in what you accept... deraadt@ OK | |||
2003-05-29 | section reorder; | Jason McIntyre | |
2003-05-29 | - section reorder | Jason McIntyre | |
- killed unnecessary .Ns | |||
2003-05-29 | missing full stop. | Jason McIntyre | |
2003-05-29 | - section reorder | Jason McIntyre | |
- removed unnecessary .Pp and .Ns | |||
2003-05-29 | - section reorder | Jason McIntyre | |
- merge COMPATIBILITY into STANDARDS - kill unneeded Ns macros - replace reference to itself with .Nm | |||
2003-05-29 | tweak; | Jason McIntyre | |
ok mickey@ | |||
2003-05-29 | sync | Nathan Binkert | |
2003-05-29 | another Iomega device | Nathan Binkert | |
2003-05-29 | layout problems; jmc ok | Theo de Raadt | |
2003-05-29 | - section reorder | Jason McIntyre | |
- correct macro - escape some whitespace | |||
2003-05-29 | mdoc versions; | Jason McIntyre | |
ok deraadt@ | |||
2003-05-29 | -I${.CURDIR} not needed | Theo de Raadt | |
2003-05-29 | permit the input file to contain " if needed; millert ok | Theo de Raadt | |
2003-05-29 | avoid more signal races | Theo de Raadt | |
2003-05-29 | seteuid and setegid; markus ok | Theo de Raadt | |
2003-05-29 | mention that this has to be enabled via sysctl before use | Michael Shalayeff | |
2003-05-29 | forgotten machdep.userldt; from Tom Cosgrove | Michael Shalayeff | |
2003-05-29 | Add kern.splassert=3. deraadt@ ok. | Hakan Olsson | |
2003-05-29 | Document kern.splassert=3. Some cleanup for readability. | Hakan Olsson | |
2003-05-29 | escaped whitespace at EOL using "\ \&" so as not to confuse groff. | Jason McIntyre | |
2003-05-29 | section reorder; | Jason McIntyre | |
2003-05-29 | section reorder; | Jason McIntyre | |
2003-05-29 | section reorder; | Jason McIntyre | |
2003-05-29 | - merge COMPATIBILITY with STANDARDS | Jason McIntyre | |
- use .St for POSIX standard | |||
2003-05-29 | c160L as the rdi prebook | Michael Shalayeff | |
2003-05-29 | - section reorder | Jason McIntyre | |
- .An/.Aq for AUTHORS | |||
2003-05-29 | merge COMPATIBILITY into STANDARDS; | Jason McIntyre | |
2003-05-29 | sync docs to agree on section header (.Sh) order for man pages. This also | Jason McIntyre | |
matches order used by NetBSD, though we don't use all their sections. Order is: NAME SYNOPSIS DESCRIPTION RETURN VALUES ENVIRONMENT FILES EXAMPLES DIAGNOSTICS ERRORS SEE ALSO STANDARDS HISTORY AUTHORS CAVEATS BUGS ok krw@ millert@ | |||
2003-05-29 | use IN6_LINKMTU for IPv6 link MTU. sync w/kame | Jun-ichiro itojun Hagino | |
2003-05-29 | >permit numberic values for uid and gid; allow "<" and ">" for less and | Jun-ichiro itojun Hagino | |
>greate; requested by dugsong@, strum ok | |||
2003-05-29 | use m_pulldown not m_pullup2. fix some bugs in IPv6 tcp_trace(). | Jun-ichiro itojun Hagino | |
2003-05-29 | use m_pulldown instead of m_pullup2. enable support for IPv6 jumbogram. | Jun-ichiro itojun Hagino | |
markus & art ok | |||
2003-05-28 | We need the hard-coded dependency after all since special bits | Todd C. Miller | |
are not depended. | |||
2003-05-28 | Fix ERASEONECHAR macro and BSB so we don't do sizeof(pointer). | Todd C. Miller | |
Also remove some extraneous spaces. | |||
2003-05-28 | even simpler help storage w/ a tweak from millert@ | Michael Shalayeff | |
2003-05-28 | errno saving in signal handlers; millert ok | Theo de Raadt | |
2003-05-28 | Print some debug info on match routine failure | Alexander Yurchenko | |
2003-05-28 | Revert last commit; it is not needed | Todd C. Miller | |
2003-05-28 | Print some debug info on match routine failure | Alexander Yurchenko | |
2003-05-28 | No more help file, add /usr/bin/vi to FILES section | Todd C. Miller | |
2003-05-28 | more.o needs to depend on morehelp.h since "make clean" removes morehelp.h. | Todd C. Miller | |
2003-05-28 | help file incorporated, does not grow that much; millert@ ok | Michael Shalayeff | |
2003-05-28 | o use _POSIX_VDISABLE instead of hard-coding 255 | Todd C. Miller | |
o call strlcpy() instead of doing the equivalent inline o some cosmetic formatting changes | |||
2003-05-28 | silence remaining gcc warning; now compiles -Wall clean | Todd C. Miller | |
2003-05-28 | o Deal with EDITOR not being a fully-qualified pathname | Todd C. Miller | |
o Silence a gcc warning | |||
2003-05-28 | syunc | Theo de Raadt | |
2003-05-28 | new; tg@netcologne.de | Theo de Raadt | |
2003-05-28 | mdocify; with help from jmc@ | Todd C. Miller | |