summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Sony DSC cameras with revision number 6.0 require the same quirkiedowse2006-03-171-0/+4
* Modify UNIX domain sockets to guarantee, and assume, that so_pcb is alwaysrwatson2006-03-171-97/+36
* Don't build the ipw and iwi on pc98.nyan2006-03-171-2/+2
* Remove dead code.glebius2006-03-171-2/+0
* If we actually succeed in the Task Management Function where wemjacob2006-03-171-5/+6
* In mpt_complete_request_chain don't depend on somebody else tomjacob2006-03-171-1/+1
* Add device-id for the Neteasy DRP-32TXD cardbus 10/100 card. It's anotherjhb2006-03-162-0/+13
* Add kqueue(2) support on if_tap(4) interfaces. While I'm here, replaceemax2006-03-161-60/+153
* When compiled with -DDEBUG, only print the old value of a PMC in ajkoshy2006-03-161-1/+1
* NO_MAN is not needed here.ru2006-03-163-3/+0
* Remove nested includes of <sys/_lock.h> and <sys/_mutex.h> which spill intophk2006-03-161-7/+2
* Correct two vm object reference leaks in error cases.alc2006-03-161-0/+2
* Restore CHN_F_BUSY flag which was removed accidentally in previous commit.ariff2006-03-161-1/+1
* Change soabort() from returning int to returning void, since allrwatson2006-03-165-9/+7
* Fix severe 8bit integer overflow during channel creation and destruction,ariff2006-03-163-44/+99
* Fix a race between file operations and rfork(RFCFDG) by parkingdavidxu2006-03-151-0/+17
* when doing s/w crypto make sure work is done w/ a writable mbuf chain;sam2006-03-151-0/+15
* promote fast ipsec's m_clone routine for public use; it is renamedsam2006-03-157-153/+157
* build ipw(4) and iwi(4) modules on i386 and amd64 only.damien2006-03-151-2/+6
* Back out accidentally committed protosw.h:1.49. One of those days. Itrwatson2006-03-151-2/+2
* Disable the "cputick increased..." message now that the dust has settled.phk2006-03-151-1/+1
* Add definitions for MD5_BLOCK_LENGTH, MD5_DIGEST_LENGTH andandre2006-03-151-0/+5
* Add link status descriptions and related structures for userlandandre2006-03-151-0/+38
* - Fill in the correct rtm_index for RTM_ADD and RTM_CHANGE messages.andre2006-03-152-1/+15
* Fix memory leak introduced in previous revision.netchild2006-03-151-3/+3
* Correct spelling of 0x4000 in previous commit. This one line change fromrwatson2006-03-152-3/+3
* Free private data when deleting hook.glebius2006-03-151-0/+2
* As with socket consumer references (so_count), make sofree() returnrwatson2006-03-151-3/+3
* Add SS_PROTOREF socket flag, which represents a strong reference by therwatson2006-03-151-0/+1
* Add a_fdidx to comment prototype for fifo_open().rwatson2006-03-151-0/+1
* Add ALPS glide point ID and some compatibility IDs.takawata2006-03-151-0/+3
* add ath_hal gluesam2006-03-142-0/+19
* If fifo_open() is called with a negative file descriptor, return EINVALrwatson2006-03-141-0/+2
* Export SMBIOS serial numbers by default. To turn it off, usejkim2006-03-142-8/+8
* Don't allow userland to set hardware watch points on kernel memory at all.jhb2006-03-143-69/+60
* 1. Count last time slice, this intends to fixdavidxu2006-03-142-14/+18
* spell pdata correctly, we now will only dump maxlen of each mbuf in thejmg2006-03-141-1/+1
* Merge/sync with i386: various cosmetic tweakspeter2006-03-143-2/+13
* MFi386: The SIGFPE macros were moved to signal.h (FPE_INTOVF etc)peter2006-03-141-10/+0
* MFi386: rename pcib_devclass to hostb_devclass (cosmetic here)peter2006-03-131-2/+2
* MFi386: add a TRAP_INTERRUPT casepeter2006-03-131-0/+8
* Cosmetic sync with i386peter2006-03-134-7/+6
* When encountering a ISO_SUSP_CFLAG_ROOT element in Rock Ridgejoerg2006-03-132-6/+2
* Add the TOSHIBA TransMemory USB sticks to the list of devices thatjoerg2006-03-131-0/+7
* Don't read channel list from EEPROM since we were already scanning alldamien2006-03-131-10/+5
* Fix a typo.ru2006-03-131-1/+1
* The mount(8) manpage says: "In case of conflicting options beingru2006-03-131-56/+39
* Fix build on 64-bit platforms.ru2006-03-132-4/+4
* Add support for the JMicron JMB361, 365 and 366 chips.sos2006-03-132-14/+21
* Put autosense data in the right place (needs a 4pos left shift).sos2006-03-131-5/+2
OpenPOWER on IntegriCloud