summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Add one more comment to the OOM changes so that future readers ofsilby2002-02-191-0/+3
* Changes to make the OOM killer much more effective:silby2002-02-194-4/+28
* Release allocated memory and bus_space_handle on an error.nyan2002-02-191-3/+21
* Clean up some debugging output.n_hibma2002-02-191-9/+26
* Put the stard/end adjustments back. They are needed. Also make startimp2002-02-191-2/+18
* o Count the number of mem and io spaces we allocate. If none work, bail outimp2002-02-191-3/+15
* Do the cast away of unsignedness in a way that is more commprehensible.imp2002-02-191-1/+1
* Add change to teh PPC to keep it in step with i386 and MI codejulian2002-02-192-6/+8
* Catch up with i386 change I forgot to commit.julian2002-02-191-6/+8
* Duplicate the changes to i386 to keep creds over the user boundary.julian2002-02-191-6/+8
* A few misc forkbomb defenses:silby2002-02-191-2/+5
* MFi386: merge changes from i386/trap.c rev 1.212gallatin2002-02-191-6/+8
* Add stub syscalls and definitions for KSE calls.julian2002-02-197-8/+94
* Add 5 KSE syscalls. Two will be implemented with the next KSEjulian2002-02-191-0/+6
* Add C++ support.mike2002-02-192-0/+10
* Add the first shot at minimum KSE interface definitions.julian2002-02-191-0/+76
* Merge from NetBSD:joe2002-02-191-4/+13
* Add play (but not record) support for the Sis 7012.alfred2002-02-191-3/+27
* When the local link address is changed, send out gratuitous ARPsluigi2002-02-181-0/+11
* Paranoia: if the process is setugid, set all sensitive files mode 0.des2002-02-181-1/+3
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-1835-324/+240
* Load the current timecounter into tc. The timecounter global can changedillon2002-02-181-1/+2
* Add kern_giant_ucred to instrument Giant around ucred related operationsdillon2002-02-183-0/+5
* Make v_addpollinfo() visible and non-inline.phk2002-02-183-10/+8
* Rehash of 1.43: simply remove the comment, since it's highly redundantrwatson2002-02-181-13/+0
* Correct path to pucdata.cjedgar2002-02-182-2/+2
* Add bus_space_unmap() and bus_space_free() functions to releasenyan2002-02-183-0/+56
* Add stubs for bus_space_unmap() and bus_space_free(). They are needed tonyan2002-02-183-12/+45
* Add NO_6_BYTE quirk entry for the LaCie Ltd. 105311 80 Gig USB2 drive.bsd2002-02-181-1/+8
* Add the braces missed by revision 1.131.iedowse2002-02-181-1/+2
* Add support for the Highpoint HPT372 based cards (rocketraid 133).sos2002-02-183-31/+40
* Fix the problem that some (in my book broken) disks reportssos2002-02-181-1/+2
* Take the common case of gettimeofday(&tv, NULL) out from under Giant.phk2002-02-181-8/+4
* Remove yet a redundant VN_KNOTE() macro.phk2002-02-181-3/+0
* style(9)obrien2002-02-181-2/+2
* The ICANON flag is an lflag, not an iflag.dillon2002-02-181-2/+2
* Remove __P() before committing new prototypes with KSE stuffjulian2002-02-181-52/+52
* Add a 'strvalid()' call to libkern. Given a character pointer, andrwatson2002-02-183-0/+57
* When vn_open() is failing because it cannot allocate a vm object, callrwatson2002-02-181-1/+1
* style(9) prefers formatted comments in '/*' ... '*/' as opposed torwatson2002-02-181-12/+12
* Per discussion at BSDCon, note that the vop_getattr locking protocolrwatson2002-02-181-1/+1
* More for f/w crash dumps (bug fixing and adding ioctl entry pointsmjacob2002-02-184-4/+63
* Move the stuff related to select and poll out of struct vnode.phk2002-02-173-40/+71
* Collect the VN_KNOTE() macro definitions on vnode.hphk2002-02-174-8/+4
* Always build all modules for LINTphk2002-02-172-1/+4
* v_lease is unused, zap it.phk2002-02-171-1/+0
* Remove cache_purgeleafdirs(), it has been #if 0 for quite some time.phk2002-02-171-60/+0
* Don't even think about using v_id for magic tricks, v_id is givingphk2002-02-171-5/+0
* Regenerate these files after change to syscalls.master.deischen2002-02-175-6/+6
* Fix prototype to sigreturn to use struct __ucontext instead of ucontext_t.deischen2002-02-171-1/+1
OpenPOWER on IntegriCloud