summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-06-05export p_mdMichael Shalayeff
1999-06-04Think-o in pmap_extract4m(), detected by UVM; pkTheo de Raadt
1999-06-04forgot to zero sunionNiels Provos
1999-06-04remove old MN code, which is not in use anymore, MNN been running forMichael Shalayeff
a year already, and upcoming new apm stuff is not compatible w/ the old MN. niklas@ ok
1999-06-04start swapping on the first swap device after initializationArtur Grabowski
1999-06-04remove sys_omsync, it's in already in compat. (how did this ever link?)Artur Grabowski
1999-06-04remove sys_swapon, it's in already in compat. (how did this ever link?)Artur Grabowski
1999-06-03Repair amiga builds (int schedules need some machine-specific macros)Marc Espie
1999-06-03Same problem as i386, same fix. From Theo.Jason Downs
1999-06-03use __builtin_next_arg() for va_start()Theo de Raadt
1999-06-03syncTheo de Raadt
1999-06-03correct a deviceTheo de Raadt
1999-06-03use uvm_vnp_setsize when uvm (workaround)Artur Grabowski
1999-06-03syncTheo de Raadt
1999-06-03obvious shorteningTheo de Raadt
1999-06-03use __sparc__ just in caseTheo de Raadt
1999-06-03syncTheo de Raadt
1999-06-03newTheo de Raadt
1999-06-03Also 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-03regen.Federico G. Schwindt
1999-06-03Add SMC EZCARD definition and Fujitsu products from Netbsd.Federico G. Schwindt
1999-06-02enable sys_swapctl() implementationMichael Shalayeff
1999-06-01Introduce M_PFKEY kmem type, and use it. (angelos@ ok)Hakan Olsson
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-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-01minor comment beautificationTodd C. Miller
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-31Fix M_TEMP memory leak in pfkeyv2_expire()Hakan Olsson
(likewise future pfkeyv2_acquire())
1999-05-31regenTodd 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-31typo; now we can 'set debug off' at 'boot>'Todd T. Fries
1999-05-30Sigh, -DsparcTheo de Raadt
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-28Oops, missed in last commit: additional AUDIO definitionsJason Wright
1999-05-28fix up audio_if interfaces and debugging code (allows switching betweenJason Wright
speaker/headphones again, etc).
1999-05-280 alignment is bad, now aic at pcmcia at least attaches!Niklas Hallqvist
1999-05-28Support the 98543 in GM_DESCRIBE. Pointless, of course, but what the hell.Jason Downs
1999-05-28fix the makefile; i'm evilMichael Shalayeff
1999-05-27typoArtur Grabowski
1999-05-27remove the NO_KMEMSTATS hack from sys/malloc.hArtur Grabowski
add KMEMSTATS to GENERIC to keep old behavior
1999-05-27syncTheo de Raadt
1999-05-27more USBTheo de Raadt
1999-05-27syncTheo de Raadt
1999-05-27new cirrus and othersTheo de Raadt