summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Account for di_blocks allocations when IN_SPACECOUNTED is set in anbrian2007-02-232-7/+32
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-2320-21/+21
* Use ih_filter instead of ih_handler in a couple of places. This fixesjhb2007-02-232-3/+3
* Drop the global kernel linker lock while executing the sysinit's for ajhb2007-02-231-15/+21
* Catchup with filtersimp2007-02-232-2/+2
* - Revert arguments for several functions to pre bus_get_dma_tag()ariff2007-02-234-16/+18
* - Compile time compatibility for pre/post newbus API (intr filter)ariff2007-02-234-13/+40
* Use snd_setup_intr() instead of bus_setup_intr() , like other drivers.ariff2007-02-231-1/+1
* Move the lock init until after if_alloc in case the allocation fails and wethompsa2007-02-231-1/+1
* Check that the length of the received message is at least as big as a PDUemax2007-02-231-1/+2
* Catchup with filtersimp2007-02-238-9/+10
* Catchup to filters by piso.imp2007-02-231-1/+1
* Move to the preferred syntax for nice (-n) insteadremko2007-02-231-1/+1
* Make cu/tip handle when $HOME is not set in the environment.jls2007-02-231-1/+5
* Correct two grammos.schweikh2007-02-231-2/+2
* Use 'pause' in several places rather than trying to tsleep() on NULL (whichjhb2007-02-236-13/+11
* Add a new kernel sleep function pause(9). pause(9) is for places thatjhb2007-02-235-5/+47
* Bump __FreeBSD_version after newbus api modification.piso2007-02-231-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-2/+2
* More unnecessary include reduction.rwatson2007-02-237-90/+12
* MFp4 (114068):netchild2007-02-2326-43/+70
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-23255-575/+781
* Remove many unneeded includes, update copyright.rwatson2007-02-231-29/+2
* 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
OpenPOWER on IntegriCloud