Age | Commit message (Expand) | Author |
2001-12-05 | Change pcache_flush_line to pcache_flush_page since this is the only way | Artur Grabowski |
2001-12-05 | xref on pci(4), isa(4) and other fixes from me and pe4kin | Michael Shalayeff |
2001-12-05 | move and update the mans on radio | Michael Shalayeff |
2001-12-05 | kill ugly spaces | Michael Shalayeff |
2001-12-05 | this has been setuid for quite some time | Theo de Raadt |
2001-12-05 | unsmoke radium | Michael Shalayeff |
2001-12-05 | add radiotack defs | Michael Shalayeff |
2001-12-05 | use strlcpy instead | Theo de Raadt |
2001-12-05 | update for radio drivers from tm@oganer.net und jumbo@narod.ru | Michael Shalayeff |
2001-12-05 | KNF, i need this for what comes next.. | Theo de Raadt |
2001-12-05 | simplify | Theo de Raadt |
2001-12-05 | more free KNF from maja, though this was hard to do | Theo de Raadt |
2001-12-05 | minor KNF | Theo de Raadt |
2001-12-05 | this stuff is supplied by -lrpcsvc | Theo de Raadt |
2001-12-05 | simplify the source | Theo de Raadt |
2001-12-05 | KNF whack | Theo de Raadt |
2001-12-05 | choose one AC97 name and stick with it a bit more often | Theo de Raadt |
2001-12-05 | at least make this more real | Theo de Raadt |
2001-12-05 | remove lies | Theo de Raadt |
2001-12-05 | documentation nits | Theo de Raadt |
2001-12-05 | malloc(n) regression test | Theo de Raadt |
2001-12-05 | KNF, and remove part of the TLI garbage | Theo de Raadt |
2001-12-05 | document how malloc(0) blobbies are stored, and their character | Theo de Raadt |
2001-12-05 | mention cgsix & cgthree | Jason Wright |
2001-12-05 | Same stuff as cgthree: | Jason Wright |
2001-12-05 | - fix initialization so that the cursor is initialized to be in the same | Jason Wright |
2001-12-05 | make it compile with more strict prototype checking | Jun-ichiro itojun Hagino |
2001-12-05 | deal with LP64 printf issue with sig_atomic_t. from thorpej | Jun-ichiro itojun Hagino |
2001-12-05 | Enable MSCP disk support, since although untested due to lack of | Hugh Graham |
2001-12-05 | sync with netbsd. untested. | Hugh Graham |
2001-12-05 | Get maxslp with sysctl. Not the constant. | Artur Grabowski |
2001-12-05 | Get MAXSLP from kvm/sysctl. It's patchable in the kernel now. | Artur Grabowski |
2001-12-05 | Include more machdep headers. (paranoia) | Artur Grabowski |
2001-12-05 | nuke rominterpret and update romgetcursoraddr() to work on sparc64; based on ... | Jason Wright |
2001-12-05 | document new options; from netbsd. | Niels Provos |
2001-12-05 | Make OF_interpret() work correctly; based on NetBSD fix, but maintaining | Jason Wright |
2001-12-05 | make nkmempages dynamic based on memory. okay art@ from netbsd: | Niels Provos |
2001-12-05 | Must include machine/pmap.h and machine/vmparam.h here now | Artur Grabowski |
2001-12-05 | Make DEBUG not default, and make the default compile | Niklas Hallqvist |
2001-12-05 | Oops forgot to regen. | Artur Grabowski |
2001-12-05 | Break out the part that lowers v_holdcnt in brelvp into an own function | Artur Grabowski |
2001-12-05 | Update pmap_update macro for arches Art missed. Still just a noop. | Todd C. Miller |
2001-12-04 | Yet another sync to NetBSD uvm. | Artur Grabowski |
2001-12-04 | Readd VOP_MMAP, will be used soon. Right now it's just a question to | Artur Grabowski |
2001-12-04 | All files are copied from the skel dir, not just dot.* | Todd C. Miller |
2001-12-04 | Add declaration of "state" to _simple_lock_assert(). Since it is | Todd C. Miller |
2001-12-04 | cgthree man page | Jason Wright |
2001-12-04 | commented out entry for cgthree | Jason Wright |
2001-12-04 | skeleton driver for cgthree (at the same point as cgsix) | Jason Wright |
2001-12-04 | enable uplcom on macppc GENERIC. tested by myself, and okay'd by drahn@ | lebel |