summaryrefslogtreecommitdiffstats
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-084-8/+2
* Don't set IN_ACCESS for requests to read 0 bytes or for unsuccessful reads.bde1999-07-252-4/+8
* Create the macro DOINGASYNC to check whether the MNT_ASYNC flag hasmckusick1999-07-132-2/+4
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-264-6/+4
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-162-8/+8
* Simplify cdevsw registration.phk1999-05-314-40/+11
* This commit should be a extensive NO-OP:phk1999-05-302-14/+42
* Fixed printing of a dev_t in a panic message. Fixed the function namebde1999-05-132-4/+4
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-082-8/+6
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-084-22/+22
* Continue where Julian left off in July 1998:phk1999-05-074-22/+22
* Add an additional probe, hopefully allowing me to distinguishbrian1999-05-031-6/+10
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-022-2/+4
* s/size == 0;/size = 0;/peter1999-05-022-6/+6
* This Implements the mumbled about "Jail" feature.phk1999-04-282-2/+2
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-282-4/+4
* Suser() simplification:phk1999-04-274-10/+10
* Fix so that this driver works again when compiled with EGCS (whichdavidn1999-04-221-31/+31
* Remove unused function int fi() {return 0;}eivind1999-04-111-4/+1
* Staticize.eivind1999-04-111-2/+2
* Make NDGBPORTS an official option.joerg1999-03-131-1/+2
* Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite includingbde1999-03-062-2/+4
* Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename thatimp1999-03-022-0/+10
* Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).bde1999-02-252-0/+2
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-302-4/+6
* Fixed parenthesization botch in previous commit. Async update of inodesbde1999-01-292-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-282-4/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-272-4/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-2718-124/+124
* Remove LKM support, src/lkm that built it is gone and it never worked as anpeter1999-01-171-35/+1
* Avoid warning for unused variable.eivind1999-01-112-4/+4
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-0712-82/+42
* UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the valuebde1999-01-062-2/+2
* Ifdefed conditionally used simplock variables.bde1999-01-021-1/+3
* PR: kern/8819dillon1998-12-131-55/+55
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-076-30/+16
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-1/+1
* Fixed a misspelling of boolean true as MNT_WAIT.bde1998-11-152-2/+2
* Finished updating module event handlers to be compatible withbde1998-11-151-2/+2
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()peter1998-11-101-1/+2
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-316-14/+12
* error return assignment was less than ideal. Fix the part that causedpeter1998-10-292-4/+4
* Use vtruncbuf() to clean out cached blocks on a file shorten rather thanpeter1998-10-292-6/+8
* Oops, the redundant tests for major numbers weren't redundant here.bde1998-10-272-4/+6
* Removed redundant bitrotted checks for major numbers instead of updatingbde1998-10-262-8/+4
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-252-2/+4
* Initialize earlier (ie: before npx) in case it makes any difference.peter1998-10-181-4/+8
* OOPS!peter1998-10-181-2/+2
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-9/+29
OpenPOWER on IntegriCloud