summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change the process flags P_KSES to be P_THREADED.julian2003-02-2726-48/+48
* cat KSE > /dev/nulldavidxu2003-02-272-4/+0
* Implemented "nooption" and "nomakeoption" config(8) tokens.ru2003-02-2610-109/+90
* As previously threatened, add TCP/IP checksum offload support towpaul2003-02-263-10/+236
* 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
* 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
* 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
* Use rman_get_start() to get start address of the resource.nyan2003-02-261-2/+2
* Fix a bug when handling SIGCONT.davidxu2003-02-261-7/+0
* Increase the block size for reading and writing from 8KB to 1MB andmarcel2003-02-261-4/+7
* 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
* 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
* 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
* Retire the aacd major (151) now that it's no longer needed.scottl2003-02-261-1/+1
* Move to 'struct disk*' APIscottl2003-02-263-50/+26
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.mux2003-02-2612-12/+12
* Add a missing '!'.davidxu2003-02-262-4/+4
* Further GC of M_STRING, missed previously.rwatson2003-02-261-2/+0
* Replace license with two-clause BSD; an old license template with threerwatson2003-02-261-7/+4
* GC M_STRING, no longer required as strdup() accepts a malloc type.rwatson2003-02-261-1/+0
* Add a simple facility to allow round roubin in userland.davidxu2003-02-263-82/+91
OpenPOWER on IntegriCloud