summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* use local values instead of chasing pointerssam2003-11-081-3/+2
* replace mtx_assert by INP_LOCK_ASSERTsam2003-11-081-3/+1
* add some missing lockingsam2003-11-081-17/+75
* the sbappendaddr call in socket_send must be protected by Giantsam2003-11-081-0/+3
* add locking assertions that turn into noops if INET6 is configured;sam2003-11-081-0/+17
* o add a flags parameter to netisr_register that is used to specifysam2003-11-0817-57/+81
* Move post dmamap_load processes into the callback function.simokawa2003-11-081-19/+20
* I've had a couple of reports that the Sony Clie_40 doesn't need thejoe2003-11-081-1/+1
* Don't be so chatty when performing manual sense. This should make ATAPICAMscottl2003-11-081-2/+2
* Remove the NOGIANT flag again, it was premature.sos2003-11-081-1/+1
* Move a MD 32 bit binary support routine into the MD areas. exec_setregspeter2003-11-083-45/+43
* Regenpeter2003-11-084-7/+7
* "implement" vfork(). Add comments next to the other syscalls that needpeter2003-11-081-1/+12
* Update the graffiti.peter2003-11-0813-3/+18
* Switch from having a fpu "device" to something that is more like thepeter2003-11-083-129/+32
* must use RTFREE instead of rtfree for proper lockingsam2003-11-082-2/+2
* Remove some duplicated comments that refer to npx. XXX The setregspeter2003-11-081-11/+0
* The great s/npx/fpu/gipeter2003-11-0812-183/+128
* -Wunusedimp2003-11-081-1/+1
* Converge with i386/GENERICpeter2003-11-081-14/+15
* Return a reasonable number for top or ps to display for M:N thread,davidxu2003-11-081-0/+2
* - Similar to post-PAE RELENG_4 split pmap_pte_quick() into two cases,alc2003-11-083-25/+57
* Rename npx.c to fpu.c (it isn't an extension, its part of the corepeter2003-11-081-1/+1
* Rename npx* to fpu*. I haven't done the flags/function names yet.peter2003-11-087-848/+8
* Point the description of the fpu data in the context structures topeter2003-11-081-1/+1
* unbreak compilation of FAST_IPSECsam2003-11-081-1/+1
* Replace a '-' with a ')'. Update copyright.rwatson2003-11-081-2/+2
* There isn't much point printing 'npx0: INT 16 interface' because that ispeter2003-11-082-2/+0
* Dump the trigger and polarity of each intpin's default setting in thejhb2003-11-072-4/+10
* MFp4: reminder that random id code is not reentrantsam2003-11-071-0/+1
* Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() inscottl2003-11-075-0/+20
* Move uid/gid checking logic out of line and lock inpcb usage. Thissam2003-11-071-40/+60
* Remove channeling interrupts to IRQ1. Some chipsets don't do theimp2003-11-071-0/+7
* Assert GIANT_REQUIRED where sockets are manipulated. This issam2003-11-076-0/+22
* When allocation of a socket peer label fails, scrub what wasrwatson2003-11-071-1/+1
* Ahh, the joys of badge engineering. Tell the sk driver that thepeter2003-11-074-0/+32
* Regen.jhb2003-11-073-74/+76
* Sync up MP safe flags with global syscalls.master for the first time. Thisjhb2003-11-071-68/+68
* Dont write to the stackgap directly in execve().peter2003-11-071-3/+9
* Increase the size of SPARE_USRSPACE. It is way too small by defaultpeter2003-11-071-1/+1
* Regen.jhb2003-11-073-55/+59
* Sync MP safe flags with global syscalls.master for the first time. Thisjhb2003-11-071-52/+52
* Regen.jhb2003-11-073-52/+62
* Sync up with global syscalls.master for MP safe syscalls for the firstjhb2003-11-071-48/+48
* nuke obsoleted ipsec_gethist(). it just did panic to notify userume2003-11-072-10/+0
* Regen.jhb2003-11-0712-35/+35
* Sync with global syscalls.master by marking ptrace(), dup(), pipe(),jhb2003-11-071-9/+9
* Sync with global syscalls.master. ptrace(), dup(), pipe(), ktrace(),jhb2003-11-071-9/+9
* use ipsec_getnhist() instead of obsoleted ipsec_gethist().ume2003-11-071-1/+1
* Mark ptrace(), ktrace(), utrace(), sysarch(), and issetugid() as MP safe.jhb2003-11-071-5/+5
OpenPOWER on IntegriCloud