Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-30 | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | Theo de Raadt | |
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done | |||
1997-05-29 | 3rd arg to clock_getres() is not a const ptr | kstailey | |
1997-05-08 | delete line left in by accident. | kstailey | |
1997-05-08 | subject/verb pluralization correction. | kstailey | |
1997-05-08 | add tag | kstailey | |
1997-05-08 | make clock_gettime.cat2 | kstailey | |
1997-05-08 | STANDARDS not HISTORY | kstailey | |
1997-05-08 | documentation for POSIX version of gettimeofday(2) -- the horizon leans ↵ | kstailey | |
forward offering you space for new steps of change | |||
1997-04-30 | Be silent about unused arguments | Thorsten Lockert | |
1997-04-29 | mention that write updates timestamps | kstailey | |
1997-04-26 | document the meaning of protocol = 0. | michaels | |
1997-04-26 | Use SYSLIBC_SCCS; these are syscalls | Thorsten Lockert | |
1997-04-26 | Add $OpenBSD$ tags | Thorsten Lockert | |
1997-04-20 | New POSIX 1003.1b syscalls; from pk@NetBSD | Thorsten Lockert | |
1997-04-12 | Be a bit more specific about EINVAL and negative offsets. | Thorsten Lockert | |
1997-04-10 | do not need sys/types.h; dima@tejblum.dnttm.rssi.ru | Theo de Raadt | |
1997-04-10 | fix up a few pieces of doc. | Theo de Raadt | |
NOTE: FreeBSD has now integrated issetugid() into their system and have changed the semantics! Their's will return 1 if a process has called setuid() or setgid() ---- ours was specifically designed to be decoupled from that behaviour. | |||
1997-04-10 | doc EOPNOTSUPP, EMLINK, and fix EPERM. from various places | Theo de Raadt | |
1997-04-10 | Fix typos. | Todd C. Miller | |
1997-04-08 | doc EFAULT and xref poll(2) | Theo de Raadt | |
1997-04-08 | pretty | Theo de Raadt | |
1997-04-08 | chflags can get EOPNOTSUPP | Theo de Raadt | |
1997-04-05 | Document that negative offsets will cause EINVAL as well. | Thorsten Lockert | |
1997-04-04 | RLIMIT_NPROC; mike.long@analog.com | Theo de Raadt | |
1997-04-04 | seek(2) is not needed | Theo de Raadt | |
1997-03-31 | flags param is int | Theo de Raadt | |
1997-03-31 | sync to nfs.h | Theo de Raadt | |
1997-03-31 | sync with stat.h; spotted by todd@ | Theo de Raadt | |
1997-03-30 | We run OpenBSD not NetBSD | Todd C. Miller | |
From NetBSD: Fix includes specified for shmctl(2) Make xrefs consistent | |||
1997-03-29 | Updated description of some signals; from Klaus Klein <kleink@layla.inka.de> | Thorsten Lockert | |
in NetBSD PR 3398 | |||
1997-03-29 | Document EINVAL; from NetBSD PR 3395 | Thorsten Lockert | |
1997-03-29 | futimes link; nakayosh@kcn.or.jp | Theo de Raadt | |
1997-03-26 | install ktrace(2) | Theo de Raadt | |
1997-03-26 | fix *link.2 Xr thingies; bgrayson@r2d2.ece.utexas.edu + more | Theo de Raadt | |
1997-03-21 | Make struct rusage comments consistent between header file | Todd C. Miller | |
and man page. NetBSD PR #3367 | |||
1997-03-16 | allow settimeofday() at securelevel < 2, rather than < 1. | flipk | |
the consensus was that it was too annoying to not be able to change the clock at securelevel == 1. | |||
1997-03-09 | Mention MNT_NOATIME and pull in some changes from the lite2 version. | Todd C. Miller | |
1997-02-22 | update to lite2 -- note restriction when securelevel > 0 | Todd C. Miller | |
1997-02-20 | Document EINVAL | Thorsten Lockert | |
1997-02-18 | if a P_SUGIDEXEC proc execve()'s a non-set[ug]id program while running | Theo de Raadt | |
with uid/gid mismatches, P_SUGIDEXEC should persist (in case the environment has not been cleaned). pointed out by wietse@porcupine.org | |||
1997-02-13 | Mention that certain fields are accessible to the super-user only. | Todd C. Miller | |
1997-02-05 | clarify more why this is needed | Theo de Raadt | |
1997-02-05 | i like my sentences to end with periods | Theo de Raadt | |
1997-02-03 | wimpy docs for SA_SIGINFO | Theo de Raadt | |
1997-02-02 | Correct type of brk(), use <unistd.h>, reference mmap(2); from NetBSD | Thorsten Lockert | |
1997-01-26 | Add a link for lchown.2 | Jason Downs | |
1997-01-26 | Add lchown(), increment minor number. | Jason Downs | |
1997-01-22 | xref manual pages via SEE ALSO | kstailey | |
1997-01-22 | add docs about EHOSTUNREACH; from hwr@pilhuhn.de | Theo de Raadt | |
1997-01-17 | added "see also" refs to cdio & chio | kstailey | |