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-12 | Document reality. | Artur Grabowski |
2002-03-11 | Document PT_IO | Artur Grabowski |
2002-03-10 | Clarify rename(2) behavior in the presence of a system crash. | Todd C. Miller |
2002-03-02 | Document how NOTE_TRACK behaves. | Artur Grabowski |
2002-02-23 | .In -> .Fd | Federico G. Schwindt |
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 live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | rfork() needs a fork.S-like stub as well; ok art | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-08 | Document that close-on-exec is not touched in dup2 when oldd == newd. | Artur Grabowski |
2002-01-24 | most of these is v2, not v6 | Michael Shalayeff |
2002-01-15 | MNAMELEN is 90, not 32; peterw AT ifost.org.au | Todd C. Miller |
2002-01-07 | If the handler for SIGCHLD is set to SIG_IGN, act as if the | Todd C. Miller |
2002-01-02 | Grammar and format fixes. | Aaron Campbell |
2002-01-02 | Remove extra reference to poll.2. Spotted by form@. | Mike Pechkin |
2002-01-02 | Move the const qualifier to the right place. deraadt@ ok | Thomas Nordin |
2001-12-07 | From XPG4.2: read(2) can return EIO if the process is a member of | Todd C. Miller |
2001-12-03 | for MAP_ANON, dont mention giving an fd of anything but -1, this never worked. | Eric Jackson |
2001-11-29 | chflags(2) can return EPERM for other reasons. | Todd C. Miller |
2001-11-29 | getfh(2) can fail with EPERM; Brian J. Kifiak | Todd C. Miller |
2001-11-07 | list syslog_r as safe in signal handlers | Theo de Raadt |
2001-11-06 | Update to match realtiy. | Artur Grabowski |
2001-11-02 | poll(2) manpage references itself, accept(2) references poll(2) twice. | Janne Johansson |
2001-10-24 | detail the different protections in mprotect(2) man page and add PROT_NONE | Jean-Jacques Bernard-Gundol |
2001-10-14 | Disable fd sharing for this release. Sorry. | Artur Grabowski |
2001-09-29 | Move return value info into its own "RETURN VALUES" section. | Todd C. Miller |
2001-09-25 | Forgotten DEBUGLIBS stuff | Niklas Hallqvist |
2001-09-25 | Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flags | Dale Rahn |
2001-09-20 | Add PSEUDO_NOERROR similar to that used by NetBSD. | Todd C. Miller |
2001-09-07 | Remove bogus warning and correct the operator enumeration for timercmp | Niklas Hallqvist |
2001-09-05 | avoid first person in manual pages | Theo de Raadt |
2001-09-04 | clarify fd_set size definition | Theo de Raadt |
2001-08-25 | Typo - PR 2032 | Hugh Graham |
2001-08-23 | Add another EPERM condition to ERRORS: if a hard link is attempted for a file | Aaron Campbell |
2001-08-22 | "This section" and variants ==> 'The manual pages in section x' | Heikki Korpela |
2001-08-20 | Powered by @mantoya. | Mike Pechkin |
2001-08-16 | Xr raise(3) | Theo de Raadt |
2001-08-11 | Define INFTIM to -1, as appears everywhere. Talk about it in the | Federico G. Schwindt |
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin |
2001-08-05 | Spelling corrections per PR 1988 by Andrew Hoerter. | Hugh Graham |
2001-08-03 | Acknowledge VM's limitations. | Marc Espie |
2001-08-02 | pet peeve, insure vs ensure | Hugh Graham |
2001-07-31 | Document that entries with d_fileno == 0 are invalid. | Artur Grabowski |
2001-07-30 | handling of arg can cause EFAULT; dd@FreeBSD.org | Theo de Raadt |
2001-07-25 | typo in arg name; ok deraadt@ | Kevin Steves |