summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-06-01Fix some mips -> __mips__ stuff.Per Fogelstrom
1999-06-01fixes for boot are in, kernel is more in sync nowMichael Shalayeff
1999-06-01regenMichael Shalayeff
1999-06-01SIS AGP VideoMichael Shalayeff
1999-06-01Make async/sync/physical/hdlc dumps prettier by showing printablebrian
characters at the end of the line in hexdump style.
1999-06-01getfsstat/getmntinfo do not require inclusion of <sys/ucred.h>Todd C. Miller
1999-06-01getfsstat now takes a size_t, not long, for the length parameterTodd C. Miller
1999-06-01for binutils merge: xstrdup will be neededMarc Espie
1999-06-01missing __powerpc__Marc Espie
1999-06-01approximation of a sync...Theo de Raadt
1999-06-01Mention that using MYADDR and HISADDR with ``set filter''brian
will result in the rules being updated any time MYADDR or HISADDR change.
1999-06-01remove 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.pmapArtur Grabowski
1999-06-01Pseudo-registers can be ssen as memory while we are in reload, so be moreNiklas 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-01minor comment beautificationTodd C. Miller
1999-05-31Remember if MYADDR or HISADDR is used in a filter add tweak allbrian
filters any time either value changes.
1999-05-31Enable "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-31Disable fixincludes stage in a different way that does not rely on timestamps.Todd C. Miller
1999-05-31Add back lost .gdbinitNiklas Hallqvist
1999-05-31Clarify usage message.Angelos D. Keromytis
1999-05-31Sanitize prototypes and variable extern definitions, removeAngelos D. Keromytis
unnecessary header file, add prototypes header file for utility building.
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