Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-06-03 | use __sparc__ just in case | Theo de Raadt | |
1999-06-03 | sync | Theo de Raadt | |
1999-06-03 | new | Theo de Raadt | |
1999-06-03 | Also define memname if FFS_SOFTUPDATES is defined. FFS_SOFTUPDATES should ↵ | Todd C. Miller | |
really only use memname ifdef DIAGNOSTIC but that isn't feasible right now | |||
1999-06-03 | regen. | Federico G. Schwindt | |
1999-06-03 | Add SMC EZCARD definition and Fujitsu products from Netbsd. | Federico G. Schwindt | |
1999-06-02 | enable sys_swapctl() implementation | Michael Shalayeff | |
1999-06-01 | Introduce M_PFKEY kmem type, and use it. (angelos@ ok) | Hakan Olsson | |
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 | 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 | minor comment beautification | Todd C. Miller | |
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 | Fix M_TEMP memory leak in pfkeyv2_expire() | Hakan Olsson | |
(likewise future pfkeyv2_acquire()) | |||
1999-05-31 | regen | 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 | typo; now we can 'set debug off' at 'boot>' | Todd T. Fries | |
1999-05-30 | Sigh, -Dsparc | Theo de Raadt | |
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-28 | Oops, missed in last commit: additional AUDIO definitions | Jason Wright | |
1999-05-28 | fix up audio_if interfaces and debugging code (allows switching between | Jason Wright | |
speaker/headphones again, etc). | |||
1999-05-28 | 0 alignment is bad, now aic at pcmcia at least attaches! | Niklas Hallqvist | |
1999-05-28 | Support the 98543 in GM_DESCRIBE. Pointless, of course, but what the hell. | Jason Downs | |
1999-05-28 | fix the makefile; i'm evil | Michael Shalayeff | |
1999-05-27 | typo | Artur Grabowski | |
1999-05-27 | remove the NO_KMEMSTATS hack from sys/malloc.h | Artur Grabowski | |
add KMEMSTATS to GENERIC to keep old behavior | |||
1999-05-27 | sync | Theo de Raadt | |
1999-05-27 | more USB | Theo de Raadt | |
1999-05-27 | sync | Theo de Raadt | |
1999-05-27 | new cirrus and others | Theo de Raadt | |
1999-05-27 | Use lblktosize(fs, foo) instead of foo*fs->fs_bsize | Artur Grabowski | |
1999-05-27 | regen | Niklas Hallqvist | |
1999-05-27 | Revert accidentally committed stuff | Niklas Hallqvist | |
1999-05-27 | A Sound+SCSI card | Niklas Hallqvist | |
1999-05-27 | sync | Theo de Raadt | |
1999-05-27 | rage on | Theo de Raadt | |
1999-05-27 | sync | Theo de Raadt | |
1999-05-27 | name the adv products | Theo de Raadt | |
1999-05-26 | Implement DLT_RAW, DLT_{SLIP,PPP}_BSDOS from libpcap 0.4 | Brad Smith | |
1999-05-25 | Move hilsoftinit() call to before interrupts are enabled, from NetBSD. | Jason Downs | |
1999-05-24 | Only do basic work in the ethernet interrupt context, and queue packets to | Jason Wright | |
be bridged. Do the real work in a scheduled netisr. | |||
1999-05-24 | instead of dropping out of window SYNs, send an ACK and drop afterwards. | Niels Provos | |
fixes a problem with NFS over TCP reported by Jason Thorpe, fix from klm@netbsd.org | |||
1999-05-24 | correct return value of poll(); noted by d@ | Theo de Raadt | |
1999-05-24 | quieter operation during initial mounting of primary swap | Tobias Weingartner | |
1999-05-24 | more buf oflows | Aaron Campbell | |