summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Save a pointless FILE_LOCK_ASSERT() call in fhold.phk2004-11-081-1/+1
* Hide link up/down/media printfs behind bootverbosephk2004-11-081-5/+7
* Hide link up/down/media printfs behind bootverbosephk2004-11-084-7/+11
* Remove the obsolete gx driver.phk2004-11-087-2311/+0
* Add the last missing bits to make this unloadable: Two wakeups andphk2004-11-081-3/+11
* support TCP-MD5(IPv4) in KAME-IPSEC, too.suz2004-11-086-2/+56
* Retire TUNABLE_QUAD_*.des2004-11-082-32/+0
* #include <vm/vm_param.h> instead of <machine/vmparam.h> (the formerdes2004-11-082-23/+23
* Document why rlim_t needs to be a signed type.des2004-11-082-2/+4
* Add support for gadgets on Asus L4R and M6R notebooks.philip2004-11-082-0/+44
* Another missing ! in front of IFQ_DRV_IS_EMPTY, this time in an even moremlaier2004-11-081-3/+7
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-0821-295/+362
* Use more intuitive pointer for fdinit() and fdcopy().phk2004-11-083-8/+5
* Add optional device vnode bypass to DEVFS.phk2004-11-081-0/+287
* Eliminate an unused argument to vm_pgmoveco().alc2004-11-081-4/+2
* Correct a typo in the previous revision.alc2004-11-081-1/+1
* Bind to cpu0 for boot() processing on all platforms again.marcel2004-11-081-1/+1
* Increase default HZ for ia64 to 1000.marcel2004-11-081-1/+1
* Introduce two new options, "CPU private" and "no wait", to sf_buf_alloc().alc2004-11-086-13/+30
* Add power profile support so that the LCD changes brightness levels basednjl2004-11-072-40/+172
* Add basic critical section tracing to KTR using event type KTR_CRITICAL.rwatson2004-11-072-1/+6
* Add device mem in config files.cognet2004-11-072-0/+2
* Import md bits for mem(4) on arm.cognet2004-11-074-45/+202
* Introduce fdclose() which will clean an entry in a filedesc.phk2004-11-076-103/+33
* Do some re-sorting of TCP pcbinfo locking and assertions: make sure torwatson2004-11-072-12/+10
* Document "loader_color" variable.krion2004-11-072-1/+7
* Implement ffs with clz for Xscale.cognet2004-11-071-1/+8
* Remove useless code.cognet2004-11-071-14/+0
* Use fget_locked() instead of homerolledphk2004-11-071-2/+2
* More sensible FILEDESC_ locking.phk2004-11-071-3/+2
* Move fdinit() related stuff from .h to .cphk2004-11-072-32/+35
* Don't abuse tp->t_sc in sl(4) either.cognet2004-11-071-6/+15
* Don't abuse tp->t_sc, as it is now used by tty drivers.cognet2004-11-073-13/+26
* Allow fdinit() to be called with a NULL fdp argument so we can usephk2004-11-073-33/+19
* Add comments to clarify why we need to run shutdown code on the BSP, updatenjl2004-11-071-4/+9
* When we open /dev/null for stdin/out/err for safety reasons, do it right:phk2004-11-061-3/+5
* Eliminate an unnecessary atomic operation. Articulate the rationale inalc2004-11-061-4/+11
* Get even closer to not crashing ext2fsphk2004-11-064-4/+2
* Get closer to unbreaking ext2fsphk2004-11-062-0/+4
* Be consistent and use 'if (error != 0)' instead of 'if (error)' everywhere.pjd2004-11-061-5/+5
* For file backed md(4) devices output their source file viapjd2004-11-062-6/+15
* Abstract the logic to look up the uma_bucket_zone given a desiredrwatson2004-11-061-7/+23
* Properly implement a default version of VOP_GETWRITEMOUNT.phk2004-11-066-5/+1
* Increase default HZ for i386 to 1000phk2004-11-061-4/+6
* Remove dangling variablephk2004-11-061-1/+0
* Annotate what bucket_size[] array does; staticize since it's used onlyrwatson2004-11-061-1/+5
* Fix a double-free in the 'm->m_len < sizeof (struct ip)' sanity check.andre2004-11-061-2/+2
* Fix the last known race in swapoff(), which could lead to a spurious panic:das2004-11-061-21/+14
* Clean up the comments, rewording, adding missing punctuationkeramida2004-11-061-35/+26
* Move a call to wakeup() from vm_object_terminate() to vnode_pager_dealloc()alc2004-11-064-2/+7
OpenPOWER on IntegriCloud