Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | section reorder; | Jason McIntyre | |
2003-06-01 | - section reorder | Jason McIntyre | |
- macro cleanup | |||
2003-06-01 | - section reorder | Jason McIntyre | |
- merge COMPATIBILITY - kill whitespace at EOL | |||
2003-06-01 | - section reorder | Jason McIntyre | |
- merge COMPATIBILITY - kill whitespace at EOL - tidy up macros | |||
2003-05-20 | Document ENXIO error condicion when the named file is a FIFO and | Todd C. Miller | |
flags include O_NONBLOCK|O_WRONLY. Closes PR 3265. | |||
2003-05-20 | consistent non-capitalization of words not beginning sentences | Paul Janzen | |
2003-05-19 | Explicitly state that priority values outside the range -20 to 20 are | Todd C. Miller | |
truncated to the appropriate limit. | |||
2003-05-16 | typo from deraadt@ | Jason McIntyre | |
2003-05-12 | cpu -> CPU | Jason McIntyre | |
2003-05-10 | Do not let userland access the swapon system call anymore (nothing uses it | Miod Vallat | |
anyway). ok deraadt@ weingart@ | |||
2003-04-30 | a extended -> an extended; | Jason McIntyre | |
2003-04-28 | Change mquery() function call signature to be the same a mmap(). It | Dale Rahn | |
needs the prot/flags info and passing the addresses via arg/return allows it to be traced via ktrace better than an in/out paramter. This adds a new mquery syscall and renames the old one to omquery. New kernel _MUST_ be built, booted, and 'make includes' before building ld.so with this change. | |||
2003-04-25 | Remove note about POLLMSG. not used and not provided. ok millert@ | Ted Unangst | |
2003-04-25 | backout mquery change, something broke when not combined with a different diff. | Dale Rahn | |
2003-04-25 | Document changes to mquery(2) function signature change, now the same as mmap(2) | Dale Rahn | |
2003-04-25 | change mquery() function call signature to be the same a mmap(). It | Dale Rahn | |
needs the prot/flags info and passing the addresses via arg/return allows it to be traced via ktrace better than an in/out paramter. This adds a new mquery syscall and renames the old one to omquery. New kernel _MUST_ be built and installed before building ld.so with this change. ok millert@ tedu@ | |||
2003-04-21 | Close .Bl | Mike Pechkin | |
millert@ | |||
2003-04-18 | Fix format odditiy in 'ERRORS' section, formats like mmap(2) manpage now. | Dale Rahn | |
2003-04-18 | Document that mquery() returns EINVAL if request memory was not available | Dale Rahn | |
when MAP_FIXED is specified. ok tedu@ | |||
2003-04-17 | fix typo; Julien Bordet | Todd C. Miller | |
2003-04-14 | There are two related changes. | Artur Grabowski | |
The first one is an mquery(2) syscall. It's for asking the VM system about where to map things. It will be used by ld.so, read the man page for details. The second change is related and is a centralization of uvm_map hint that all callers of uvm_map calculated. This will allow us to adjust this hint on architectures that have segments for non-exec mappings. deraadt@ drahn@ ok. | |||
2003-04-12 | underfined -> undefined; | Jason McIntyre | |
from Fabio Olive Leite; | |||
2003-04-03 | exceeds -> exceedes; | Jason McIntyre | |
from Pedro Bastos (thanks) | |||
2003-04-02 | fifo -> FIFO | Jason McIntyre | |
ok millert@ | |||
2003-04-02 | nfs -> NFS | Jason McIntyre | |
2003-03-28 | F_[GS]ETFL deal with file status flags, not descriptor status flags. | Todd C. Miller | |
Closes PR 3172 | |||
2003-03-28 | Ip -> IP; | Jason McIntyre | |
ok miod@ | |||
2003-03-18 | duplicate words: and and, the the | David Krause | |
ok miod@ jmc@ | |||
2003-03-18 | mention namelen in DESCRIPTION | Todd C. Miller | |
2003-03-18 | Do not capitalize "Indicates" as it does not start the sentence | Todd C. Miller | |
2003-03-17 | some small typos; | Jason McIntyre | |
2003-03-10 | add some notes about nosuid mounted file systems. suggested by deraadt@ | Ted Unangst | |
ok deraadt@ millert@ | |||
2003-03-06 | .Xr typos; | Jason McIntyre | |
ok deraadt@ | |||
2003-03-03 | in the handler, block signals handlers as soon as possible; ok miod millert | Theo de Raadt | |
2003-02-28 | typos; | Jason McIntyre | |
reboot(2), sigaction(2): help and ok millert@ | |||
2003-02-27 | typos; | Jason McIntyre | |
2003-02-25 | typos; | Jason McIntyre | |
intro(2): help deraadt@ | |||
2003-02-24 | the the | Theo de Raadt | |
2003-02-21 | one more: guid -> egid | Jason McIntyre | |
thanks tedu@ | |||
2003-02-21 | typos; | Jason McIntyre | |
2003-02-18 | intial -> initial; | Jason McIntyre | |
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ | |||
2003-02-03 | some more functions that are (only on OpenBSD) safe in signal handlers. | Theo de Raadt | |
not having access to these makes things really painful | |||
2003-01-31 | Replace emulated versions of setreuid() and setregid() with real syscalls. | Todd C. Miller | |
These are spec'd by POSIX as of 1003.1-2001; deraadt@ OK | |||
2003-01-05 | spelling | Theo de Raadt | |
2002-12-10 | bug fix | Hiroaki Etoh | |
2002-12-02 | Document getlogin_r() | Todd C. Miller | |
2002-12-02 | KNF | Theo de Raadt | |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat | |
attack protection scheme, into gcc. This protection is enabled by default. It can be turned off by using the -fno-stack-protector flag. Code by Hiroaki Etoh (etoh at jp dot ibm dot com); work on openbsd-specific integration by fgsch@, deraadt@ and myself; tests by fgsch@, naddy@ and myself; beer drinking by myself. Please note that system upgrades with this new code will require a new libc and ld.so to be build and installed before the propolice-enabled compiler can be installed. | |||
2002-11-28 | fd sharing was re-enabled quite awhile ago. | Brad Smith | |