Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-10-26 | Need <errno.h> | Thorsten Lockert | |
1996-10-26 | more move changes | Jason Downs | |
1996-10-26 | Verify arguments to fcntl(, F_GETLK, ) | Thorsten Lockert | |
1996-10-26 | Verify that options to wait4() are legal | Thorsten Lockert | |
1996-10-26 | Verify that pgid argument to setpgid() is legal | Thorsten Lockert | |
1996-10-26 | A process can send a signal to another process if the uid of the signalling | Thorsten Lockert | |
process is the same as the saved uid of the signalled process | |||
1996-10-26 | rename(from, to) where from and to are the name file (linked) is a no-op | Thorsten Lockert | |
1996-10-26 | Set errno when trying to write to a read-only stream | Thorsten Lockert | |
1996-10-26 | Define _POSIX_VDISABLE as (0377), not '\377' | Thorsten Lockert | |
1996-10-26 | move related trivial changes | Jason Downs | |
1996-10-26 | floppy driver is now in dev/isa. Not in files.isa yet, though, since arc | Jason Downs | |
changes are still needed. | |||
1996-10-26 | $USER is deprecated in favour of $LOGNAME | Todd C. Miller | |
1996-10-26 | honor $LOGNAME | Todd C. Miller | |
1996-10-26 | mention LOGNAME | Todd C. Miller | |
1996-10-26 | set $LOGNAME and pass -Wall | Todd C. Miller | |
1996-10-26 | set $LOGNAME fore POSIX | Todd C. Miller | |
1996-10-26 | getopt returns -1 on OpenBSD | imp | |
1996-10-26 | Now sets $LOGNAME as per POSIX. | Todd C. Miller | |
1996-10-26 | Don't use a cast for _POSIX_VDISABLE | Thorsten Lockert | |
Update _POSIX_VERSION to 199009 | |||
1996-10-26 | Correct a typo in _POSIX_SSIZE_MAX | Thorsten Lockert | |
Correct _POSIX_ARG_MAX; it should define the minimum allowed argument size, not the supported on (we have sysconf for that) | |||
1996-10-25 | Spacing nits | imp | |
1996-10-25 | Better bounds checking on argv and gargv to eliminate a fencepost error | imp | |
on argv and gargv variables. | |||
1996-10-25 | lots of 3cxxx work in 2.0 | Theo de Raadt | |
1996-10-25 | proactive buf check | Theo de Raadt | |
1996-10-25 | proactive bounds checking; help from millert | Theo de Raadt | |
1996-10-25 | fix; pr#38; kstailey@dol-esa.gov | Theo de Raadt | |
1996-10-25 | i386 MAXBSIZE restriction goes away | Theo de Raadt | |
1996-10-25 | grow kvm space; fix an over-agressive pmap optimization | Theo de Raadt | |
1996-10-25 | fix a freak of misalignment | Theo de Raadt | |
1996-10-25 | Busified | Niklas Hallqvist | |
1996-10-25 | add decl | Jason Downs | |
1996-10-25 | Added CDE dtterm capability. | etheisen | |
1996-10-25 | sprintf -> snprintf | Jason Downs | |
1996-10-25 | be slightly more verbose for my sake | Jason Downs | |
1996-10-25 | Added CDE dtterm capabilty. | etheisen | |
1996-10-25 | kill sprintf, use paths.h | Jason Downs | |
1996-10-25 | slightly smarter | Jason Downs | |
1996-10-25 | sync | Jason Downs | |
1996-10-25 | POSIX requires stdio buffers be flushed on abort | Thorsten Lockert | |
1996-10-25 | bump this too | Theo de Raadt | |
1996-10-25 | libm and libm_i387 are the same now. | Jason Downs | |
1996-10-25 | We do i387 by default now. | Jason Downs | |
1996-10-24 | Discourage MATH_EMULATE. | Jason Downs | |
1996-10-24 | replace with a correct memcmp; problem spotted by rahnds | Theo de Raadt | |
1996-10-24 | <sys/dir.h> is for use as a compatibility interface only. Warn if | Thorsten Lockert | |
included by kernel modules, and also remove use from any modules that currently attempt to use it. | |||
1996-10-24 | fix | Theo de Raadt | |
1996-10-24 | openbsd | Theo de Raadt | |
1996-10-24 | kernel is 'bsd' | Michael Shalayeff | |
1996-10-24 | Use machine instead of uname -m to get . | briggs | |
This allows the scripts to work more easily in some cross-development situations and does not break any normal uses. | |||
1996-10-24 | fix protos and decls. | Michael Shalayeff | |