Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-05-31 | Update dependencies. | Angelos D. Keromytis | |
1999-05-31 | Fix M_TEMP memory leak in pfkeyv2_expire() | Hakan Olsson | |
(likewise future pfkeyv2_acquire()) | |||
1999-05-31 | Add -Wall | Angelos D. Keromytis | |
1999-05-31 | Correct prototype and invocation, eliminate a warning or three. | Angelos D. Keromytis | |
1999-05-31 | regen | Todd C. Miller | |
1999-05-31 | clarify "secure" flag in /etc/ttys | Todd C. Miller | |
1999-05-31 | New 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-31 | Use connection-oriented transport (ie: TCP) when possible. This makes | Todd C. Miller | |
the default trasport for NFSV3 be TCP like most other OS's. | |||
1999-05-31 | typo | Marc Espie | |
1999-05-31 | Work-around for i386 linker bug | Marc Espie | |
1999-05-31 | typo; now we can 'set debug off' at 'boot>' | Todd T. Fries | |
1999-05-31 | typo; Bill Fumerola | brian | |
1999-05-30 | Fix typo, '=' not '=='; marc@snafu.org | Todd C. Miller | |
1999-05-30 | repairs | Aaron Campbell | |
1999-05-30 | Output style nit. From ho@ | Tobias Weingartner | |
1999-05-30 | Careless: I forgot to propagate obvious consts. | Marc Espie | |
1999-05-30 | Revertion of last change, which was due to emacs' stupid idea | Niklas Hallqvist | |
of keeping the "*Shell Command Output*" buffer's wd from its creation instead of using the last command's wd!!!! | |||
1999-05-30 | Some extra error checking, documentation and style wrt connections | Niklas Hallqvist | |
1999-05-30 | improve ftp/http proxy prompt | Theo de Raadt | |
1999-05-30 | Sigh, -Dsparc | Theo de Raadt | |
1999-05-30 | correct mkstemp() failure checking | Theo de Raadt | |
1999-05-30 | check mkstemp() failure | Theo de Raadt | |
1999-05-30 | Only use __attribute__ if __GNUC__ is defined | Paul Janzen | |
1999-05-30 | It's spelled "occurrence". Also a few other minor mods while I'm at it. | Paul Janzen | |
1999-05-30 | synonym typo | Paul Janzen | |
1999-05-30 | grammar and punctuation | Paul Janzen | |
1999-05-30 | use standard isalpha() and isdigit(); check that screen is big enough; | Paul Janzen | |
correct a typo, and fix up some man page paths. | |||
1999-05-30 | Bad commit (machdep.allowaperture), this already exists in etc.i386 -- | Angelos D. Keromytis | |
obviously a long day :-X | |||
1999-05-30 | Add netatalk start-up support. | Angelos D. Keromytis | |
1999-05-30 | Add a commented out machdep.allowaperture=1 line | Angelos D. Keromytis | |
1999-05-29 | repairs; go back over some old files, because we should properly distinguish | Aaron Campbell | |
between NUL and NULL, i.e., don't use the .Dv (defined variable) macro when referring to an ASCII NUL | |||
1999-05-29 | repairs | Aaron Campbell | |
1999-05-29 | Add target for demo program | Todd C. Miller | |
1999-05-29 | compare was broken for files > 8gig | Todd C. Miller | |
1999-05-29 | repairs | Aaron Campbell | |
1999-05-29 | repairs | Aaron Campbell | |
1999-05-29 | Check size as well as mtime when deciding whether or not the file | Todd 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-29 | we no longer have a builtin.h file | Todd C. Miller | |
1999-05-29 | repairs | Aaron Campbell | |
1999-05-29 | typo | Artur Grabowski | |
1999-05-29 | Main config for vme drivers. | Steve Murphree | |
1999-05-29 | Added vme bus device drivers. MVME328, MVME376, MVME332 | Steve Murphree | |
1999-05-29 | MLINKS, not MLINK | Aaron Campbell | |
1999-05-29 | remove Xr to mkfs(8), since it is long gone | Aaron Campbell | |
1999-05-29 | Add libkeynote target for includes | Angelos D. Keromytis | |
1999-05-28 | more .El madness | Aaron Campbell | |
1999-05-28 | proper const semantics for dirname & basename. | Marc Espie | |
(this follows FreeBSD and Linux. Single Unix 2 is still illogical) | |||
1999-05-28 | Oops, missed in last commit: additional AUDIO definitions | Jason Wright | |
1999-05-28 | forgot to install _G_config.h, somehow... | Marc Espie | |
1999-05-28 | fix up audio_if interfaces and debugging code (allows switching between | Jason Wright | |
speaker/headphones again, etc). |