Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin | |
2002-06-27 | note Supplementary group IDs remain unchanged; ok deraadt@ tholo@ | Kevin Steves | |
2002-06-16 | match man page to source; from Jean-Francois Brousseau <krapht@secureops.com> | Todd T. Fries | |
ok deraadt@ | |||
2002-06-10 | correct comment. | Federico G. Schwindt | |
2002-06-09 | spelling; moritz@jodeit.org | Theo de Raadt | |
2002-06-08 | ELF architectures all support weak aliases, enable them for this part. | Dale Rahn | |
ok fgsch@ | |||
2002-06-06 | Fix *documentation*: one arg of the ktrace(2) is pid_t not int, found while | Mike Pechkin | |
have fun w/ pid_t cleanups. millert@ ok | |||
2002-05-31 | typo fix from NetBSD | Paul Janzen | |
2002-05-05 | nsems must be > 0, not >= 0; Michael Knudsen | Todd C. Miller | |
2002-05-02 | SWAP_OFF has been implemented a long time ago. | Artur Grabowski | |
Noted by Kamo Hiroyasu | |||
2002-05-01 | Sync EA with FreeBSD, mostly addition of new ENOATTR errno. | Dale Rahn | |
ok millert@, art@ | |||
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin | |
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||
2002-04-30 | Some errno entries were not documented or added to _sys_errlist[] when | Dale Rahn | |
they were added to errno.h. Add the missing entries. ok millert@ | |||
2002-04-30 | Initial cleanup: | Mike Pechkin | |
o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok | |||
2002-04-23 | sync doc, export->export_info. | Marc Espie | |
2002-04-10 | don't attach to system processes. | Federico G. Schwindt | |
art@ niklas@ markus@ millert@ deraadt@ ok. | |||
2002-04-08 | .Xr getpeereid. | Marc Espie | |
ok millert@ | |||
2002-03-31 | doc ECONNREFUSED; maurice@amaze.nl | Theo de Raadt | |
2002-03-14 | Fix error; open(2) is not supposed to restart when SA_RESTART is set, | Todd C. Miller | |
that is why it is documented as returning EINTR. | |||
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 | |
From FreeBSD by way of Claus Assmann. | |||
2002-03-02 | Document how NOTE_TRACK behaves. | Artur Grabowski | |
When the documentation and implementation are inconsistent the smallest change wins. To correct the implementation was a big change, to correct the documentation was a one word fix. | |||
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 | |
processes in the session. Adapted from FreeBSD. Also remove the paragraph in BUGS about the kernel login name being larger than what is in utmp--we now have login usernames in utmp. | |||
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 | |
libc support pieces | |||
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 | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
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 | |
SA_NOCLDWAIT (don't create zombies) flag has been specified. This is consistent with most other operating systems and is what XPG4.2 specifies. | |||
2002-01-02 | Grammar and format fixes. | Aaron Campbell | |
2002-01-02 | Remove extra reference to poll.2. Spotted by form@. | Mike Pechkin | |
millert@ ok; | |||
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 | |
a background process attempting to read from its controlling terminal, the process is ignoring or blocking the SIGTTIN signal or the process group is orphaned. Verified against reality... | |||
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 | |
From NetBSD via Brian J. Kifiak | |||
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 | |
in mmap(2) man page. deraadt@ ok. | |||
2001-10-14 | Disable fd sharing for this release. Sorry. | Artur Grabowski | |
deraadt@ ok. | |||
2001-09-29 | Move return value info into its own "RETURN VALUES" section. | Todd C. Miller | |
2001-09-25 | Forgotten DEBUGLIBS stuff | Niklas Hallqvist | |