summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-01-25allocate pmaps with pool.Artur Grabowski
2002-01-25poolify pcreds.Artur Grabowski
2002-01-25Convert plimit allocations to pool.Artur Grabowski
2002-01-25Update. <mccreary@pch.net>Hakan Olsson
2002-01-25no static for sa_dump, explicit log cls/levelHakan Olsson
2002-01-25Typo. <mccreary@pch.net>Hakan Olsson
2002-01-25Update.Miod Vallat
2002-01-25Stat source path at the top of do_move() and return an error ifTodd C. Miller
this fails. Previously, "mv nonexistent file_with_no_write_perms" would prompt whether or not to overwrite the file w/o write perms even though 'nonexistent' would fail to lstat() later on.
2002-01-25s is pointer. 0 -> NULL.Mike Pechkin
millert@ ok
2002-01-25Catch not valid chmod value earlier. This make sense, before we didn'tMike Pechkin
handle some situations and pass value to chmod() instead of fatal. Idea stolen from `SITE UMASK` handler. millert@ ok
2002-01-25improve yacc file management. Idea stolen from pfctl's Makefile.Mike Pechkin
millert@ ok
2002-01-25Disestablish *powerhook* on detach. jason@ okThomas Nordin
2002-01-25multi-session support; from NetBSD. millert@ okFederico G. Schwindt
this only affects iso_mountfs(), not disklabel. code for it may be added later.
2002-01-25Man page for vgafbJason Wright
2002-01-25s/doesn't/does not/Jason Wright
2002-01-25Instead of finding pages matching this physical page, match this specificDale Rahn
entry. Also terminate the search as soon as this entry is found.
2002-01-25kernel printfs triggerable by a simple mistake in userland are just wrong.Artur Grabowski
2002-01-25Remove kbd_ms_ttyvar.h... Unneeded file from NetBSD.Jason Wright
2002-01-25How did this work? It used to attempt the tlb entry for a mapping it isDale Rahn
removing by using the va it is replacing it with, NO!. Calculate the va of the mapping by inverting the pte_hi calculation producing bits 4-19 of the address. This is enough to correctly invalidate the tlb entry for the mapping being removed.
2002-01-25GC some more malloc types.Artur Grabowski
2002-01-25Remove more NKBD/NMS references (jason == cpp tonight I guess)Jason Wright
2002-01-25move the scancode -> wskbd event map into a seperate file... more stillJason Wright
to move, though.
2002-01-25add 2+1HSJason Wright
2002-01-25add 2+1HSJason Wright
2002-01-25Add support for the "Magma 2+1HS Sp" (from NetBSD)Jason Wright
2002-01-25Move softdep sysctls from debug to vfs.ffs; art@ OKTodd C. Miller
2002-01-25confusing and not used, zap.Artur Grabowski
2002-01-25Bring disklabel code on par with other arches: recognize specific situations,Miod Vallat
correctly initialize the label for a virgin disk with no existing disklabel, etc.
2002-01-24xref eisa, obscure onesMichael Shalayeff
2002-01-24Fix `necesary' typos; Alexander YurchenkoTodd C. Miller
Alas many of these were introduced by yours truly as necessary just doesn't look right to me for some reason ;-)
2002-01-24eisa page and xref itMichael Shalayeff
2002-01-24update ports system history; ok espie@Jason Peel
2002-01-24bt->bhaMichael Shalayeff
2002-01-24bt->bhaMichael Shalayeff
2002-01-24bt->bha and suchMichael Shalayeff
2002-01-24allocate tcp reassembly queue via pool; based on netbsd; okay art@ angelos@Niels Provos
2002-01-24bussified and bus-split bustec scsi ha driver.Michael Shalayeff
original port done by chris@ in '98 and pounded into -current by me, plus support for wide mode. tested on pci in both modes by me, on eisa (w/ half success, thus not enabled yet) by jason@. niklas@, jason@, millert@ ok.
2002-01-24Xr library-specs(7). ok espie@Kjell Wooding
2002-01-24sigh, nobody compiles before commit anymoreMichael Shalayeff
2002-01-24as early as v3 it seems to beMichael Shalayeff
2002-01-24as early as v3, these isMichael Shalayeff
2002-01-24this one was in v2 evenMichael Shalayeff
2002-01-24these is mostly v3Michael Shalayeff
2002-01-24most of these is v2, not v6Michael Shalayeff
2002-01-24ellaborate on historyMichael Shalayeff
2002-01-24need misc.h for set_nodelay()Kevin Steves
2002-01-24add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning).Kevin Steves
no nagle changes just yet; ok djm@ markus@
2002-01-24add a note about the old sttyMichael Shalayeff
2002-01-24fix the history refsMichael Shalayeff
2002-01-24Don't provide a duplicate addupc_task() routine.Miod Vallat