summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* A small overhaul of witness:jhb2003-03-042-63/+123
* Miscellaneous cleanups to _mtx_lock_sleep():jhb2003-03-042-8/+12
* Properly assert that mtx_trylock() is not called on a mutex we alreadyjhb2003-03-042-16/+8
* Wrap the hyperthreading support code with the HTT kernel option.jhb2003-03-048-0/+128
* Fix bug introduced in 1.130. For the < MHLEN case, we shouldbmilekic2003-03-041-1/+1
* Bump __FreeBSD_version to mark new cdevsw initialization.phk2003-03-041-1/+1
* Initialize the second buffer for mirroring to point to itself and not itsphk2003-03-042-0/+2
* Fix printf warning on RELENG_4.simokawa2003-03-041-0/+4
* - Create a function sched_interact_score() which decides on thejeff2003-03-041-70/+86
* - Add a new 'flags' parameter to getblk().jeff2003-03-0425-60/+73
* - Correct the wchan in vop_stdfsync()jeff2003-03-031-1/+1
* FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. Catchru2003-03-034-4/+4
* exists() is too aggressive when searching for files without a full path.ru2003-03-031-1/+1
* Pick up one file missed in the previous vprint() cleanupnjl2003-03-031-3/+3
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-0321-63/+17
* Rearrange the members of struct cdevsw to be absolutely sure to catchphk2003-03-032-10/+6
* Make nokqfilter() return the correct return value.phk2003-03-0327-29/+23
OpenPOWER on IntegriCloud