summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Get in sync with reality: TurboLaser was never really well supported towilko2004-11-092-6/+0
* Detect root mount attempts on the flag, not on the NULL path.phk2004-11-094-4/+4
* Refuse attempts to mount root filesystemphk2004-11-097-6/+11
* Refuse attemps to mount root filesystemphk2004-11-094-2/+6
* Remove the #if 0 wrapping around !ALTQ stuff that can't be used due to ABImlaier2004-11-091-34/+0
* Attempt to fix a number of race conditions in the handling ofiedowse2004-11-094-49/+125
* When a port cannot be set up, report the error code in the `disablingiedowse2004-11-091-2/+2
* Since sb_timeo type was increased to int, use INT_MAX instead of SHRT_MAX.glebius2004-11-091-3/+3
* Use the RET macro.cognet2004-11-0927-302/+301
* Import a RET macro, that will use bx if the arch supports it.cognet2004-11-091-0/+36
* Zero the tag when it's allocated. Also fix a printf format problem. Thisscottl2004-11-091-2/+3
* Fixed fd related tools on pc98.nyan2004-11-091-0/+24
* Add FL_MFM flag to the fd_native_types structure.nyan2004-11-092-4/+4
* Improve readability with a bunch of typedefs for the pager ops.phk2004-11-091-7/+15
* Bump MAC Framework version to 2 in preparation for the upcoming API/ABIrwatson2004-11-095-5/+5
* Fix a double-free in the 'hlen > m->m_len' sanity check.andre2004-11-091-1/+1
* First pass at replacing the single global bounce pool with sub-pools that arescottl2004-11-091-36/+140
* unsigned long -> u_longnjl2004-11-091-1/+1
* clean up some tunables that should of been removed a while ago...jmg2004-11-091-4/+0
* Tell the BIOS we want to handle brightness switching as well as outputnjl2004-11-091-24/+33
* Fix signedness idiocy in previous commit. Pass the pointy hat...des2004-11-091-1/+1
* Back out previous commit; INT64_MAX (defined in <stdint.h>) is not alwaysdes2004-11-091-1/+1
* Drop Giant lock before grabbing the topology lock.pjd2004-11-092-0/+4
* Remove a pre-tier-1 kernel compatability helper. This means a 6.x loaderpeter2004-11-081-2/+0
* Removed the remnants of gx(4).ru2004-11-081-1/+1
* If device is marked as beeing destroyed, deny all access requests.pjd2004-11-082-2/+4
* 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
OpenPOWER on IntegriCloud