| Commit message (Expand) | Author | Age | Files | Lines |
| * | Optimize set_origin() use in some screensavers to stop them eating | Philip Paeps | 2007-02-21 | 4 | -12/+40 |
| * | Complete the support for altq(4). | Christian Brueffer | 2007-02-21 | 1 | -1/+3 |
| * | The functions that set and delete external attributes must check | Kirk McKusick | 2007-02-21 | 1 | -0/+9 |
| * | Initialise {transport,protocol}{,_version} fields during a PATH_INQ to avoid a | Nick Hibma | 2007-02-21 | 1 | -1/+5 |
| * | Reduce the noise when plugging in (USB) mass storage devices, like a 4 port | Nick Hibma | 2007-02-21 | 2 | -3/+7 |
| * | Change pmap_protect() so that execute access can be removed without | Alan Cox | 2007-02-21 | 1 | -1/+2 |
| * | Check that the error returned by vfs_getopts() is not ENOENT before assuming | Olivier Houchard | 2007-02-21 | 1 | -2/+2 |
| * | Remove unnecessary privilege and privilege check for WITNESS sysctl. | Robert Watson | 2007-02-20 | 2 | -16/+9 |
| * | Rename IWI_LOCK_ASSERT to IWI_LOCK_CHECK per Sam's suggestion, | Luigi Rizzo | 2007-02-20 | 2 | -25/+21 |
| * | Address a few issues with the iwi driver, namely: | Luigi Rizzo | 2007-02-20 | 2 | -78/+147 |
| * | Replace a suser() check with an explicit check for PRIV_NET_SETIFMTU. | Robert Watson | 2007-02-20 | 1 | -1/+2 |
| * | Document the endiannes of firmware headers | Luigi Rizzo | 2007-02-20 | 1 | -1/+9 |
| * | Update auditing of socket information for the inpcb new world order: | Robert Watson | 2007-02-20 | 1 | -6/+4 |
| * | Break introductory comment into two paragraphs to separate material on the | Robert Watson | 2007-02-20 | 1 | -12/+9 |
| * | Move mapping of MBI_APPEND to MBI_WRITE from inside the rule loop in | Robert Watson | 2007-02-20 | 1 | -9/+8 |
| * | Rename two identically named log_in_vain variables: tcp_input.c's static | Robert Watson | 2007-02-20 | 5 | -13/+13 |
| * | Gratuitous UDP restyling toward style(9) in 7.x. | Robert Watson | 2007-02-20 | 3 | -175/+168 |
| * | Remove discontinuity in network privilege number space. | Robert Watson | 2007-02-20 | 1 | -70/+70 |
| * | Remove unused PRIV_IPC_EXEC. Renumbers System V IPC privilege. | Robert Watson | 2007-02-20 | 2 | -4/+2 |
| * | Sync up PRIV_IPC_{ADMIN,READ,WRITE} priv checks in ipcperm() with | Robert Watson | 2007-02-20 | 1 | -3/+6 |
| * | Restore sysv_ipc.c:1.30, which was backed out due to interactions with | Robert Watson | 2007-02-19 | 1 | -37/+65 |
| * | Remove call to ipcperm() in shmget_existing(). The flags argument is | Robert Watson | 2007-02-19 | 1 | -3/+0 |
| * | Use privilege PRIV_NET_ADDIFADDR rather than suser() to authorize | Robert Watson | 2007-02-19 | 1 | -1/+2 |
| * | Rename three quota privileges from the UFS privilege namespace to the | Robert Watson | 2007-02-19 | 3 | -34/+34 |
| * | Limit quota privileges in jail to PRIV_UFS_GETQUOTA and | Robert Watson | 2007-02-19 | 2 | -17/+5 |
| * | Do allow bypass of mac_seeotheruids in jail in order to be consistent | Robert Watson | 2007-02-19 | 1 | -1/+2 |
| * | Do allow privilege to create over-sized messages on System V IPC | Robert Watson | 2007-02-19 | 1 | -1/+2 |
| * | Use priv_check(9) instead of suser(9) for checking the privilege to | Robert Watson | 2007-02-19 | 1 | -1/+1 |
| * | For now, reflect practical reality that Audit system calls aren't | Robert Watson | 2007-02-19 | 1 | -0/+2 |
| * | Do allow PIOCSFL in jail for setguid processes; this is more consistent | Robert Watson | 2007-02-19 | 1 | -4/+2 |
| * | Unbreak ddb stepping over special frames after the following commit: | Konstantin Belousov | 2007-02-19 | 1 | -2/+2 |
| * | Remove union_dircheckp hook, it is not needed by new unionfs code anymore. | Konstantin Belousov | 2007-02-19 | 1 | -65/+33 |
| * | MFi386 rev. 1.544 of i386/i386/pmap.c: | Konstantin Belousov | 2007-02-19 | 1 | -0/+14 |
| * | Add two new options, FLASHADDR, which defines the address the flash is | Olivier Houchard | 2007-02-19 | 2 | -0/+4 |
| * | Teach the kernel and the ELF trampoline how to boot from onboard flash. | Olivier Houchard | 2007-02-19 | 2 | -37/+82 |
| * | There's no such thing as a GENERIC kernel on arm. | Olivier Houchard | 2007-02-19 | 3 | -3/+3 |
| * | Correct typos containing my login name (plus one more in expr.y). | Ceri Davies | 2007-02-18 | 1 | -1/+1 |
| * | The table of known CPU models ends with an entry that has a version | Marcel Moolenaar | 2007-02-18 | 1 | -1/+1 |
| * | #ifdef INET6 printing of inpcb IPv6 addresses in DDB. Patch committed | Robert Watson | 2007-02-18 | 1 | -0/+4 |
| * | Eliminate some acquisitions and releases of the page queues lock that are | Alan Cox | 2007-02-18 | 4 | -8/+0 |
| * | Enable vm_page_free() and vm_page_free_zero() to be called on some pages | Alan Cox | 2007-02-18 | 1 | -2/+4 |
| * | Add "show inpcb", "show tcpcb" DDB commands, which should come in handy | Robert Watson | 2007-02-17 | 3 | -2/+578 |
| * | Remove a stale comment. Add punctuation to a nearby comment. | Alan Cox | 2007-02-17 | 1 | -6/+1 |
| * | Add support for chipsets that has NULL'd BAR's for legacy ports. | Søren Schmidt | 2007-02-17 | 2 | -10/+12 |
| * | This README file is obsolete. The cited problems were fixed long ago | Kirk McKusick | 2007-02-17 | 1 | -58/+0 |
| * | Add codec id for Sigmatel STAC9271D. | Ariff Abdullah | 2007-02-16 | 1 | -2/+4 |
| * | Remove VFS_VPTOFH entirely. API is already broken and it is good time to | Pawel Jakub Dawidek | 2007-02-16 | 3 | -41/+1 |
| * | Remove unused inp6_ifindex field from inpcb, as well as unused macro | Robert Watson | 2007-02-16 | 1 | -2/+0 |
| * | Remove unused in6p_ip6_hlim macro shortcut for non-present | Robert Watson | 2007-02-16 | 1 | -1/+0 |
| * | CompUSA mutli-format pcmica flash reader/writer | Warner Losh | 2007-02-16 | 1 | -0/+2 |