summaryrefslogtreecommitdiffstats
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
* If floppies are used to boot the machine, the user lets the machinekensmith2007-02-221-1/+6
* Correct typo.pjd2007-02-221-1/+1
* Modify chunk_alloc() to prefer mmap()ed memory over sbrk()ed memory.jasone2007-02-221-36/+40
* 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
* Fixes build breakage.. invalid type casts.. and invalidrrs2007-02-221-6/+6
* First cut of the sctp man pages. Still need work.rrs2007-02-2217-1/+2218
* Fixes __FreeBSD__ being present (they should not)rrs2007-02-221-6/+4
* Adds a performance improvement for when sctp_sendx isrrs2007-02-221-23/+43
* 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
* Mention that BSD gzip was MFC'eddelphij2007-02-221-1/+2
* 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
* Update host-mode multicast group information output.bms2007-02-211-33/+87
* Change wording of warnings when there is no ip_mroute.ko modulebms2007-02-212-11/+19
* Optimize set_origin() use in some screensavers to stop them eatingphilip2007-02-214-12/+40
* Refine implementation notes for priv(9): clarify ABI comments, mentionrwatson2007-02-211-3/+8
* Document vge(4)'s support for altq(4).brueffer2007-02-212-2/+4
* 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
* Fix a bug with the release of section's raw data. Both release loopsdumbbell2007-02-211-1/+1
* 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
* If we already have stat() data, we might be able tokientzle2007-02-211-21/+29
* 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
* Create a link from hosts.allow(5) hosts_access(3), to give the user an_hibma2007-02-201-2/+4
* Kris suggested that swap is a better choice as a default than malloc.n_hibma2007-02-202-4/+4
* [Found the original diff I made, see previous commit for other part]n_hibma2007-02-202-4/+23
* Make attach the default for -f. That wayn_hibma2007-02-202-3/+11
* Avoid writing uninitialized stack data into a thread's MMX/SSE state byemaste2007-02-201-7/+12
* 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
OpenPOWER on IntegriCloud