Age | Commit message (Expand) | Author |
2002-03-14 | Fix error; open(2) is not supposed to restart when SA_RESTART is set, | Todd C. Miller |
2002-03-13 | Convert indentation whitespace -> tabs and kill $@%^#! ^M's | Todd C. Miller |
2002-03-12 | Document reality. | Artur Grabowski |
2002-03-12 | Tack on MagniComp (BSD) license since this originally came from rdist. | Todd C. Miller |
2002-03-11 | Document PT_IO | Artur Grabowski |
2002-03-11 | More fp-related libc pieces for hppa. | Miod Vallat |
2002-03-10 | Clarify rename(2) behavior in the presence of a system crash. | Todd C. Miller |
2002-03-08 | reverse the condition | Michael Shalayeff |
2002-03-08 | set ret for mem*, no mycopy, better reverse copy check | Michael Shalayeff |
2002-03-07 | Xr getifaddrs(3) and networking(4) in SEE ALSO section. | Todd C. Miller |
2002-03-07 | Replace SIOCGIFCONF-using NRL versions with KAME versions that use | Todd C. Miller |
2002-03-05 | style(9) for the example; Alexander Yurchenko | Todd C. Miller |
2002-03-02 | Document how NOTE_TRACK behaves. | Artur Grabowski |
2002-03-02 | document tcp.ackonpush | Niels Provos |
2002-03-01 | document cryptodevallowsoft | Niels Provos |
2002-02-25 | Cosmetic changes such as correct printf format specifiers on LP64 | Todd C. Miller |
2002-02-25 | use c versions | Michael Shalayeff |
2002-02-25 | skip sockaddr correctly if sa_len < sockaddr. from niklas | Jun-ichiro itojun Hagino |
2002-02-24 | We have search.h in /usr/include so we don't need this private one. | Todd C. Miller |
2002-02-24 | sys/types.h is needed as well. | Federico G. Schwindt |
2002-02-23 | deraadt@ objects to the caveat remark, so remove it. | Miod Vallat |
2002-02-23 | Slightly improve wording and punctuation. | Miod Vallat |
2002-02-23 | Add a caveat section pointing out that people affecting the return value | Miod Vallat |
2002-02-23 | .In -> .Fd | Federico G. Schwindt |
2002-02-23 | fixes. | Federico G. Schwindt |
2002-02-23 | bump minor, EA support was added to libc. | Dale Rahn |
2002-02-23 | sysctl kern.usercrypto | Theo de Raadt |
2002-02-23 | Document KERN_SYSVIPC_INFO; from NetBSD | Todd C. Miller |
2002-02-23 | Add brief LOGIN_SETLOGIN caveat and point the user to setlogin(2) | Todd C. Miller |
2002-02-23 | Add a big fat warning that setlogin() changes the login name for all | Todd C. Miller |
2002-02-22 | manpages fixes, mostly from fgsch@ with cleanup and correction. | Dale Rahn |
2002-02-22 | Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@ | Dale Rahn |
2002-02-22 | note KTRFAC_EMUL | Theo de Raadt |
2002-02-21 | remove rfork.o from the auto-generated assembler stubs | Artur Grabowski |
2002-02-19 | We need to keep K&R compat macros for some ports where the assemnbler is | Todd C. Miller |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-18 | Open console with O_NONBLOCK to avoid blocking on a locked console. | Todd C. Miller |
2002-02-17 | rfork() needs a fork.S-like stub as well; ok art | Theo de Raadt |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-16 | MI man page to document fpgetmask(3) and friends; from ross@NetBSD, ok deraadt | Peter Valchev |
2002-02-13 | indent | Theo de Raadt |
2002-02-10 | back out the no reserved port option for nfs | Nathan Binkert |
2002-02-09 | Allow O_SYNC and O_NOFOLLOW flags in dbopen() | Todd C. Miller |
2002-02-08 | Document that close-on-exec is not touched in dup2 when oldd == newd. | Artur Grabowski |
2002-02-08 | fix typo, and put back stack frame ops | Michael Shalayeff |
2002-02-07 | reverse condition in the sp botchness check, we need to nullify | Michael Shalayeff |
2002-02-07 | additional condition on reverse copy; from fredette@ | Michael Shalayeff |
2002-02-06 | no need to interlock the register, use r0 as output | Michael Shalayeff |
2002-02-06 | implement the setjmp/longjmp family, based on fredette@'s work | Michael Shalayeff |