aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* Use hashdestroy() now that it exists.Ian Dowse2002-06-301-6/+1
* Use suword16/fuword16 instead of susword/fusword - this has two differentPeter Wemm2002-06-202-15/+15
* Convert ext2fs to nmount(2).Maxime Henrion2002-05-244-54/+56
* Add an ext2_uninit() routine that undoes the actions performed byIan Dowse2002-05-185-10/+37
* Fix two off-by-one errors when sanity-checking inode numbers. InIan Dowse2002-05-184-4/+4
* Use explicitly-sized types where necessary to make ext2fs work againIan Dowse2002-05-1816-118/+118
* Give ext2fs its own static "dirchk" variable instead of using ufs'sIan Dowse2002-05-162-8/+24
* Remove register keyword.Ian Dowse2002-05-1616-172/+166
* Complete the separation of ext2fs from ufs by copying the remainingIan Dowse2002-05-1628-898/+2684
* Following a repo-copy from src/sys/ufs/ufs, rename functions andIan Dowse2002-05-147-305/+216
* Make daddr_t and u_daddr_t 64bits wide.Poul-Henning Kamp2002-05-142-4/+4
* Fixed syntax errors (tokens after #endif).Bruce Evans2002-05-138-45/+45
* Fixed syntax errors (garbage after #endif; just editing errors in thisBruce Evans2002-05-132-8/+8
* Remove register keyword.Poul-Henning Kamp2002-05-132-2/+2
* ARGH! SBLOCK is not unused. Try to get this right.Poul-Henning Kamp2002-05-122-4/+2
* Remove #define for BBOFF, it is assumed == 0 so many places that we mightPoul-Henning Kamp2002-05-122-4/+2
* Remove unused BBLOCK and SBLOCK #defines.Poul-Henning Kamp2002-05-122-4/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-014-6/+6
* In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallyBruce Evans2002-03-302-0/+10
* Moved $FreeBSD$ to the correct place.Bruce Evans2002-03-234-6/+4
* Repaired CSRG id. This file was not in Lite1; it was just cloned from aBruce Evans2002-03-238-10/+8
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-236-22/+16
* 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