summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Note problems I had with bsnmpd while updating from an older -current.njl2007-02-191-0/+13
* 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
* MFi386 rev. 1.544 of i386/i386/pmap.c:kib2007-02-191-0/+14
* It'd be kind of nice if we installed the hardware notes to theirbmah2007-02-191-2/+2
* Add two new options, FLASHADDR, which defines the address the flash iscognet2007-02-192-0/+4
* Teach the kernel and the ELF trampoline how to boot from onboard flash.cognet2007-02-192-37/+82
* There's no such thing as a GENERIC kernel on arm.cognet2007-02-193-3/+3
* Bring these files up-to-date.ceri2007-02-182-27/+29
* Clarify the description of the shutdown command.ceri2007-02-181-2/+3
* Correct typos containing my login name (plus one more in expr.y).ceri2007-02-183-4/+4
* The table of known CPU models ends with an entry that has a versionmarcel2007-02-181-1/+1
* #ifdef INET6 printing of inpcb IPv6 addresses in DDB. Patch committedrwatson2007-02-181-0/+4
* Eliminate some acquisitions and releases of the page queues lock that arealc2007-02-184-8/+0
* Andrew and Colin each pointed out to me that truncating the backupkientzle2007-02-181-2/+0
* Enable vm_page_free() and vm_page_free_zero() to be called on some pagesalc2007-02-181-2/+4
* Add "show inpcb", "show tcpcb" DDB commands, which should come in handyrwatson2007-02-173-2/+578
* Remove a stale comment. Add punctuation to a nearby comment.alc2007-02-171-6/+1
* correct type definition of option routine callbacksam2007-02-171-1/+1
* remove (now) duplicate definition of IEEE80211_IS_CHAN_PASSIVEsam2007-02-171-3/+0
* Add support for chipsets that has NULL'd BAR's for legacy ports.sos2007-02-172-10/+12
* Oops, fix minor braino.joel2007-02-171-1/+1
* Link snd_sb16.4 and snd_sb8.4 to snd_sbc.4.joel2007-02-172-4/+13
* This README file is obsolete. The cited problems were fixed long agomckusick2007-02-171-58/+0
* Fix mis-reference of incorrect manual page in ERRORS section.trhodes2007-02-171-1/+1
* Add Sigmatel STAC9271D.joel2007-02-161-1/+3
* Add codec id for Sigmatel STAC9271D.ariff2007-02-161-2/+4
* Remove VFS_VPTOFH entirely. API is already broken and it is good time topjd2007-02-163-41/+1
* VFS_VPTOFH(9) was replaced with VOP_VPTOFH(9).pjd2007-02-163-67/+5
* Remove unused inp6_ifindex field from inpcb, as well as unused macrorwatson2007-02-161-2/+0
OpenPOWER on IntegriCloud