summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Catch up with KSE changes.fjoe2003-02-2611-314/+369
* NODEVFS cleanup:phk2003-02-261-2/+3
* NODEVFS cleanup:phk2003-02-265-76/+0
* NODEVFS cleanup: Don't call cdevsw_{add,remove}()phk2003-02-261-2/+0
* msgphk2003-02-264-28/+0
* NODEVFS cleanup: Create devices with make_dev() instead of cdevsw_add()phk2003-02-261-4/+1
* msgphk2003-02-262-3/+0
* FreeBSD Makefile style guide.obrien2003-02-262-1/+179
* The usage string: renice [priority | [-n incr]] ... assumed that the partcharnier2003-02-262-7/+13
* NODEVFS cleanup: remove calls to cdevsw_remove()phk2003-02-261-2/+0
* Move the typedef for size_t into _iovec.h, so that size_t is availablemike2003-02-263-10/+7
* Change spelling of `u_int' to `unsigned int' in the POSIX case.mike2003-02-261-2/+2
* Some more updates for the new world order:wpaul2003-02-261-24/+37
* Move an optimization check so that it breaks out of the correct loop.jhb2003-02-261-4/+3
* Fix a reversed test for ATAPI_DEVICE in the Promise setup code.sos2003-02-261-4/+3
* Add SigmaTel STAC9750 entry.cognet2003-02-261-0/+1
* In timewait state, if the incoming segment is a pure in-sequence ackjlemon2003-02-262-4/+8
* Change default setting of hw.wi.txerate to zero so that tx error msgs aresam2003-02-261-2/+2
* o fix ppsratecheck to interpret a maxpps of zero as "ignore everything"sam2003-02-261-1/+5
* Simplify struct __timespec, fix style bugs, add an XXX comment.mike2003-02-261-9/+10
* Unbreak emu10k1 by properly using the buffer address.cognet2003-02-261-4/+4
* ia64 actually uses 80-bit long doubles and must support big and littlemike2003-02-262-3/+27
* If we are told to update the sources in "make rerelease", we alsoru2003-02-261-3/+7
* Unbreak the IOMMU code.mux2003-02-261-1/+1
* No-op. Change the type of unnamed bit-fields to unsigned to shut upmarkm2003-02-261-6/+6
* Register typo and incorrect 32-bit constant load in previous commit.grehan2003-02-262-4/+4
* Replicate OSS behaviour when rate settings fails.orion2003-02-261-1/+1
* The TCP protocol lock may still be held if the reassembly queue dropped FIN.jlemon2003-02-262-2/+4
* MFi386: Don't remove UFS_ACL support.nyan2003-02-261-2/+0
* Use rman_get_start() to get start address of the resource.nyan2003-02-261-2/+2
* - gamma_r, lgamma_r, gammaf_r, and lgammaf_r were protected by _REENTRANTimp2003-02-262-9/+38
* Fix a bug when handling SIGCONT.davidxu2003-02-261-7/+0
* Stay consistent with dofs_md().ru2003-02-261-1/+1
* Increase the block size for reading and writing from 8KB to 1MB andmarcel2003-02-261-4/+7
* Fix compiling error.davidxu2003-02-262-2/+2
* Fix a condition so that ip reassembly queues are emptied immediatelysilby2003-02-261-1/+1
* Bump __FreeBSD_version to note that taskqueue_swi now runs without Giant,scottl2003-02-261-1/+1
* Revert the use of -g that leaked in.scottl2003-02-261-1/+0
* The cmp utility has the questionable feature of using mmap whendas2003-02-261-0/+21
* Attempt to make the ng_fec module play nice with BPF again. Things havewpaul2003-02-261-16/+6
* Consistently use NOFORTH to control the usage of ficl.obrien2003-02-265-21/+17
* Better to not know anything about KSE.davidxu2003-02-262-4/+0
* Add SMC 34C90. Not tested, but should be a no-op except for the id string.imp2003-02-261-1/+4
* Add a number of IDs from linux for old, rare pci devices:imp2003-02-261-5/+6
* Bring aac out from under Giant:scottl2003-02-264-18/+46
* Fix style of recent additions and sort.wollman2003-02-262-33/+28
* Add a great quote from Linus Torvalds about BDE.mike2003-02-261-0/+5
* Fix an error which caused 'free(): error: chunk is already free'gad2003-02-261-0/+3
* Introduce a new taskqueue that runs completely free of Giant, and inscottl2003-02-2610-14/+34
* Use BUS_SPACE_MAXADDR_32BIT in the DMA tag where needed. Before the recentscottl2003-02-261-2/+2
OpenPOWER on IntegriCloud