| Commit message (Expand) | Author | Age | Files | Lines |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 255 | -575/+781 |
* | Remove many unneeded includes, update copyright. | rwatson | 2007-02-23 | 1 | -29/+2 |
* | Remove empty entry point functions (init, destroy, syscall) from | rwatson | 2007-02-23 | 2 | -32/+0 |
* | mac_none sample policy has nothing to enforce, so remove sysctls. | rwatson | 2007-02-23 | 1 | -9/+0 |
* | Use the new xpt_rescan function to truly now have dynamic | mjacob | 2007-02-23 | 3 | -13/+76 |
* | Add an xpt_rescan function and a thread that will field | mjacob | 2007-02-23 | 2 | -4/+50 |
* | There is a problem in setting/getting 'options'- if we check things | mjacob | 2007-02-23 | 1 | -111/+133 |
* | Be a bit more restrictive about printing out 'bad' pdb entries | mjacob | 2007-02-23 | 1 | -9/+11 |
* | Use LIST_EMPTY() instead of unrolled version (LIST_FIRST() [!=]= NULL) | delphij | 2007-02-22 | 1 | -5/+5 |
* | Use ETHER_BPF_MTAP() instead of BPF_MTAP() here. It's possible | csjp | 2007-02-22 | 1 | -2/+3 |
* | Add an additional MAC check to the UNIX domain socket connect path: | rwatson | 2007-02-22 | 1 | -0/+5 |
* | Change the page's CLEANCHK flag from being a page queue mutex synchronized | alc | 2007-02-22 | 2 | -16/+16 |
* | Improve readability of the version string. | njl | 2007-02-22 | 1 | -1/+1 |
* | Fix a bug in if_findmulti(), whereby it would not find (and thus delete) | bms | 2007-02-22 | 1 | -3/+22 |
* | Update copyright headers. | sos | 2007-02-21 | 19 | -19/+19 |
* | Try again with supporting AHCI chipsets with partly implemented ports. | sos | 2007-02-21 | 2 | -5/+16 |
* | Restore support for the 5706C bce(4) phy that was broken during the | jhb | 2007-02-21 | 2 | -2/+54 |
* | Work around a firmware bug where broadcast frames would be incorrectly | gallatin | 2007-02-21 | 2 | -5/+27 |
* | Be a little less stringent in getting progress report data. | sos | 2007-02-21 | 1 | -1/+2 |
* | Temporarily disable the support for some incarnations of the ICH8 chip that has | sos | 2007-02-21 | 1 | -17/+7 |
* | Optimize set_origin() use in some screensavers to stop them eating | philip | 2007-02-21 | 4 | -12/+40 |
* | Complete the support for altq(4). | brueffer | 2007-02-21 | 1 | -1/+3 |
* | The functions that set and delete external attributes must check | mckusick | 2007-02-21 | 1 | -0/+9 |
* | Initialise {transport,protocol}{,_version} fields during a PATH_INQ to avoid a | n_hibma | 2007-02-21 | 1 | -1/+5 |
* | Reduce the noise when plugging in (USB) mass storage devices, like a 4 port | n_hibma | 2007-02-21 | 2 | -3/+7 |
* | Change pmap_protect() so that execute access can be removed without | alc | 2007-02-21 | 1 | -1/+2 |
* | Check that the error returned by vfs_getopts() is not ENOENT before assuming | cognet | 2007-02-21 | 1 | -2/+2 |
* | Remove unnecessary privilege and privilege check for WITNESS sysctl. | rwatson | 2007-02-20 | 2 | -16/+9 |
* | Rename IWI_LOCK_ASSERT to IWI_LOCK_CHECK per Sam's suggestion, | luigi | 2007-02-20 | 2 | -25/+21 |
* | Address a few issues with the iwi driver, namely: | luigi | 2007-02-20 | 2 | -78/+147 |
* | Replace a suser() check with an explicit check for PRIV_NET_SETIFMTU. | rwatson | 2007-02-20 | 1 | -1/+2 |
* | Document the endiannes of firmware headers | luigi | 2007-02-20 | 1 | -1/+9 |
* | Update auditing of socket information for the inpcb new world order: | rwatson | 2007-02-20 | 1 | -6/+4 |
* | Break introductory comment into two paragraphs to separate material on the | rwatson | 2007-02-20 | 1 | -12/+9 |
* | Move mapping of MBI_APPEND to MBI_WRITE from inside the rule loop in | rwatson | 2007-02-20 | 1 | -9/+8 |
* | Rename two identically named log_in_vain variables: tcp_input.c's static | rwatson | 2007-02-20 | 5 | -13/+13 |
* | Gratuitous UDP restyling toward style(9) in 7.x. | rwatson | 2007-02-20 | 3 | -175/+168 |
* | Remove discontinuity in network privilege number space. | rwatson | 2007-02-20 | 1 | -70/+70 |
* | Remove unused PRIV_IPC_EXEC. Renumbers System V IPC privilege. | rwatson | 2007-02-20 | 2 | -4/+2 |
* | Sync up PRIV_IPC_{ADMIN,READ,WRITE} priv checks in ipcperm() with | rwatson | 2007-02-20 | 1 | -3/+6 |
* | Restore sysv_ipc.c:1.30, which was backed out due to interactions with | rwatson | 2007-02-19 | 1 | -38/+66 |
* | Remove call to ipcperm() in shmget_existing(). The flags argument is | rwatson | 2007-02-19 | 1 | -3/+0 |
* | Use privilege PRIV_NET_ADDIFADDR rather than suser() to authorize | rwatson | 2007-02-19 | 1 | -1/+2 |
* | Rename three quota privileges from the UFS privilege namespace to the | rwatson | 2007-02-19 | 3 | -34/+34 |
* | Limit quota privileges in jail to PRIV_UFS_GETQUOTA and | rwatson | 2007-02-19 | 2 | -17/+5 |
* | Do allow bypass of mac_seeotheruids in jail in order to be consistent | rwatson | 2007-02-19 | 1 | -1/+2 |
* | Do allow privilege to create over-sized messages on System V IPC | rwatson | 2007-02-19 | 1 | -1/+2 |
* | Use priv_check(9) instead of suser(9) for checking the privilege to | rwatson | 2007-02-19 | 1 | -1/+1 |
* | For now, reflect practical reality that Audit system calls aren't | rwatson | 2007-02-19 | 1 | -0/+2 |
* | Do allow PIOCSFL in jail for setguid processes; this is more consistent | rwatson | 2007-02-19 | 1 | -4/+2 |