summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-12-05sync with netbsd. untested.Hugh Graham
2001-12-05Get maxslp with sysctl. Not the constant.Artur Grabowski
2001-12-05Get MAXSLP from kvm/sysctl. It's patchable in the kernel now.Artur Grabowski
2001-12-05Include more machdep headers. (paranoia)Artur Grabowski
2001-12-05nuke rominterpret and update romgetcursoraddr() to work on sparc64; based on ...Jason Wright
2001-12-05document new options; from netbsd.Niels Provos
2001-12-05Make OF_interpret() work correctly; based on NetBSD fix, but maintainingJason Wright
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-12-05Must include machine/pmap.h and machine/vmparam.h here nowArtur Grabowski
2001-12-05Make DEBUG not default, and make the default compileNiklas Hallqvist
2001-12-05Oops forgot to regen.Artur Grabowski
2001-12-05Break out the part that lowers v_holdcnt in brelvp into an own functionArtur Grabowski
2001-12-05Update pmap_update macro for arches Art missed. Still just a noop.Todd C. Miller
2001-12-04Yet another sync to NetBSD uvm.Artur Grabowski
2001-12-04Readd VOP_MMAP, will be used soon. Right now it's just a question toArtur Grabowski
2001-12-04All files are copied from the skel dir, not just dot.*Todd C. Miller
2001-12-04Add declaration of "state" to _simple_lock_assert(). Since it isTodd C. Miller
2001-12-04cgthree man pageJason Wright
2001-12-04commented out entry for cgthreeJason Wright
2001-12-04skeleton driver for cgthree (at the same point as cgsix)Jason Wright
2001-12-04enable uplcom on macppc GENERIC. tested by myself, and okay'd by drahn@lebel
2001-12-04Kill setjmp/longjmpTodd C. Miller
2001-12-04remove direct entry points for bwtwo, cgfourteen, cgsix, cgthree, and tcxJason Wright
2001-12-04man page for cgsixJason Wright
2001-12-04Now that we found the bug, go back to not stop on SPL NOT LOWERED..Niklas Hallqvist
2001-12-04add commented out entries for cgsix at sbus and wsdisplay at cgsixJason Wright
2001-12-04add stuff for wsdisplayJason Wright
2001-12-04wscons driver for cgsix (based on vgafb from macppc and cgsix from sparc)Jason Wright
2001-12-04Provide eeprom(8) on sparc64.Miod Vallat
2001-12-04more bits defs; from netbsdMichael Shalayeff
2001-12-04FREE_LOCK_INTERLOCKED drops the lock owner without changing lock "state".Artur Grabowski
2001-12-04Support for the new uvm sysctls.Artur Grabowski
2001-12-04regenMichael Shalayeff
2001-12-04compaq smart array 5* series, from freebsd's ciss(4)Michael Shalayeff
2001-12-04duplicate prohibition entry; from Dan Weeks <danimal@danimal.org>Michael Shalayeff
2001-12-04some grammer in previous; fromBrian Poole <raj@cerias.purdue.edu>Michael Shalayeff
2001-12-04do not open the device for writing if not needed to; millert@ ok & helpMichael Shalayeff
2001-12-04missing \nMichael Shalayeff
2001-12-04Add some macros; millert@ ok.Federico G. Schwindt
2001-12-04add missing no_default_msa FEATURETodd C. Miller
2001-12-04sync with realityTodd C. Miller
2001-12-04part of i386 isr patches; OK niklas@Marco S Hyman
2001-12-04Do not fail on an existing but empty version fileNiklas Hallqvist
2001-12-04New try at a level based irq system.Niklas Hallqvist
2001-12-03for MAP_ANON, dont mention giving an fd of anything but -1, this never worked.Eric Jackson
2001-12-03Document rdr rules with port ranges.Daniel Hartmeier
2001-12-03Style, also make the fact that boot_osflags needs to contain "-a" for theMiod Vallat
2001-12-03reason int -> u_short. From Mike Pechkin.Daniel Hartmeier
2001-12-03For nat, binat and rdr rules, don't allow different address families inDaniel Hartmeier
2001-12-03Ignore leading whitespace in commands. From Frank Denis. Closes PR 2226.Daniel Hartmeier