aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Optimize set_origin() use in some screensavers to stop them eatingPhilip Paeps2007-02-214-12/+40
* Complete the support for altq(4).Christian Brueffer2007-02-211-1/+3
* The functions that set and delete external attributes must checkKirk McKusick2007-02-211-0/+9
* Initialise {transport,protocol}{,_version} fields during a PATH_INQ to avoid aNick Hibma2007-02-211-1/+5
* Reduce the noise when plugging in (USB) mass storage devices, like a 4 portNick Hibma2007-02-212-3/+7
* Change pmap_protect() so that execute access can be removed withoutAlan Cox2007-02-211-1/+2
* Check that the error returned by vfs_getopts() is not ENOENT before assumingOlivier Houchard2007-02-211-2/+2
* Remove unnecessary privilege and privilege check for WITNESS sysctl.Robert Watson2007-02-202-16/+9
* Rename IWI_LOCK_ASSERT to IWI_LOCK_CHECK per Sam's suggestion,Luigi Rizzo2007-02-202-25/+21
* Address a few issues with the iwi driver, namely:Luigi Rizzo2007-02-202-78/+147
* Replace a suser() check with an explicit check for PRIV_NET_SETIFMTU.Robert Watson2007-02-201-1/+2
* Document the endiannes of firmware headersLuigi Rizzo2007-02-201-1/+9
* Update auditing of socket information for the inpcb new world order:Robert Watson2007-02-201-6/+4
* Break introductory comment into two paragraphs to separate material on theRobert Watson2007-02-201-12/+9
* Move mapping of MBI_APPEND to MBI_WRITE from inside the rule loop inRobert Watson2007-02-201-9/+8
* Rename two identically named log_in_vain variables: tcp_input.c's staticRobert Watson2007-02-205-13/+13
* Gratuitous UDP restyling toward style(9) in 7.x.Robert Watson2007-02-203-175/+168
* Remove discontinuity in network privilege number space.Robert Watson2007-02-201-70/+70
* Remove unused PRIV_IPC_EXEC. Renumbers System V IPC privilege.Robert Watson2007-02-202-4/+2
* Sync up PRIV_IPC_{ADMIN,READ,WRITE} priv checks in ipcperm() withRobert Watson2007-02-201-3/+6
* Restore sysv_ipc.c:1.30, which was backed out due to interactions withRobert Watson2007-02-191-37/+65
* Remove call to ipcperm() in shmget_existing(). The flags argument isRobert Watson2007-02-191-3/+0
* Use privilege PRIV_NET_ADDIFADDR rather than suser() to authorizeRobert Watson2007-02-191-1/+2
* Rename three quota privileges from the UFS privilege namespace to theRobert Watson2007-02-193-34/+34
* Limit quota privileges in jail to PRIV_UFS_GETQUOTA andRobert Watson2007-02-192-17/+5
* Do allow bypass of mac_seeotheruids in jail in order to be consistentRobert Watson2007-02-191-1/+2
* Do allow privilege to create over-sized messages on System V IPCRobert Watson2007-02-191-1/+2
* Use priv_check(9) instead of suser(9) for checking the privilege toRobert Watson2007-02-191-1/+1
* For now, reflect practical reality that Audit system calls aren'tRobert Watson2007-02-191-0/+2
* Do allow PIOCSFL in jail for setguid processes; this is more consistentRobert Watson2007-02-191-4/+2
* Unbreak ddb stepping over special frames after the following commit:Konstantin Belousov2007-02-191-2/+2
* Remove union_dircheckp hook, it is not needed by new unionfs code anymore.Konstantin Belousov2007-02-191-65/+33
* MFi386 rev. 1.544 of i386/i386/pmap.c:Konstantin Belousov2007-02-191-0/+14
* Add two new options, FLASHADDR, which defines the address the flash isOlivier Houchard2007-02-192-0/+4
* Teach the kernel and the ELF trampoline how to boot from onboard flash.Olivier Houchard2007-02-192-37/+82
* There's no such thing as a GENERIC kernel on arm.Olivier Houchard2007-02-193-3/+3
* Correct typos containing my login name (plus one more in expr.y).Ceri Davies2007-02-181-1/+1
* The table of known CPU models ends with an entry that has a versionMarcel Moolenaar2007-02-181-1/+1
* #ifdef INET6 printing of inpcb IPv6 addresses in DDB. Patch committedRobert Watson2007-02-181-0/+4
* Eliminate some acquisitions and releases of the page queues lock that areAlan Cox2007-02-184-8/+0
* Enable vm_page_free() and vm_page_free_zero() to be called on some pagesAlan Cox2007-02-181-2/+4
* Add "show inpcb", "show tcpcb" DDB commands, which should come in handyRobert Watson2007-02-173-2/+578
* Remove a stale comment. Add punctuation to a nearby comment.Alan Cox2007-02-171-6/+1
* Add support for chipsets that has NULL'd BAR's for legacy ports.Søren Schmidt2007-02-172-10/+12
* This README file is obsolete. The cited problems were fixed long agoKirk McKusick2007-02-171-58/+0
* Add codec id for Sigmatel STAC9271D.Ariff Abdullah2007-02-161-2/+4
* Remove VFS_VPTOFH entirely. API is already broken and it is good time toPawel Jakub Dawidek2007-02-163-41/+1
* Remove unused inp6_ifindex field from inpcb, as well as unused macroRobert Watson2007-02-161-2/+0
* Remove unused in6p_ip6_hlim macro shortcut for non-presentRobert Watson2007-02-161-1/+0
* CompUSA mutli-format pcmica flash reader/writerWarner Losh2007-02-161-0/+2