Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-09 | Add 3c656 | Aaron Campbell | |
2000-06-08 | bad mickey | Theo de Raadt | |
2000-06-08 | Add explicit inclusions of signalvar.h to files actually using syms defined | Niklas Hallqvist | |
there but relying on an indirect inclusion | |||
2000-06-08 | use arch/mvme68k/dev/memdevs.c, not mvme88k. | Artur Grabowski | |
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski | |
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski | |
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski | |
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski | |
2000-06-08 | Allow for forks of proc0 even if it's not curproc. | Artur Grabowski | |
(this has been required by kthread for ages) | |||
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski | |
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski | |
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski | |
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski | |
2000-06-08 | replace linked lists for event queue with circular buffer, | Michael Shalayeff | |
which gives two advantages -- faster and smaller. do not arc4_stir on pool overflow, it takes too much time, instead just hash data in and keep entropy count trim. some minor cleanups here and there. fixes overdropping of entropy on non-idle system load. provos@ ok | |||
2000-06-08 | move cnspeed func and comspeed proto in places | Michael Shalayeff | |
2000-06-08 | MANSUBDIR is common for this whole dir | Michael Shalayeff | |
2000-06-08 | add flags 0x0000 for all apm configurations | Michael Shalayeff | |
2000-06-07 | Add cd9660_check_export() (from ufs_check_export() with trivial modifications). | Todd C. Miller | |
Fixes the "NFS mounting of exported cd-rom causes panic" bug. Apparently when the checkexp vfs support was added cd9660 was left out. | |||
2000-06-07 | add a note how to force apm proto version | Michael Shalayeff | |
2000-06-07 | look into config flags for version enforcement and other flags | Michael Shalayeff | |
2000-06-07 | some more | Michael Shalayeff | |
2000-06-07 | &vm_pmap -> vm_map.pmap | Artur Grabowski | |
2000-06-07 | Fix comments to reflect reality. | Artur Grabowski | |
2000-06-07 | At art@'s prompting, change amiga's loadbsd flag parsing to look more | Marc Espie | |
like other bsd loaders (defaults to -a -S). | |||
2000-06-07 | Avoid superfluous vrele in msdosfs_rename. | Artur Grabowski | |
fixes 1249. From gluk@ptci.ru | |||
2000-06-07 | sync | Niklas Hallqvist | |
2000-06-07 | Implement sigaltstack | Niklas Hallqvist | |
2000-06-07 | sync | Niklas Hallqvist | |
2000-06-07 | Fix linux [gs]etrlimit emulation + add their latest ugetrlimit | Niklas Hallqvist | |
2000-06-07 | Allow passing an address to 'show malloc' and print out some information about | Artur Grabowski | |
that address. | |||
2000-06-07 | Add 'show malloc' that prints out malloc debugging information if available. | Artur Grabowski | |
2000-06-07 | Change debug_malloc_print so that it can be called from ddb. | Artur Grabowski | |
2000-06-07 | Default type and size to -1. | Artur Grabowski | |
2000-06-07 | fix anycast address determination. | Jun-ichiro itojun Hagino | |
correct interface address addition when link-local is added (check if ifp matches). make diff to kame repository easier (breaks some KNF) sync with kame. | |||
2000-06-07 | from freebsd(wpaul): | Jason Wright | |
Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds support for cards with 2MB of on-board SRAM. | |||
2000-06-07 | indent | Aaron Campbell | |
2000-06-07 | new elink3 pulls in the whole mii thing | Michael Shalayeff | |
2000-06-07 | s/PIMCTL/PIM6CTL/ for less confusion. | Jun-ichiro itojun Hagino | |
2000-06-06 | fit | Theo de Raadt | |
2000-06-06 | include ksyms.h to have correct NKSYMS value (oops) | Miod Vallat | |
2000-06-06 | Make si compile with non-DDB kernels | Miod Vallat | |
2000-06-06 | This code will not work without UVM. | Artur Grabowski | |
Add an #error instead of breaking while compiling. | |||
2000-06-06 | memory type for MALLOC_DEBUG | Artur Grabowski | |
2000-06-06 | malloc debugging code. Enabled by option MALLOC_DEBUG. | Artur Grabowski | |
Make sure you read the docs (malloc(9)) before use. | |||
2000-06-06 | If the process is P_NOZOMBIE free it's resources in the reaper. | Artur Grabowski | |
Noone will wait for it (because noone is allowed to wait for it). | |||
2000-06-06 | OpenBSD tags | Theo de Raadt | |
2000-06-06 | fix cleanup of crypto sessions | Theo de Raadt | |
2000-06-06 | Replace all the opaque pointers with just one. | Angelos D. Keromytis | |
2000-06-06 | Get rid of tdb_ref, keep indirect pointer to TDB. | Angelos D. Keromytis | |
2000-06-06 | * correct some length checkings based on the specs; still a few to fix. | Federico G. Schwindt | |
* add 1 to number of memspaces since MS_COUNT it's minus 1. * print the correct function type in case of IOBUS. * clean cfe->flags if intface is present |