aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* Remove __P.Alfred Perlstein2002-03-1916-168/+168
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-179-25/+49
* Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick2002-03-154-10/+20
* Remove use of the bogus ioctl DIOCGPART.Poul-Henning Kamp2002-03-112-22/+2
* Deverbosified previous 2 commits (removed the rotted list of reasons whyBruce Evans2002-03-021-3/+1
* Adjust the includes a bit.Mark Murray2002-02-281-4/+3
* Warning fix. (Very basic - add the right include so that rdtsc() getsMark Murray2002-02-281-0/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-272-6/+6
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-102-2/+2
* Change constraints to use "+" in inline asm instead of mapping inputGiorgos Keramidas2001-11-121-1/+1
* Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mountMatthew Dillon2001-11-042-0/+2
* Change the vnode list under the mount point from a LIST to a TAILQMatthew Dillon2001-10-232-8/+10
* The addition of i_dirhash to struct inode pushed RELENG_4'sIan Dowse2001-09-244-6/+6
* KSE Milestone 2Julian Elischer2001-09-1219-233/+234
* Do not depend on pcb_savefpu backwards compat #define.Peter Wemm2001-07-121-1/+1
* Bring in dirhash, a simple hash-based lookup optimisation for largeIan Dowse2001-07-102-0/+4
* Fix more mntvnode and vnode interlock order reversals.John Baldwin2001-06-282-4/+4
* Fix a mntvnode and vnode interlock reversal.John Baldwin2001-06-282-6/+8
* new (gpl licensed) firmware image for cs4280/cs46xx sound chipsCameron Grant2001-05-301-0/+340
* Remove last vestiges of MFS.Poul-Henning Kamp2001-05-292-20/+0
* Close the opening comment line on these two files that mysteriouly vanished.Scott Long2001-05-272-2/+2
* Oops. Unremove vestiges of the old, broken sound drivers. They are nowBruce Evans2001-05-243-0/+1580
* Remove vestiges of the old, broken sound drivers.Bruce Evans2001-05-243-1580/+0
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-162-4/+4
* When running with soft updates, track the number of blocks and filesKirk McKusick2001-05-082-8/+6
* Remove blatantly pointless call to VOP_BMAP().Poul-Henning Kamp2001-05-012-8/+2
* Implement vop_std{get|put}pages() and add them to the default vop[].Poul-Henning Kamp2001-05-012-64/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-013-13/+21
* VOP_BALLOC was never really a VOP in the first place, so convert itPoul-Henning Kamp2001-04-292-0/+4
* Make a panic less misleading.Poul-Henning Kamp2001-04-292-2/+2
* Remove two unused arguments from ufs_bmaparray().Poul-Henning Kamp2001-04-292-40/+30
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-292-4/+0
* MFffs ffs_balloc.c 1.5.Bruce Evans2001-04-252-0/+4
* Move the netexport structure from the fs-specific mountstructurePoul-Henning Kamp2001-04-254-8/+4
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-232-0/+4
* Fixes to track snapshot copy-on-write checking in the specinfoKirk McKusick2001-03-072-2/+2
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-072-0/+4
* Reviewed by: jlemonAdrian Chadd2001-03-012-10/+22
* Remove the leading underscore from all symbols defined in x86 asmJake Burkholder2001-02-259-31/+31
* Preceed/preceeding are not english words. Use precede or preceding.Jeroen Ruigrok van der Werven2001-02-182-2/+2
* Change and clean the mutex lock interface.Bosko Milekic2001-02-093-36/+36
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-042-8/+8
* Use <sys/queue.h> macro API.Poul-Henning Kamp2001-02-041-2/+2
* Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.Poul-Henning Kamp2001-02-041-4/+0
* Driver for the ESS Maestro3 and Allegro sound chips. Note that due to theScott Long2001-02-012-0/+906
* Back out proc locking to protect p_ucred for obtaining additionalJohn Baldwin2001-01-272-48/+6
* Convert all simplelocks to mutexes and remove the simplelock implementations.Jason Evans2001-01-243-41/+36
* Proc locking.John Baldwin2001-01-231-0/+2
* Proc locking, mostly protecting p_ucred while obtaining additionalJohn Baldwin2001-01-234-10/+56
* Completed move of Digiboard drivers to dev/dgbSergey Babkin2001-01-088-10303/+0