summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Retire most of the classful network behaviour of netstat -r output, for IPv4.bms2007-02-142-52/+20
* Change unp_mtx to supporting recursion, and do not drop the unp_mtx overrwatson2007-02-141-13/+5
* The return value of aac_alloc_command() was misinterpreted in aac_ioctl_event().luoqi2007-02-141-1/+1
* Correctly handle writes beyond the end of the archive entrykientzle2007-02-141-1/+9
* Add some entries to log unknown devices, based on the bus they appearjoerg2007-02-141-0/+30
* New sentence -> new line. While here, fix apostrophe abuse.brueffer2007-02-141-4/+7
* Avoid the unnecessary acquisition of the free page queues lock when a pagealc2007-02-141-4/+5
* Optimize bitcount32 by replacing 6 logical operations with 2. The keycperciva2007-02-141-3/+3
* Add KTR tracingkevlo2007-02-141-0/+4
* Another crashdump fix: nfiles was renamed to openfiles in 5.x.jhb2007-02-141-1/+1
* style(9) cleanup.kevlo2007-02-142-9/+6
* In sendsig:kevlo2007-02-141-24/+46
* Change the date.julian2007-02-131-1/+1
* Make the kse man page reflect the removal of the KSEGRP kernel abstraction.julian2007-02-131-54/+30
* Set UNP_CONNECTING when committing to moving ahead in unp_connect().rwatson2007-02-131-0/+1
* Mark up lkm with .Nm, since lkm is name of an api.brueffer2007-02-134-4/+4
* Make sure the address is valid before mapping it.cognet2007-02-131-0/+13
* Fix typo: MacPPC -> ARMkevlo2007-02-131-1/+1
* Raise WARNS level to 6.rodrigc2007-02-132-2/+3
* Get the vfs giant lock before calling nfs_access.mpp2007-02-131-3/+9
* Repocopied from src/sys/isofs/cd9660 to src/sys/fs/cd9660.rodrigc2007-02-1315-4332/+0
* Make vfs_getopts() set *error to ENOENT if the option wasn't found, so thatcognet2007-02-131-0/+1
* Fix typos in comments while I am here.jkim2007-02-132-28/+29
* Allow the -c -f file options to actually execute.mpp2007-02-131-1/+1
* Do not do a vn_close for all references to the ktraced file if we arempp2007-02-131-10/+13
* Add BCM5701 A0/B0 CRC bug workaround. Magic values taken from Linux driver.jkim2007-02-123-0/+26
* Fix style(9).jkim2007-02-124-1845/+1848
* - Copyright updates (aka 2007)rrs2007-02-1220-1537/+1181
* Add a VNASSERT to vn_close to detect if v_writecount is goingmpp2007-02-121-1/+4
* Add PHY DSP code for BCM5755M.jkim2007-02-124-1/+32
* Typo fix in a commentbrueffer2007-02-121-1/+1
* "options PIM" is gone.brueffer2007-02-121-2/+1
* The KAME project has been dissolved and kame.4 isn't terribly useful.brueffer2007-02-123-207/+2
* Use the correct line to put into loader.conf. Duh!brueffer2007-02-121-1/+1
* BCM5701 PHY cannot read-modify-write. Just re-use the magic number from DSPjkim2007-02-121-4/+9
* Replace magic numbers with corresponding definitions.jkim2007-02-121-8/+8
* MLINK for bus_dmamap_load_mbuf_sg(9)jhb2007-02-121-0/+1
* Rearrange the SATA connect logic so that we so that we pickup ATAPI devices.sos2007-02-121-12/+4
* Remove the cast to caddr_t for sfp, they're not needed.kevlo2007-02-122-4/+4
* Improve a sentence.jkoshy2007-02-121-4/+1
* Use uma_set_align().cognet2007-02-111-13/+17
* Add uma_set_align() interface, which will be called at most once duringrwatson2007-02-112-2/+26
* o s/cgetseq/cgetset/maxim2007-02-111-1/+1
* Fix some spelling / markup / grammar.mpp2007-02-111-5/+5
* Add two new options to quota:mpp2007-02-112-24/+94
* Makefile changes to reflect moving sys/isofs/cd9660 to sys/fs/cd9660.rodrigc2007-02-115-12/+19
* Forced commit and #include changes for repo copy fromrodrigc2007-02-117-21/+21
* Fix PowerPC-targeted cross-builds performed on 64-bit platforms.marcel2007-02-112-4/+6
* Use the free page queue mutex instead of the page queue mutex toalc2007-02-112-7/+6
* Add missing MNT_ILOCK around some mnt_kern_flag accesses.mohans2007-02-111-0/+6
OpenPOWER on IntegriCloud