aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* Fix __asm__ clobber list abuse.David E. O'Brien1999-11-152-6/+10
* Remove WILLRELE from VOP_SYMLINKEivind Eklund1999-11-132-2/+4
* Remove WILLRELE from VOP_RENAMEEivind Eklund1999-11-122-4/+14
* Next step in the device cleanup process.Poul-Henning Kamp1999-11-092-2/+8
* Quick fix for breakage of ext2fs link counts as reported by stat(2) byBruce Evans1999-11-032-0/+2
* Newline-terminate the complaint message about not being able to findMike Smith1999-11-012-2/+2
* Remember folks, it's:Mike Smith1999-10-123-0/+3
* remove unused #includePoul-Henning Kamp1999-10-113-3/+0
* Remove the D_NOCLUSTER[RW] options which were added because vn hadPoul-Henning Kamp1999-09-302-28/+0
* Remove v_maxio from struct vnode.Poul-Henning Kamp1999-09-292-4/+2
* Introduce ttyread() and ttywrite() which do the canonical thing.Poul-Henning Kamp1999-09-282-103/+5
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-252-10/+0
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-252-50/+12
* More removals of vnode->v_lastr, replaced by preexisting seqcountMatthew Dillon1999-09-202-4/+6
* Fix a harmless bug I introduced, simplify a bit more while here.Poul-Henning Kamp1999-09-202-12/+8
* Step one of replacing devsw->d_maxio with si_bsize_max.Poul-Henning Kamp1999-09-202-70/+8
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-112-14/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2853-53/+53
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.Poul-Henning Kamp1999-08-252-10/+2
* Oops, the previous commit was missing a new include.Bruce Evans1999-08-232-0/+2
* Initialise fsids with (user) device numbers again. Bitrot when dev_t'sBruce Evans1999-08-232-2/+2
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-232-89/+26
* Use devtoname() to print dev_t's instead of casting them to long or u_longBruce Evans1999-08-232-4/+4
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-134-22/+22
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-084-8/+2
* Don't set IN_ACCESS for requests to read 0 bytes or for unsuccessful reads.Bruce Evans1999-07-252-4/+8
* Create the macro DOINGASYNC to check whether the MNT_ASYNC flag hasKirk McKusick1999-07-132-2/+4
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-264-6/+4
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodeKirk McKusick1999-06-162-8/+8
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-314-40/+11
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-302-14/+42
* Fixed printing of a dev_t in a panic message. Fixed the function nameBruce Evans1999-05-132-4/+4
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-2/+2
* Fix some of the places where too much inside knowledge about major/minorPoul-Henning Kamp1999-05-082-8/+6
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-084-22/+22
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-074-22/+22
* Add an additional probe, hopefully allowing me to distinguishBrian Somers1999-05-031-6/+10
* The VFS/BIO subsystem contained a number of hacks in order to optimizeAlan Cox1999-05-022-2/+4
* s/size == 0;/size = 0;/Peter Wemm1999-05-022-6/+6
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-282-2/+2
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-282-4/+4
* Suser() simplification:Poul-Henning Kamp1999-04-274-10/+10
* Fix so that this driver works again when compiled with EGCS (whichDavid Nugent1999-04-221-31/+31
* Remove unused function int fi() {return 0;}Eivind Eklund1999-04-111-4/+1
* Staticize.Eivind Eklund1999-04-111-2/+2
* Make NDGBPORTS an official option.Joerg Wunsch1999-03-131-1/+2
* Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite includingBruce Evans1999-03-062-2/+4
* Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename thatWarner Losh1999-03-022-0/+10
* Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).Bruce Evans1999-02-252-0/+2
* Use suser() to check for super user rather than examining cr_uid directly.Poul-Henning Kamp1999-01-302-4/+6