summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* MFP4: Note why we do the dance we do for waiting for the thread to die.imp2005-10-081-0/+8
* Remove a couple of explicit memset(0) ops that were zeroing past the end ofscottl2005-10-081-4/+2
* Fixes my previous commit (rev 1.20)damien2005-10-071-3/+3
* A deja vu of:glebius2005-10-072-3/+45
* Add parse_uuid() that creates a binary representation of an UUID frommarcel2005-10-072-0/+48
* We don't need 'imp' here.pjd2005-10-071-1/+0
* Polling is now configured with help of ifconfig(8), not sysctl.glebius2005-10-072-8/+8
* Polling is now configured with help of ifconfig(8), not sysctl.glebius2005-10-071-4/+4
* snd_ess needs snd_sbc, so add a note about that.joel2005-10-071-1/+2
* Eliminate __RMAN_RESOURCE_VISIBLE hack entirely by moving the structphk2005-10-062-29/+27
* o Use firmware extended scan command; this one doesn't crash when scanningdamien2005-10-062-21/+29
* Make sure that the worker thread knows the type early enough tophk2005-10-061-6/+5
* Backout strtok() addition to libkern, strsep() is enough and strtok()pjd2005-10-063-101/+0
* - Use strsep() instead of strtok().pjd2005-10-061-7/+6
* Fix another edge case I just noticed when committing the previous changes:jhb2005-10-062-0/+6
* Rototill vx(4), add locking, and mark MPSAFE:jhb2005-10-064-233/+287
* Eliminate need for __RMAN_RESOURCE_VISIBLEphk2005-10-061-6/+4
* Add support for setting the SG list segment size.sos2005-10-063-11/+19
* Export PAGE_SIZE from genassym.c, and include assym.s in bcopy_page.S,cognet2005-10-062-1/+5
* Add boot.nfsroot.options loader tunable.pjd2005-10-061-0/+30
* Add strtok() and strtok_r() function to libkern.pjd2005-10-063-0/+101
* Fix a nasty typo. Change:pjd2005-10-061-1/+1
* Fixing a boot time panic(when if_fwip is compiled into kernel) by renamingavatar2005-10-061-3/+3
* Fix KASSERT function name in ether_output, use __func__ while I am here.thompsa2005-10-061-2/+2
* Make param.h includable again from assembler.imp2005-10-051-0/+4
* Include forgotten rtl80x9 file for ed.imp2005-10-051-0/+1
* - Locking improvements.netchild2005-10-053-22/+47
* Add a comment regarding problems with NForce 2 mainboards and add disablednetchild2005-10-051-0/+5
* Don't use the builtin vaalist for icc.netchild2005-10-051-6/+3
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-0522-3/+75
* - Don't include opt_global.h, it is always included implicitly.glebius2005-10-052-2/+3
* Define HAVE_KERNEL_OPTION_HEADERS when building kernel and when buildingglebius2005-10-052-2/+2
* Add if_ed_rtl80x9.cimp2005-10-051-1/+1
* Remove debug that crept in..imp2005-10-051-4/+0
* MFp4:imp2005-10-0510-67/+591
* Don't set segment registers via ptrace yet. Its not ready.peter2005-10-041-0/+4
* When data passed into devctl_notify is NULL, don't print (null). Insteadimp2005-10-041-2/+6
* Remove a never reached RET.cognet2005-10-041-1/+0
* strd needs the destination to be double-word aligned, but the pointer passedcognet2005-10-041-6/+0
* When bridging is enabled and an ARP request is recieved on a member interface,thompsa2005-10-041-1/+1
* Correct brainfart in SO_BINTIME test.andre2005-10-041-1/+1
* Make SO_BINTIME timestamps available on raw_ip sockets.andre2005-10-041-1/+1
* Re-order MAC and DAC checks in shmget() in order to give precedence torwatson2005-10-041-2/+4
* dump_avail has nothing to do with ARM_USE_SMALL_ALLOC, so move itscognet2005-10-041-1/+1
* Use FILEDESC_UNLOCK(fdp) after FILE_UNLOCK(p), not before to avoid LOR.rik2005-10-041-1/+3
* Protect PID initializations for statistics by the bpf descriptorcsjp2005-10-041-2/+6
* Update the vnode's access time after an mmap operation on it.dds2005-10-041-0/+12
* Use the correct object's backing_object_offset while calculating offsets.csjp2005-10-041-1/+4
* Remove duplicate entry for DDB.cognet2005-10-042-2/+0
* Really detect if DDB is enabled.cognet2005-10-041-1/+4
OpenPOWER on IntegriCloud