summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-10-26Manpage update to match changed functionality; by alex@FreeBSD.orgThorsten Lockert
1996-10-26we are so ftp bounce paranoid, we checked twice!Theo de Raadt
1996-10-26sockaddr_ipx members order changeMichael Shalayeff
1996-10-26remove my CVS tag.Michael Shalayeff
1996-10-26Add missing castThorsten Lockert
1996-10-26Need <errno.h>Thorsten Lockert
1996-10-26more move changesJason Downs
1996-10-26Verify arguments to fcntl(, F_GETLK, )Thorsten Lockert
1996-10-26Verify that options to wait4() are legalThorsten Lockert
1996-10-26Verify that pgid argument to setpgid() is legalThorsten Lockert
1996-10-26A process can send a signal to another process if the uid of the signallingThorsten Lockert
process is the same as the saved uid of the signalled process
1996-10-26rename(from, to) where from and to are the name file (linked) is a no-opThorsten Lockert
1996-10-26Set errno when trying to write to a read-only streamThorsten Lockert
1996-10-26Define _POSIX_VDISABLE as (0377), not '\377'Thorsten Lockert
1996-10-26move related trivial changesJason Downs
1996-10-26floppy driver is now in dev/isa. Not in files.isa yet, though, since arcJason Downs
changes are still needed.
1996-10-26$USER is deprecated in favour of $LOGNAMETodd C. Miller
1996-10-26honor $LOGNAMETodd C. Miller
1996-10-26mention LOGNAMETodd C. Miller
1996-10-26set $LOGNAME and pass -WallTodd C. Miller
1996-10-26set $LOGNAME fore POSIXTodd C. Miller
1996-10-26getopt returns -1 on OpenBSDimp
1996-10-26Now sets $LOGNAME as per POSIX.Todd C. Miller
1996-10-26Don't use a cast for _POSIX_VDISABLEThorsten Lockert
Update _POSIX_VERSION to 199009
1996-10-26Correct a typo in _POSIX_SSIZE_MAXThorsten Lockert
Correct _POSIX_ARG_MAX; it should define the minimum allowed argument size, not the supported on (we have sysconf for that)
1996-10-25Spacing nitsimp
1996-10-25Better bounds checking on argv and gargv to eliminate a fencepost errorimp
on argv and gargv variables.
1996-10-25lots of 3cxxx work in 2.0Theo de Raadt
1996-10-25proactive buf checkTheo de Raadt
1996-10-25proactive bounds checking; help from millertTheo de Raadt
1996-10-25fix; pr#38; kstailey@dol-esa.govTheo de Raadt
1996-10-25i386 MAXBSIZE restriction goes awayTheo de Raadt
1996-10-25grow kvm space; fix an over-agressive pmap optimizationTheo de Raadt
1996-10-25fix a freak of misalignmentTheo de Raadt
1996-10-25BusifiedNiklas Hallqvist
1996-10-25add declJason Downs
1996-10-25Added CDE dtterm capability.etheisen
1996-10-25sprintf -> snprintfJason Downs
1996-10-25be slightly more verbose for my sakeJason Downs
1996-10-25Added CDE dtterm capabilty.etheisen
1996-10-25kill sprintf, use paths.hJason Downs
1996-10-25slightly smarterJason Downs
1996-10-25syncJason Downs
1996-10-25POSIX requires stdio buffers be flushed on abortThorsten Lockert
1996-10-25bump this tooTheo de Raadt
1996-10-25libm and libm_i387 are the same now.Jason Downs
1996-10-25We do i387 by default now.Jason Downs
1996-10-24Discourage MATH_EMULATE.Jason Downs
1996-10-24replace with a correct memcmp; problem spotted by rahndsTheo de Raadt
1996-10-24<sys/dir.h> is for use as a compatibility interface only. Warn ifThorsten Lockert
included by kernel modules, and also remove use from any modules that currently attempt to use it.