Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-01 | change to WSEMUL_NO_DUMB | Theo de Raadt | |
2001-12-01 | shorten | Theo de Raadt | |
2001-12-01 | wipe print_nat()'s nose (use dnot correctly instead of snot). i need to start | Mike Frantzen | |
naming variables 'bugger'. yes, thats what i'll do | |||
2001-12-01 | recover ugly irq print, cleanup on failure to attach | Michael Shalayeff | |
2001-12-01 | fix realtek codec ids. fxi codec id decode -- from krw@ | Michael Shalayeff | |
2001-12-01 | Add TF_EAX and TF_ESP for trapframe struct. niklas@ ok | Hakan Olsson | |
2001-12-01 | Provide more debugging info for the spl not lowered on syscall exit | Niklas Hallqvist | |
situation. And stop in ddb once again so more debugging still can be carried out. | |||
2001-12-01 | regen | Michael Shalayeff | |
2001-12-01 | dpt 2005s | Michael Shalayeff | |
2001-12-01 | Unlock and drop vnode if VOP_GETATTR fails. | Artur Grabowski | |
2001-11-30 | More changes that cvs forgot to commit in the pmap_motorola switch. | Miod Vallat | |
2001-11-30 | cvs hates me. | Miod Vallat | |
How come had this file been missed in the previous amiga commit??? | |||
2001-11-30 | Repair after pmap_kenter_pgs() removal. | Miod Vallat | |
2001-11-30 | Switch to pmap_motorola. | Miod Vallat | |
XXX Kernel compiles, but not tested. | |||
2001-11-30 | Oops, removed one #include line by mistake. | Miod Vallat | |
2001-11-30 | Make it possible for mmutype to contain MMU_68060 if the hardware is | Miod Vallat | |
actually '060-based, instead to look at the machineid. This is simpler, and will be required to switch to pmap_motorola anyways. | |||
2001-11-30 | Not needed anymore. | Miod Vallat | |
2001-11-30 | Duplicates there, too. | Miod Vallat | |
2001-11-30 | Remove duplicates with <m68k/param.h> | Miod Vallat | |
2001-11-30 | Switch to pmap_motorola. | Miod Vallat | |
2001-11-30 | Factorize more definitions to enable the use of pmap_motorola. | Miod Vallat | |
2001-11-30 | Common pmap defines and code for all m68k platforms using Motorola (or | Miod Vallat | |
compatible) MMU. | |||
2001-11-30 | sscanf() length dependencies are clearer now; can also shrink proto | Kevin Steves | |
and data if desired, but i have not done that. ok markus@ | |||
2001-11-30 | startkey goes away; okay deraadt@ | Niels Provos | |
2001-11-30 | remove pipe based interface; only support PF_KEY; okay deraadt@ | Niels Provos | |
2001-11-30 | prevent reorder of __asm w/ __volatile. | Michael Shalayeff | |
from netbsd: Declare some asm statement with output as volatile. Without this, gcc with -march=pentiumpro produce bad code. | |||
2001-11-30 | sbcompress() can compact mbuf clusters now; from thorpej@netbsd | Niels Provos | |
2001-11-30 | harrison dies, zappa died, jcs debuted | Michael Shalayeff | |
2001-11-30 | Whooops. | Artur Grabowski | |
Stop returning EINPROGRESS now that the caller doesn't understand it anymore. | |||
2001-11-30 | Remove some definitions which do not make sense for non-m68k platforms. | Miod Vallat | |
2001-11-30 | Now that pmaps can have vm_page_md, make pmap_physseg optional. | Artur Grabowski | |
2001-11-30 | Kill uvm_pagealloc_contig. The two drivers that still used it should have | Artur Grabowski | |
been converted to bus_dma ages ago, but since noone haven't bothered to do that I haven't bothered to do more than to test that the kernel still builds with those changes. | |||
2001-11-30 | only make a copy of the mbuf if the route rule is dup-to | jasoni | |
2001-11-30 | Don't brelse a random pointer in ffs_realloccg when filesystem is full | Artur Grabowski | |
and bpp == NULL. | |||
2001-11-30 | unifdef OLDIP6OUTPUT | Jun-ichiro itojun Hagino | |
2001-11-30 | Call buf_cleanout, which handles wakeups | Constantine Sapuntzakis | |
2001-11-30 | unbreak | Artur Grabowski | |
2001-11-30 | typo | Artur Grabowski | |
2001-11-30 | adding bge(4) and stge(4) | Nathan Binkert | |
2001-11-30 | rl and vr are reported to work. | Nathan Binkert | |
From Dries Schellekens <gwyllion@ulyssis.org> | |||
2001-11-30 | add stge(4) | Nathan Binkert | |
2001-11-30 | This file was just a placeholder required for kern_exit_43.c to compile. | Miod Vallat | |
2001-11-30 | Fix a mergeo and don't truncate a 0 length file when freeing it. | Artur Grabowski | |
2001-11-30 | Only m68k-based architectures need to include <machine/psl.h> here. | Miod Vallat | |
2001-11-30 | add stge(4) | Nathan Binkert | |
2001-11-29 | crossref pci and stge | Michael Shalayeff | |
2001-11-29 | fix pasto so this compiles | Todd C. Miller | |
2001-11-29 | fix protocol error: send 'failed' message instead of a 2nd challenge | Markus Friedl | |
(happens if the same key is in authorized_keys twice). reported Ralf_Meister@genua.de; ok djm@ | |||
2001-11-29 | Driver for the Sundance/Tamarack TC-9021 Gigabit Ethernet Chip. | Nathan Binkert | |
This is the chip found in the D-Link DGE-550T. | |||
2001-11-29 | add stge(4) | Nathan Binkert | |