Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-06-01 | Fix some mips -> __mips__ stuff. | Per Fogelstrom | |
1999-06-01 | fixes for boot are in, kernel is more in sync now | Michael Shalayeff | |
1999-06-01 | regen | Michael Shalayeff | |
1999-06-01 | SIS AGP Video | Michael Shalayeff | |
1999-06-01 | Make async/sync/physical/hdlc dumps prettier by showing printable | brian | |
characters at the end of the line in hexdump style. | |||
1999-06-01 | getfsstat/getmntinfo do not require inclusion of <sys/ucred.h> | Todd C. Miller | |
1999-06-01 | getfsstat now takes a size_t, not long, for the length parameter | Todd C. Miller | |
1999-06-01 | for binutils merge: xstrdup will be needed | Marc Espie | |
1999-06-01 | missing __powerpc__ | Marc Espie | |
1999-06-01 | approximation of a sync... | Theo de Raadt | |
1999-06-01 | Mention that using MYADDR and HISADDR with ``set filter'' | brian | |
will result in the rules being updated any time MYADDR or HISADDR change. | |||
1999-06-01 | remove the "ifdef pmap_resident_count" hack and replace it with a macro. | Artur Grabowski | |
change some &vm->vm_pmap to vm->vm_map.pmap | |||
1999-06-01 | &vm->vm_pmap -> vm->vm_map.pmap | Artur Grabowski | |
1999-06-01 | Pseudo-registers can be ssen as memory while we are in reload, so be more | Niklas Hallqvist | |
permissve about how memory may look in the case where we try to get an aligned word consisting of a specific byte we are looking for. Fixes egcs -O2 problem with libc/db/hash/hash.c. | |||
1999-06-01 | minor comment beautification | Todd C. Miller | |
1999-05-31 | Remember if MYADDR or HISADDR is used in a filter add tweak all | brian | |
filters any time either value changes. | |||
1999-05-31 | Enable "auto" mode so we at least have a chance of working. Otherwise, | Todd C. Miller | |
we panic in ifmedia_set because ifmedia_match() fails. | |||
1999-05-31 | Disable fixincludes stage in a different way that does not rely on timestamps. | Todd C. Miller | |
1999-05-31 | Add back lost .gdbinit | Niklas Hallqvist | |
1999-05-31 | Clarify usage message. | Angelos D. Keromytis | |
1999-05-31 | Sanitize prototypes and variable extern definitions, remove | Angelos D. Keromytis | |
unnecessary header file, add prototypes header file for utility building. | |||
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 | |