summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Detect sign-extension bugs in the ioctl(2) command argument: Truncatephk2005-01-181-0/+6
* Unbreak stack traces across double faults. In a particular edge casejhb2005-01-181-2/+8
* While we're building kernels -g (ie, makeoptions DEBUG=-g), use -O as itobrien2005-01-181-1/+1
* Fix building for non-i386 platforms.sam2005-01-181-4/+7
* MFi386: fix a comment.ru2005-01-171-1/+1
* Fix a comment to match reality.ru2005-01-171-1/+1
* Rearrange the kninit calls for both directions of a pipe so thatsilby2005-01-171-1/+3
* Discontinue zero-length g_ctl arguments as "just give him this pointer"phk2005-01-171-6/+1
* Go ahead and match on CIS3 and CIS4 strings as well. These are NULLimp2005-01-171-1/+14
* Ups, misprint, change and => add.rik2005-01-161-1/+1
* Fix a bug I introduced in 1.561 which has caused considerable filesystemphk2005-01-161-5/+5
* Fix comment. Code 0x95 means locking shift to codeset 5 according torik2005-01-161-2/+2
* Fix variable name in comment num=>alen. (Lost part of commit rev 1.2)rik2005-01-161-1/+1
* Add a new sysctl, hw.sevenseg.freq, to control the update frequency.cognet2005-01-161-1/+6
* Erm, don't forget to store the mbuf in the dmamap in bus_dmamap_load_mbuf_sg(),cognet2005-01-161-5/+6
* - Reduce number of arguments passed to dummynet_io(), we already have cookieglebius2005-01-165-11/+7
* Lock the AMR driver:scottl2005-01-165-106/+120
* Fix kernel builds with INVARIANTS.obrien2005-01-161-1/+1
* Use bus_dmamap_load_mbuf_sg() for loading rx buffers.scottl2005-01-151-19/+7
* Remove ip_fw.h and ip_dummynet.h from includes.glebius2005-01-151-2/+0
* Consider three objects, O, BO, and BBO, where BO is O's backing objectalc2005-01-151-1/+8
* Convert if_em to the new bus_dmamap_load_sg() interface. The old callbackscottl2005-01-152-39/+22
* Add bus_dmamap_load_mbuf_sg() to alpha.scottl2005-01-152-5/+42
* Fix an assignment that I missed in the last commit.scottl2005-01-151-1/+1
* Add bus_dmamap_load_mbuf_sg() to powerpc.scottl2005-01-152-0/+32
* Add support for KTR_BUSDMA.cognet2005-01-151-6/+43
* Add the prototype for bus_dmamap_load_mbuf_sg().cognet2005-01-151-0/+3
* Add bus_dmamap_load_mbuf_sg() to ia64scottl2005-01-152-6/+41
* MFi386: add bus_dmamap_load_mbuf_sg().cognet2005-01-151-0/+36
* Add the 7 seg display.cognet2005-01-151-0/+1
* Add support for the IQ31244 7 seg display.cognet2005-01-154-0/+390
* Start the license statement with /*-cognet2005-01-151-1/+1
* Fix ACLs handling for the root file system.pjd2005-01-151-0/+5
* Use device_set_desc().cognet2005-01-151-0/+2
* Add the i80321 watchdog.cognet2005-01-153-0/+3
* Add a driver for the i80321 watchdog.cognet2005-01-151-0/+149
* If USER of HOSTNAME is set to an empty value, use the fallback value.ru2005-01-151-1/+1
* Add the bus_dmamap_load_mbuf_sg() function to sparc64.scottl2005-01-153-15/+99
* Add a cast to fix a warning.scottl2005-01-151-1/+1
* Fix a problem reported by Pierre Beyssac. Sometinmes when ndis_get_info()wpaul2005-01-144-18/+23
* CAM will sometimes remove a disk again even before it finished beingphk2005-01-141-2/+4
* Bah, another whitespace fix.jhb2005-01-141-1/+1
* Remove an extraneous space.jhb2005-01-141-1/+1
* Remove redundant code to drop per-thread debug register state fromjhb2005-01-142-14/+1
* - Remove some OBE comments regarding cpu_exit(). cpu_exit() is no longerjhb2005-01-144-21/+6
* Drop the 'active-' prefix from the polarity printf to be consistent withjhb2005-01-141-1/+1
* Give up on trying to please everyone and restore 1.64 with regards totrhodes2005-01-141-1/+0
* NULL-terminate the . and .. directory entries. Apparently some tools ignorescottl2005-01-141-0/+2
* Replace the min() macro with a test that doesn't truncate the 64-bit valuesscottl2005-01-141-1/+4
* make umtx timeout relative so userland can select different clock type,davidxu2005-01-142-56/+55
OpenPOWER on IntegriCloud