summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-03-03cleanupTodd C. Miller
1997-03-03Give usage message when atq used incorrectly.Todd C. Miller
1997-03-03don't try to fseek to before the beginning of the file;flipk
showed up after the fix to sys_lseek concerning negative offsets. avoids '/var/account/acct: Invalid argument' messages.
1997-03-03fix typoJason Downs
1997-03-03Complain if invoked in a form that requires an argument and we didn'tTodd C. Miller
get one.
1997-03-03Sync with NetBSD which is syncing with FreeBSD, whee!Todd C. Miller
OpenBSD-specific changes are surrounded by #ifdef __OpenBSD__ or #ifndef __OpenBSD__
1997-03-02Say how many blocks were read/written in cpio modeThorsten Lockert
1997-03-02Fix up the XXX's I left (oops).Todd C. Miller
1997-03-02add -fno-defer-pop to CFLAGSkstailey
1997-03-02Sync msdosfs with NetBSD sans const-ness. NetSBD log messages:Todd C. Miller
Fix panic on mkdir. Thanks to Dave Huang for finding the bug. Fixes a bug with allowed/forbidden characters in non-W95 filenames. Don't extend directory when nothing is written to it.
1997-03-02Change MNT_NOATIME to unused value. This backs out the MNT_* renumberingTodd C. Miller
that will surely hose people who try to run a new kernel on an old userland.
1997-03-02More complete cpio(1) emulationThorsten Lockert
1997-03-02Add noatime option to not update atime on files in a filesystem (unlessTodd C. Miller
ctime or mtime has changed). Useful for laptops and news servers.
1997-03-02Enable IPSECThorsten Lockert
1997-03-02This is a P5 with PCI and not a 486 with EISA now. Also enable IPSEC.Thorsten Lockert
1997-03-02Need to get a new pointer for the IP header after doing a pullup on the mbufThorsten Lockert
1997-03-02Cosmetic changes.Angelos D. Keromytis
1997-03-02more was causing the console to go 7e1 during installation (should be 8n1)Dale S. Rahn
solution was to remove more because it was not necessary, messsage was < 24 lines. This is what has been holding up mvme68k snapshot.
1997-03-02Update based on latest NetBSD version.Todd C. Miller
Now uses functions from util.[ch] instead of local ones. Also some anal KNF from me...
1997-03-02set PASSWORD_TIMEOUT to 0 again--fdesc's treatment of /dev/tty is still buggy.Todd C. Miller
1997-03-02Install zero-length /var/at/at.deny to allow users to use at(1).Todd C. Miller
1997-03-01Merge in changes from at 2.9Todd C. Miller
1997-03-01sync with FreeBSD 22-Feb-1997kstailey
1997-03-01Don't dereference a vnode pointer that is NULLThorsten Lockert
1997-03-01Corrected ISA memory mapping errors that caused PCMCIA to be broken.Niklas Hallqvist
Thanks to Angelos who helped my debug this.
1997-03-01prevent warning about unused variable when NO_KMEMSTATS is in effectkstailey
1997-03-01Allow building of kernels that do not keep malloc statistics viakstailey
"options NO_KMEMSTATS" in the config file. Does not change default behavior.
1997-03-01FreeBSD changes + my changeskstailey
1997-03-01Error out if someone tries to mv a mount point. Old behavior was toTodd C. Miller
move all files contained in the mounted filesystem to the dest. dir which could be quite nasty. Personally, I think rename(2) should return EPERM or EINVAL instead of EXDEV.
1997-03-01Unified ipsec prgs in ipsecadmNiels Provos
1997-02-28First stab at a target for making cross-development tools:Niklas Hallqvist
try "make TARGET=machine cross-tools" and you should get a little hierarchy in /usr/cross/<machine>. This is probably not in its final shape yet ;-)
1997-02-28Add missing _MACHINE & _MACHINE_ARCH defines + some RCS IdsNiklas Hallqvist
1997-02-28v 1.2 a different waykstailey
1997-02-28back out changekstailey
1997-02-28cannot lseek(2) on a (FILE *)kstailey
1997-02-28update /usr/share/man/{man,cat}8/ subdirs to reflect realityNiklas Hallqvist
1997-02-28phantasia.6 -> phantasia.6tblJason Downs
1997-02-28plip.4 -> plip.4tblJason Downs
1997-02-28Add -f to getopt() -- that'll teach me to test first.Todd C. Miller
1997-02-28From NetBSD (ws)Todd C. Miller
Fix handling of clusters marked bad; Noted by Rafal Boni
1997-02-28remove the unused scsi controller entries for each type (from dieter mayer)Thomas Graichen
1997-02-28fsck now raises datasize limit itself.Todd C. Miller
1997-02-28Silently ignore -f so that "fsck -f" works if you have an msdosTodd C. Miller
partition listed in fstab.
1997-02-28Back out multiple inclusion check. There are things that dependTodd C. Miller
on being able to re-include sys/errno.h with _KERNEL defined. Ick.
1997-02-28Only include sys/errno.h once.Todd C. Miller
1997-02-28clarifyJason Downs
1997-02-28sendmail 8.9.1Jason Downs
1997-02-28Kill netbsd.org cruft.Jason Downs
1997-02-28Moved things to netinet/in_pcb.hAngelos D. Keromytis
1997-02-28Moved IPsec socket state to the PCB.Angelos D. Keromytis