summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use three UMA zones for FFS/UFS inodes instead of malloc space.phk2002-12-271-11/+20
* Move the allocation of the inode contents into ffs_vfsops.c rather thanphk2002-12-273-12/+10
* Make ffs_mountfs() static.phk2002-12-274-17/+24
* Lock filedesc while performing a range check on the file descriptor.alfred2002-12-271-0/+4
* Remove the "ascii" attribute from the sysctls so that "sysctl -a" willphk2002-12-271-3/+3
* Hold the page queues lock when calling vm_page_flag_clear().alc2002-12-271-0/+6
* Increase the scope of the page queues lock in phys_pager_getpages().alc2002-12-271-4/+7
* Implement uma_small_alloc and uma_small_free. Not yet used.jake2002-12-271-0/+52
* - Use direct mapped addresses for the message buffer, for the crash dumpjake2002-12-273-62/+12
* Long chain of calls starting with bridge_on(), going through IPv6, andhsu2002-12-271-1/+2
* white-space changesphk2002-12-261-2/+4
* Use a mutex assert to document our locking circumstances.phk2002-12-261-0/+3
* We should not need to hold Giant for sbuf operations any more.phk2002-12-261-4/+0
* Add an XXX comment to explain the predicament.phk2002-12-261-1/+7
* When resuming after a system suspend, re-issue the UHCI_CMD_MAXPiedowse2002-12-261-0/+1
* Set %bx register instead of %di register, see vbe3.0, page 45.davidxu2002-12-261-1/+1
* Cosmetic change. s/Firewire/FireWire/.simokawa2002-12-266-10/+10
* Replace ntohl() with ntohs() because orb_hi is u_int16_t.simokawa2002-12-261-1/+1
* Disable radix node locking for sysctl until we fix the sysctl infrastructurehsu2002-12-261-5/+5
* firewire.csimokawa2002-12-265-36/+36
* Typo in function name.ru2002-12-251-4/+4
* I'm not sure what was the problem at the time of revision 1.37ru2002-12-251-11/+0
* Range-check the address family parameter passed in to the sysctl handler.hsu2002-12-251-0/+2
* Revision 1.67 changes correspond to CSRG revision 8.3.1.1 changes.ru2002-12-251-1/+1
* If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy ofru2002-12-254-39/+10
* A month after pst@ has committed his revision 1.8, it wasru2002-12-251-3/+6
* Ensure that the made-up inode number for a Unix domain socket is persistent.hsu2002-12-251-1/+1
* Validate inp to prevent an use after free.hsu2002-12-243-2/+29
* Flush vop_refreshlabel() definition, since it is no longer used.rwatson2002-12-241-9/+0
* - Hold the page queues lock around calls to vm_page_flag_clear().alc2002-12-242-0/+4
* Require privilege to flush the signal cache on if_an and if_wi 802.11rwatson2002-12-242-0/+6
* o De-anonymity dummynet(4) and ipfw(4) messages, prepend themmaxim2002-12-242-45/+47
* White-space changes.phk2002-12-245-43/+42
* - Hold the page queues lock around calls to vm_page_wakeup() andalc2002-12-242-4/+16
* - Hold the page queues lock around vm_page_wakeup().alc2002-12-243-3/+10
* SMP locking for radix nodes.hsu2002-12-2411-23/+99
* - Change the way the direct mapped region is implemented to be generallyjake2002-12-235-108/+220
* Move the declaration of the socket fileops from socketvar.h to file.h.phk2002-12-233-22/+14
* Make it work -current style.julian2002-12-231-1/+1
* Make ng_fec.c compile again since Sam's changes.julian2002-12-231-5/+8
* Outdent the string rather than use concatenation.phk2002-12-232-4/+4
* Detediousficate declaration of fileops array members by introducingphk2002-12-235-76/+64
* Change the chip description from "DFE-550TX" to "DL10050".phk2002-12-232-4/+4
* - Hold the page queues lock around vm_page_wakeup().alc2002-12-232-0/+8
* s/sokqfilter/soo_kqfilter/ for consistency with the naming of allphk2002-12-234-4/+4
* - Hold the kernel_object's lock around vm_page_insert(..., kernel_object,alc2002-12-231-0/+2
* - Hold the kernel_object's lock around vm_page_alloc(kernel_object,...).alc2002-12-231-0/+6
* - Move to array based indexing for TX/RX descriptor/buffer managementpdeuskar2002-12-233-545/+526
* rn_walktree*() compute the next leaf before applying a functionru2002-12-231-4/+7
* Avoid holding the vnode interlock around malloc() or free() to prevent aalc2002-12-231-2/+8
OpenPOWER on IntegriCloud