summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove empty entry point functions (init, destroy, syscall) fromrwatson2007-02-232-32/+0
* mac_none sample policy has nothing to enforce, so remove sysctls.rwatson2007-02-231-9/+0
* Use the new xpt_rescan function to truly now have dynamicmjacob2007-02-233-13/+76
* Add an xpt_rescan function and a thread that will fieldmjacob2007-02-232-4/+50
* There is a problem in setting/getting 'options'- if we check thingsmjacob2007-02-231-111/+133
* Be a bit more restrictive about printing out 'bad' pdb entriesmjacob2007-02-231-9/+11
* Use LIST_EMPTY() instead of unrolled version (LIST_FIRST() [!=]= NULL)delphij2007-02-221-5/+5
* Use ETHER_BPF_MTAP() instead of BPF_MTAP() here. It's possiblecsjp2007-02-221-2/+3
* Add an additional MAC check to the UNIX domain socket connect path:rwatson2007-02-221-0/+5
* Change the page's CLEANCHK flag from being a page queue mutex synchronizedalc2007-02-222-16/+16
* Improve readability of the version string.njl2007-02-221-1/+1
* Fix a bug in if_findmulti(), whereby it would not find (and thus delete)bms2007-02-221-3/+22
* Update copyright headers.sos2007-02-2119-19/+19
* Try again with supporting AHCI chipsets with partly implemented ports.sos2007-02-212-5/+16
* Restore support for the 5706C bce(4) phy that was broken during thejhb2007-02-212-2/+54
* Work around a firmware bug where broadcast frames would be incorrectlygallatin2007-02-212-5/+27
* Be a little less stringent in getting progress report data.sos2007-02-211-1/+2
* Temporarily disable the support for some incarnations of the ICH8 chip that hassos2007-02-211-17/+7
* Optimize set_origin() use in some screensavers to stop them eatingphilip2007-02-214-12/+40
* Complete the support for altq(4).brueffer2007-02-211-1/+3
* The functions that set and delete external attributes must checkmckusick2007-02-211-0/+9
* Initialise {transport,protocol}{,_version} fields during a PATH_INQ to avoid an_hibma2007-02-211-1/+5
* Reduce the noise when plugging in (USB) mass storage devices, like a 4 portn_hibma2007-02-212-3/+7
* Change pmap_protect() so that execute access can be removed withoutalc2007-02-211-1/+2
* Check that the error returned by vfs_getopts() is not ENOENT before assumingcognet2007-02-211-2/+2
* Remove unnecessary privilege and privilege check for WITNESS sysctl.rwatson2007-02-202-16/+9
* Rename IWI_LOCK_ASSERT to IWI_LOCK_CHECK per Sam's suggestion,luigi2007-02-202-25/+21
* Address a few issues with the iwi driver, namely:luigi2007-02-202-78/+147
* Replace a suser() check with an explicit check for PRIV_NET_SETIFMTU.rwatson2007-02-201-1/+2
* Document the endiannes of firmware headersluigi2007-02-201-1/+9
* Update auditing of socket information for the inpcb new world order:rwatson2007-02-201-6/+4
* Break introductory comment into two paragraphs to separate material on therwatson2007-02-201-12/+9
* Move mapping of MBI_APPEND to MBI_WRITE from inside the rule loop inrwatson2007-02-201-9/+8
* Rename two identically named log_in_vain variables: tcp_input.c's staticrwatson2007-02-205-13/+13
* Gratuitous UDP restyling toward style(9) in 7.x.rwatson2007-02-203-175/+168
* Remove discontinuity in network privilege number space.rwatson2007-02-201-70/+70
* Remove unused PRIV_IPC_EXEC. Renumbers System V IPC privilege.rwatson2007-02-202-4/+2
* Sync up PRIV_IPC_{ADMIN,READ,WRITE} priv checks in ipcperm() withrwatson2007-02-201-3/+6
* Restore sysv_ipc.c:1.30, which was backed out due to interactions withrwatson2007-02-191-38/+66
* Remove call to ipcperm() in shmget_existing(). The flags argument isrwatson2007-02-191-3/+0
* Use privilege PRIV_NET_ADDIFADDR rather than suser() to authorizerwatson2007-02-191-1/+2
* Rename three quota privileges from the UFS privilege namespace to therwatson2007-02-193-34/+34
* Limit quota privileges in jail to PRIV_UFS_GETQUOTA andrwatson2007-02-192-17/+5
* Do allow bypass of mac_seeotheruids in jail in order to be consistentrwatson2007-02-191-1/+2
* Do allow privilege to create over-sized messages on System V IPCrwatson2007-02-191-1/+2
* Use priv_check(9) instead of suser(9) for checking the privilege torwatson2007-02-191-1/+1
* For now, reflect practical reality that Audit system calls aren'trwatson2007-02-191-0/+2
* Do allow PIOCSFL in jail for setguid processes; this is more consistentrwatson2007-02-191-4/+2
* Unbreak ddb stepping over special frames after the following commit:kib2007-02-191-2/+2
* Remove union_dircheckp hook, it is not needed by new unionfs code anymore.kib2007-02-191-65/+33
OpenPOWER on IntegriCloud