summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-0856-250/+62
* Remove unimplemented IP-in-IPX encapsulation support (options IPTUNNEL).tjr2003-03-086-62/+0
* Zero copy send and receive fixes:ken2003-03-082-3/+10
* Lock sched_lock before modifying td_flags.davidxu2003-03-082-0/+4
* Initialize eflags in fake frame to default value rather than random one.davidxu2003-03-082-0/+2
* Use the appropriate size when zeroing out the unused portionmckusick2003-03-071-3/+3
* Replace u_int with "unsigned int" to prevent following errors:ache2003-03-071-4/+4
* Fix a spelling error.bbraun2003-03-071-1/+1
* Respect any passed in external lockmgr flags such as LK_NOWAIT in thejhb2003-03-071-4/+2
* Limit our requests to DFLTPHYS, this is generally a good idea forphk2003-03-071-0/+5
* Set f_fstypename in coda_nb_statfs().tjr2003-03-072-0/+2
* Fix a few spelling errors.trhodes2003-03-071-3/+3
* - improve timeout handling in fwmem.csimokawa2003-03-072-14/+22
* aic79xx.c:gibbs2003-03-064-38/+46
* When the system is panicing, the lock manager grants all lockmckusick2003-03-061-0/+8
* Oops, fix the double faults people were seeing with the recent changes tojhb2003-03-061-1/+1
* Add integer value of _CID handling.takawata2003-03-061-3/+33
* Add a temporary workaround for a deadlock in Coda venus 5.3.19 thattjr2003-03-064-4/+56
* Remove fragments of support for the FreeBSD 3.x and 4.x branches.tjr2003-03-065-25/+0
* MFp4(simokawa_sbp)simokawa2003-03-067-102/+193
* Remove GIANT_REQUIRED from sf_buf_free().alc2003-03-061-2/+0
* Instrument sysarch() MD privileged I/O access interfaces with a MACrwatson2003-03-0616-0/+133
* Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress.alc2003-03-0612-635/+2
* Provide a mac_check_system_swapoff() entry point, which permits MACrwatson2003-03-0514-0/+140
* Move the initialization of the vattr flags field in setfflags() torwatson2003-03-052-12/+6
* Fix a use-after-free bug that could cause multi-link fragment reassembly toarchie2003-03-051-2/+4
* VOP_PATHCONF returns a register_t, not an int. Noticed by phk.tjr2003-03-052-2/+2
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-0548-6281/+5
* Retire some misleading comments and explain why we need to keep a copydmlb2003-03-051-10/+8
* Duplicate more of options.i386 in this file since we can't seem to settlejhb2003-03-051-0/+1
* Back out last commit, which is fine in theory, but ignores the factorion2003-03-053-7/+7
* Add prototype for coda_pathconf() that I missed in the previous commit.tjr2003-03-052-0/+2
* Used correct aue_flags in ELECOM LD-USB/T and ELECOM LD-USB/TX.shiba2003-03-051-2/+2
* Fixed an issue which transfer no packets in combination with aue driver.shiba2003-03-051-2/+5
* Add a minimal implementation of VOP_PATHCONF to silence warningtjr2003-03-052-2/+58
* Handle the case where a_uio->uio_td == NULL properly in coda_readlink().tjr2003-03-052-2/+4
* Raise the default value of TTYHOG from 1 kB to 8 kB. Since TTYHOG isdas2003-03-051-1/+1
* Make TTYHOG tunable.das2003-03-0512-2/+22
* Attempt a hard reset if AC97 codec is not ready on attach.orion2003-03-052-20/+27
* Fix threaded applications on ia64 that are linked dynamicly. We didmarcel2003-03-051-1/+2
* ABI breaker: Move the J_SIGMASK field in the jmpbuf beforemarcel2003-03-051-3/+2
* Set ldesc after dbch->ndesc has initialized.simokawa2003-03-051-3/+2
* Document the tunable kern.ipc.nsfbufs in help.common and loader.8. Smallseanc2003-03-042-4/+11
* GC unused files.jlemon2003-03-042-149/+0
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-0464-745/+667
* Bah, fix a bogon in the last commit: get the sense of a compare test rightjhb2003-03-041-1/+1
* - Hold the buf lock while manipulating and inspecting its fields.jeff2003-03-041-56/+70
* Remove safety belt: it is now ok to do a mtx_trylock() on a mutex youjhb2003-03-042-10/+8
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsjhb2003-03-0424-91/+65
* Add a WITNESS_WARN() call to verify that we hold no locks after runningjhb2003-03-041-0/+1
OpenPOWER on IntegriCloud