summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-29seteuid and setegid; markus okTheo de Raadt
2003-05-29mention that this has to be enabled via sysctl before useMichael Shalayeff
2003-05-29forgotten machdep.userldt; from Tom CosgroveMichael Shalayeff
2003-05-29Add kern.splassert=3. deraadt@ ok.Hakan Olsson
2003-05-29Document kern.splassert=3. Some cleanup for readability.Hakan Olsson
2003-05-29escaped whitespace at EOL using "\ \&" so as not to confuse groff.Jason McIntyre
2003-05-29section reorder;Jason McIntyre
2003-05-29section reorder;Jason McIntyre
2003-05-29section reorder;Jason McIntyre
2003-05-29- merge COMPATIBILITY with STANDARDSJason McIntyre
- use .St for POSIX standard
2003-05-29c160L as the rdi prebookMichael Shalayeff
2003-05-29- section reorderJason McIntyre
- .An/.Aq for AUTHORS
2003-05-29merge COMPATIBILITY into STANDARDS;Jason McIntyre
2003-05-29sync docs to agree on section header (.Sh) order for man pages. This alsoJason 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-29use IN6_LINKMTU for IPv6 link MTU. sync w/kameJun-ichiro itojun Hagino
2003-05-29>permit numberic values for uid and gid; allow "<" and ">" for less andJun-ichiro itojun Hagino
>greate; requested by dugsong@, strum ok
2003-05-29use m_pulldown not m_pullup2. fix some bugs in IPv6 tcp_trace().Jun-ichiro itojun Hagino
2003-05-29use m_pulldown instead of m_pullup2. enable support for IPv6 jumbogram.Jun-ichiro itojun Hagino
markus & art ok
2003-05-28We need the hard-coded dependency after all since special bitsTodd C. Miller
are not depended.
2003-05-28Fix ERASEONECHAR macro and BSB so we don't do sizeof(pointer).Todd C. Miller
Also remove some extraneous spaces.
2003-05-28even simpler help storage w/ a tweak from millert@Michael Shalayeff
2003-05-28errno saving in signal handlers; millert okTheo de Raadt
2003-05-28Print some debug info on match routine failureAlexander Yurchenko
2003-05-28Revert last commit; it is not neededTodd C. Miller
2003-05-28Print some debug info on match routine failureAlexander Yurchenko
2003-05-28No more help file, add /usr/bin/vi to FILES sectionTodd C. Miller
2003-05-28more.o needs to depend on morehelp.h since "make clean" removes morehelp.h.Todd C. Miller
2003-05-28help file incorporated, does not grow that much; millert@ okMichael Shalayeff
2003-05-28o use _POSIX_VDISABLE instead of hard-coding 255Todd C. Miller
o call strlcpy() instead of doing the equivalent inline o some cosmetic formatting changes
2003-05-28silence remaining gcc warning; now compiles -Wall cleanTodd C. Miller
2003-05-28o Deal with EDITOR not being a fully-qualified pathnameTodd C. Miller
o Silence a gcc warning
2003-05-28syuncTheo de Raadt
2003-05-28new; tg@netcologne.deTheo de Raadt
2003-05-28mdocify; with help from jmc@Todd C. Miller
2003-05-28The statistics are wrong endian. "netstat -i" now gives sane results.Henric Jungheim
ok pb@
2003-05-28syncTheo de Raadt
2003-05-28Shrink a bit by replacing custom functions w/ libc equivalents.Todd C. Miller
There is no reason for more to have its own private printf() clone. Convert 3 one-line functions to macros and make the constant prompt strings #defines too.
2003-05-28o Some more KNFTodd C. Miller
o Check strlcpy() rval o Fix hardtabs assignment
2003-05-27change .byte for the correct opcodes now that gas can handle'em.Federico G. Schwindt
art@ toby@ ok.
2003-05-27KNF this sucka + some -Wall cleanageTodd C. Miller
2003-05-27Fix siginfo contents in the T_ACCFLT case, fixes libpthread siginfo regressionMiod Vallat
test. Some stylistic input from marc@
2003-05-27libpthread support for vax, at last.Miod Vallat
2003-05-27don't use M_WAIT here. we could be in splnet, and caller may not beJun-ichiro itojun Hagino
xx_usrreq. henning ok
2003-05-27typos in comments; From: Bengt Wessling <bengt@lemuria.org>, 10xHenning Brauer
2003-05-27document the prebook mapMichael Shalayeff
2003-05-27regenMichael Shalayeff
2003-05-27inject a precisionbook keymap under us|machdepMichael Shalayeff
2003-05-27little cleanup;Jason McIntyre
2003-05-27as mentioned in hardball ers a few delays are needed; mios@ testing on hp300 ↵Michael Shalayeff
and ok
2003-05-27Better layout, and also bump date after VS11 support.Miod Vallat