summaryrefslogtreecommitdiffstats
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* Do not depend on pcb_savefpu backwards compat #define.peter2001-07-121-1/+1
* Bring in dirhash, a simple hash-based lookup optimisation for largeiedowse2001-07-102-0/+4
* Fix more mntvnode and vnode interlock order reversals.jhb2001-06-282-4/+4
* Fix a mntvnode and vnode interlock reversal.jhb2001-06-282-6/+8
* new (gpl licensed) firmware image for cs4280/cs46xx sound chipscg2001-05-301-0/+340
* Remove last vestiges of MFS.phk2001-05-292-20/+0
* Close the opening comment line on these two files that mysteriouly vanished.scottl2001-05-272-2/+2
* Oops. Unremove vestiges of the old, broken sound drivers. They are nowbde2001-05-243-0/+1580
* Remove vestiges of the old, broken sound drivers.bde2001-05-243-1580/+0
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-162-4/+4
* When running with soft updates, track the number of blocks and filesmckusick2001-05-082-8/+6
* Remove blatantly pointless call to VOP_BMAP().phk2001-05-012-8/+2
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-012-64/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-013-13/+21
* VOP_BALLOC was never really a VOP in the first place, so convert itphk2001-04-292-0/+4
* Make a panic less misleading.phk2001-04-292-2/+2
* Remove two unused arguments from ufs_bmaparray().phk2001-04-292-40/+30
* Revert consequences of changes to mount.h, part 2.grog2001-04-292-4/+0
* MFffs ffs_balloc.c 1.5.bde2001-04-252-0/+4
* Move the netexport structure from the fs-specific mountstructurephk2001-04-254-8/+4
* Correct #includes to work with fixed sys/mount.h.grog2001-04-232-0/+4
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-072-2/+2
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-072-0/+4
* Reviewed by: jlemonadrian2001-03-012-10/+22
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-259-31/+31
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-182-2/+2
* Change and clean the mutex lock interface.bmilekic2001-02-093-36/+36
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-042-8/+8
* Use <sys/queue.h> macro API.phk2001-02-041-2/+2
* Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.phk2001-02-041-4/+0
* Driver for the ESS Maestro3 and Allegro sound chips. Note that due to thescottl2001-02-012-0/+906
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-272-48/+6
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-243-41/+36
* Proc locking.jhb2001-01-231-0/+2
* Proc locking, mostly protecting p_ucred while obtaining additionaljhb2001-01-234-10/+56
* Completed move of Digiboard drivers to dev/dgbbabkin2001-01-088-10303/+0
* Changed the copyright notice to BSD-style. The original GPL copyrightbabkin2001-01-054-24/+110
* Avoid a data-consistency race between write() and mmap()dillon2000-12-172-0/+18
* Put the bits in place for Alpha support for ext2. Not tested.mjacob2000-12-095-0/+263
* Correct to a common %ld the 5 argument to a printf.mjacob2000-12-092-4/+4
* Use a pointer to a size_t for the 4th argument to copyinstr-mjacob2000-12-092-2/+2
* Backed out previous commit. Don't depend on namespace pollution inbde2000-12-024-0/+4
* remove unneded sys/ucred.h includesalfred2000-11-304-4/+0
* Quick fix for not writing group descriptor group, inode bitmaps orbde2000-11-102-2/+4
* Fixed breakage of mknod() in rev.1.48 of ext2_vnops.c and rev.1.126 ofbde2000-11-042-2/+6
* Support filesystems with the not-so-new "sparse_superblocks" feature.bde2000-11-038-30/+90
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-292-2/+0
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingphk2000-10-294-4/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-272-4/+0
OpenPOWER on IntegriCloud