Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-25 | do not conflict PF_ /w pf -- rename to PZF_ and define _BITS | Michael Shalayeff | |
2002-01-25 | define CONADDR and CONUNIT | Michael Shalayeff | |
2002-01-25 | CONADDR is defined elsewhere for hppa | Michael Shalayeff | |
2002-01-25 | unused include | Markus Friedl | |
2002-01-25 | this existed in v4 and does not appear in v3, though the latter does not ↵ | Michael Shalayeff | |
exist in it's entirety | |||
2002-01-25 | In encap, sync mbuf before writing descriptors | Jason Wright | |
2002-01-25 | Don't defer attachment of devices on USB (we need the keyboard asap) | Jason Wright | |
2002-01-25 | Put space back at the end of the line, it's required there. | Aaron Campbell | |
2002-01-25 | Add a drain hook to each pool. This hook is called in three cases. | Artur Grabowski | |
1. When a pool hit the hard limit. Just before bailing out/sleeping. 2. When an allocator fails to allocate memory (with PR_NOWAIT). 3. Just before trying to reclaim some page in pool_reclaim. The function called form the hook should try to free some items to the pool if possible. Convert m_reclaim hooks that were embedded in MCLGET, MGET and MGETHDR into a pool drain hook (making the code much cleaner). | |||
2002-01-25 | allocate pmaps with pool. | Artur Grabowski | |
2002-01-25 | poolify pcreds. | Artur Grabowski | |
2002-01-25 | Convert plimit allocations to pool. | Artur Grabowski | |
2002-01-25 | Update. <mccreary@pch.net> | Hakan Olsson | |
2002-01-25 | no static for sa_dump, explicit log cls/level | Hakan Olsson | |
2002-01-25 | Typo. <mccreary@pch.net> | Hakan Olsson | |
2002-01-25 | Update. | Miod Vallat | |
2002-01-25 | Stat source path at the top of do_move() and return an error if | Todd 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-25 | s is pointer. 0 -> NULL. | Mike Pechkin | |
millert@ ok | |||
2002-01-25 | Catch not valid chmod value earlier. This make sense, before we didn't | Mike Pechkin | |
handle some situations and pass value to chmod() instead of fatal. Idea stolen from `SITE UMASK` handler. millert@ ok | |||
2002-01-25 | improve yacc file management. Idea stolen from pfctl's Makefile. | Mike Pechkin | |
millert@ ok | |||
2002-01-25 | Disestablish *powerhook* on detach. jason@ ok | Thomas Nordin | |
2002-01-25 | multi-session support; from NetBSD. millert@ ok | Federico G. Schwindt | |
this only affects iso_mountfs(), not disklabel. code for it may be added later. | |||
2002-01-25 | Man page for vgafb | Jason Wright | |
2002-01-25 | s/doesn't/does not/ | Jason Wright | |
2002-01-25 | Instead of finding pages matching this physical page, match this specific | Dale Rahn | |
entry. Also terminate the search as soon as this entry is found. | |||
2002-01-25 | kernel printfs triggerable by a simple mistake in userland are just wrong. | Artur Grabowski | |
2002-01-25 | Remove kbd_ms_ttyvar.h... Unneeded file from NetBSD. | Jason Wright | |
2002-01-25 | How did this work? It used to attempt the tlb entry for a mapping it is | Dale 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-25 | GC some more malloc types. | Artur Grabowski | |
2002-01-25 | Remove more NKBD/NMS references (jason == cpp tonight I guess) | Jason Wright | |
2002-01-25 | move the scancode -> wskbd event map into a seperate file... more still | Jason Wright | |
to move, though. | |||
2002-01-25 | add 2+1HS | Jason Wright | |
2002-01-25 | add 2+1HS | Jason Wright | |
2002-01-25 | Add support for the "Magma 2+1HS Sp" (from NetBSD) | Jason Wright | |
2002-01-25 | Move softdep sysctls from debug to vfs.ffs; art@ OK | Todd C. Miller | |
2002-01-25 | confusing and not used, zap. | Artur Grabowski | |
2002-01-25 | Bring 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-24 | xref eisa, obscure ones | Michael Shalayeff | |
2002-01-24 | Fix `necesary' typos; Alexander Yurchenko | Todd 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-24 | eisa page and xref it | Michael Shalayeff | |
2002-01-24 | update ports system history; ok espie@ | Jason Peel | |
2002-01-24 | bt->bha | Michael Shalayeff | |
2002-01-24 | bt->bha | Michael Shalayeff | |
2002-01-24 | bt->bha and such | Michael Shalayeff | |
2002-01-24 | allocate tcp reassembly queue via pool; based on netbsd; okay art@ angelos@ | Niels Provos | |
2002-01-24 | bussified 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-24 | Xr library-specs(7). ok espie@ | Kjell Wooding | |
2002-01-24 | sigh, nobody compiles before commit anymore | Michael Shalayeff | |
2002-01-24 | as early as v3 it seems to be | Michael Shalayeff | |
2002-01-24 | as early as v3, these is | Michael Shalayeff | |