aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFp4(simokawa_sbp branch)Hidetoshi Shimokawa2003-02-275-108/+310
* Make flags bit 0x10000 mean that PPS timestamping should use thePoul-Henning Kamp2003-02-271-2/+11
* Copy some VM changes from smbfs_putpages() to nwfs_putpages(): lockTim J. Robbins2003-02-271-1/+3
* Build the ncp and nwfs modules again, but only on i386 for now.Tim J. Robbins2003-02-271-4/+2
* Only use function 1 not 0 on cypress chips.Søren Schmidt2003-02-271-1/+3
* When we have found a chunk of memory that is large enough and have computedHartmut Brandt2003-02-271-1/+1
* Add necessary awk magic to create a table of major numbers allocatedPoul-Henning Kamp2003-02-273-1/+29
* When a process has been waiting on a condition variable or mutex theHartmut Brandt2003-02-272-0/+3
* Fix vnode corruption bug when trying to rename files across filesystems.Tim J. Robbins2003-02-271-10/+13
* Mark comments with '#' to make this machine-readablePoul-Henning Kamp2003-02-271-20/+20
* Sync nwfs_access() with smbfs_access(): use vaccess() instead of checkingTim J. Robbins2003-02-271-13/+5
* NODEVFS cleanup:Poul-Henning Kamp2003-02-274-27/+1
* NODEVFS cleanup:Poul-Henning Kamp2003-02-272-12/+6
* Fix UDMA modes setup on CMD chips.Søren Schmidt2003-02-271-1/+1
* Catch up with recent netncp changes: ncp_chkintr() takes a thread, notTim J. Robbins2003-02-271-1/+1
* Release sched_lock before calling upcall_free.David Xu2003-02-272-2/+2
* Add the ID for the CS4205 codec found in Dell laptops. Obtained fromScott Long2003-02-271-0/+1
* Needn't kse.hDavid Xu2003-02-271-1/+0
* Change the process flags P_KSES to be P_THREADED.Julian Elischer2003-02-2726-48/+48
* cat KSE > /dev/nullDavid Xu2003-02-272-4/+0
* Implemented "nooption" and "nomakeoption" config(8) tokens.Ruslan Ermilov2003-02-2610-109/+90
* As previously threatened, add TCP/IP checksum offload support toBill Paul2003-02-263-10/+236
* Catch up with KSE changes.Max Khon2003-02-2611-314/+369
* NODEVFS cleanup:Poul-Henning Kamp2003-02-261-2/+3
* NODEVFS cleanup:Poul-Henning Kamp2003-02-265-76/+0
* NODEVFS cleanup: Don't call cdevsw_{add,remove}()Poul-Henning Kamp2003-02-261-2/+0
* msgPoul-Henning Kamp2003-02-264-28/+0
* NODEVFS cleanup: Create devices with make_dev() instead of cdevsw_add()Poul-Henning Kamp2003-02-261-4/+1
* msgPoul-Henning Kamp2003-02-262-3/+0
* NODEVFS cleanup: remove calls to cdevsw_remove()Poul-Henning Kamp2003-02-261-2/+0
* Move the typedef for size_t into _iovec.h, so that size_t is availableMike Barcroft2003-02-263-10/+7
* Change spelling of `u_int' to `unsigned int' in the POSIX case.Mike Barcroft2003-02-261-2/+2
* Some more updates for the new world order:Bill Paul2003-02-261-24/+37
* Move an optimization check so that it breaks out of the correct loop.John Baldwin2003-02-261-4/+3
* Fix a reversed test for ATAPI_DEVICE in the Promise setup code.Søren Schmidt2003-02-261-4/+3
* Add SigmaTel STAC9750 entry.Olivier Houchard2003-02-261-0/+1
* In timewait state, if the incoming segment is a pure in-sequence ackJonathan Lemon2003-02-262-4/+8
* Change default setting of hw.wi.txerate to zero so that tx error msgs areSam Leffler2003-02-261-2/+2
* o fix ppsratecheck to interpret a maxpps of zero as "ignore everything"Sam Leffler2003-02-261-1/+5
* Simplify struct __timespec, fix style bugs, add an XXX comment.Mike Barcroft2003-02-261-9/+10
* Unbreak emu10k1 by properly using the buffer address.Olivier Houchard2003-02-261-4/+4
* Unbreak the IOMMU code.Maxime Henrion2003-02-261-1/+1
* No-op. Change the type of unnamed bit-fields to unsigned to shut upMark Murray2003-02-261-6/+6
* Register typo and incorrect 32-bit constant load in previous commit.Peter Grehan2003-02-262-4/+4
* Replicate OSS behaviour when rate settings fails.Orion Hodson2003-02-261-1/+1
* The TCP protocol lock may still be held if the reassembly queue dropped FIN.Jonathan Lemon2003-02-262-2/+4
* Use rman_get_start() to get start address of the resource.Yoshihiro Takahashi2003-02-261-2/+2
* Fix a bug when handling SIGCONT.David Xu2003-02-261-7/+0
* Increase the block size for reading and writing from 8KB to 1MB andMarcel Moolenaar2003-02-261-4/+7
* Fix a condition so that ip reassembly queues are emptied immediatelyMike Silbersack2003-02-261-1/+1