summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-05-31Update dependencies.Angelos D. Keromytis
1999-05-31Fix M_TEMP memory leak in pfkeyv2_expire()Hakan Olsson
(likewise future pfkeyv2_acquire())
1999-05-31Add -WallAngelos D. Keromytis
1999-05-31Correct prototype and invocation, eliminate a warning or three.Angelos D. Keromytis
1999-05-31regenTodd C. Miller
1999-05-31clarify "secure" flag in /etc/ttysTodd C. Miller
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
fstatfs(2), and getfsstat(2) so you will need to build a new kernel before doing a "make build" or you will get "unimplemented syscall" errors. The new struct statfs has the following featuires: o Has a u_int32_t flags field--now softdep can have a real flag. o Uses u_int32_t instead of longs (nicer on the alpha). Note: the man page used to lie about setting invalid/unused fields to -1. SunOS does that but our code never has. o Gets rid of f_type completely. It hasn't been used since NetBSD 0.9 and having it there but always 0 is confusing. It is conceivable that this may cause some old code to not compile but that is better than silently breaking. o Adds a mount_info union that contains the FSTYPE_args struct. This means that "mount" can now tell you all the options a filesystem was mounted with. This is especially nice for NFS. Other changes: o The linux statfs emulation didn't convert between BSD fs names and linux f_type numbers. Now it does, since the BSD f_type number is useless to linux apps (and has been removed anyway) o FreeBSD's struct statfs is different from our (both old and new) and thus needs conversion. Previously, the OpenBSD syscalls were used without any real translation. o mount(8) will now show extra info when invoked with no arguments. However, to see *everything* you need to use the -v (verbose) flag.
1999-05-31Use connection-oriented transport (ie: TCP) when possible. This makesTodd C. Miller
the default trasport for NFSV3 be TCP like most other OS's.
1999-05-31typoMarc Espie
1999-05-31Work-around for i386 linker bugMarc Espie
1999-05-31typo; now we can 'set debug off' at 'boot>'Todd T. Fries
1999-05-31typo; Bill Fumerolabrian
1999-05-30Fix typo, '=' not '=='; marc@snafu.orgTodd C. Miller
1999-05-30repairsAaron Campbell
1999-05-30Output style nit. From ho@Tobias Weingartner
1999-05-30Careless: I forgot to propagate obvious consts.Marc Espie
1999-05-30Revertion of last change, which was due to emacs' stupid ideaNiklas Hallqvist
of keeping the "*Shell Command Output*" buffer's wd from its creation instead of using the last command's wd!!!!
1999-05-30Some extra error checking, documentation and style wrt connectionsNiklas Hallqvist
1999-05-30improve ftp/http proxy promptTheo de Raadt
1999-05-30Sigh, -DsparcTheo de Raadt
1999-05-30correct mkstemp() failure checkingTheo de Raadt
1999-05-30check mkstemp() failureTheo de Raadt
1999-05-30Only use __attribute__ if __GNUC__ is definedPaul Janzen
1999-05-30It's spelled "occurrence". Also a few other minor mods while I'm at it.Paul Janzen
1999-05-30synonym typoPaul Janzen
1999-05-30grammar and punctuationPaul Janzen
1999-05-30use standard isalpha() and isdigit(); check that screen is big enough;Paul Janzen
correct a typo, and fix up some man page paths.
1999-05-30Bad commit (machdep.allowaperture), this already exists in etc.i386 --Angelos D. Keromytis
obviously a long day :-X
1999-05-30Add netatalk start-up support.Angelos D. Keromytis
1999-05-30Add a commented out machdep.allowaperture=1 lineAngelos D. Keromytis
1999-05-29repairs; go back over some old files, because we should properly distinguishAaron Campbell
between NUL and NULL, i.e., don't use the .Dv (defined variable) macro when referring to an ASCII NUL
1999-05-29repairsAaron Campbell
1999-05-29Add target for demo programTodd C. Miller
1999-05-29compare was broken for files > 8gigTodd C. Miller
1999-05-29repairsAaron Campbell
1999-05-29repairsAaron Campbell
1999-05-29Check size as well as mtime when deciding whether or not the fileTodd C. Miller
was changed during edit. Crontab patch from <andrew@untraceable.net>. It may be better to simply do a real compare inline.
1999-05-29we no longer have a builtin.h fileTodd C. Miller
1999-05-29repairsAaron Campbell
1999-05-29typoArtur Grabowski
1999-05-29Main config for vme drivers.Steve Murphree
1999-05-29Added vme bus device drivers. MVME328, MVME376, MVME332Steve Murphree
1999-05-29MLINKS, not MLINKAaron Campbell
1999-05-29remove Xr to mkfs(8), since it is long goneAaron Campbell
1999-05-29Add libkeynote target for includesAngelos D. Keromytis
1999-05-28more .El madnessAaron Campbell
1999-05-28proper const semantics for dirname & basename.Marc Espie
(this follows FreeBSD and Linux. Single Unix 2 is still illogical)
1999-05-28Oops, missed in last commit: additional AUDIO definitionsJason Wright
1999-05-28forgot to install _G_config.h, somehow...Marc Espie
1999-05-28fix up audio_if interfaces and debugging code (allows switching betweenJason Wright
speaker/headphones again, etc).