aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Put function return types on a line by themselves.Alfred Perlstein2002-10-1420-83/+123
* LINT related fixes (as noticed by bde)Matt Jacob2002-10-141-6/+6
* Remove a bogus local variable.Poul-Henning Kamp2002-10-141-2/+0
* Remove a KASSERT I added in 1.73 to catch uninitialized pipes.Alfred Perlstein2002-10-141-2/+0
* o Add typedefs for gid_t, key_t, mode_t, and uid_t.Mike Barcroft2002-10-141-4/+30
* Did you ever notice how stupid bugs show up much clearerJulian Elischer2002-10-141-1/+1
* Tidy up the scheduler's code for changing the priority of a thread.Julian Elischer2002-10-145-58/+65
* Remove old useless debugging codeJulian Elischer2002-10-141-5/+0
* Moved geom class initialization to SI_SUB_DRIVERS from SI_SUB_PSEUDO.Jake Burkholder2002-10-141-1/+1
* Fix two memory leaks in error conditions involving the UFS ACL code:Robert Watson2002-10-141-0/+4
* When scanning the freelist looking for candidate vnodes to recycle,Kirk McKusick2002-10-141-4/+3
* Unconditionally reset vp->v_vnlock back to the default in theKirk McKusick2002-10-141-1/+3
* Add a knob to turn on and off the CMPXCHG instruction on > i386 IA32 systems.Jim Pirzyk2002-10-144-2/+8
* Allow firewire, sbp (SCSI over firewire), and fwe (non-standard rawJohn Baldwin2002-10-142-0/+13
* - Remove unused opt_foo.h headers.John Baldwin2002-10-143-20/+6
* This file doesn't need opt_bus.h.John Baldwin2002-10-141-2/+0
* Define MNT_ACLS, which can report on the status of the FS_ACLS flagRobert Watson2002-10-141-3/+3
* Define two new superblock file system flags:Robert Watson2002-10-141-0/+10
* style(9)Mike Barcroft2002-10-141-28/+29
* Populate more fields of the disklabel for PC98.Poul-Henning Kamp2002-10-141-0/+2
* 1) Although C99 allows implementations to define additional SIG*Mike Barcroft2002-10-141-18/+40
* MFi386: revision 1.9.Yoshihiro Takahashi2002-10-141-5/+0
* Fix support for the ALi M5451 (rev 0.2) chip.Olivier Houchard2002-10-141-5/+47
* Don't panic when we can just return an error code.Poul-Henning Kamp2002-10-141-2/+6
* The ep and pccard modules build on pc98.Yoshihiro Takahashi2002-10-141-0/+2
* Merged from sys/dev/sio/sio.c revision 1.382.Yoshihiro Takahashi2002-10-142-2/+2
* Implement the GEOMCONFIGGEOM ioctl which can be used to manually createPoul-Henning Kamp2002-10-143-41/+168
* Add more KASSERTS.Poul-Henning Kamp2002-10-142-2/+8
* Allow kernel dumps to be aborted with ctrl-C.Marcel Moolenaar2002-10-141-3/+14
* Unconditionally restore the pointer to the saved Ethernet header afterCrist J. Clark2002-10-141-4/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsKirk McKusick2002-10-1433-158/+30
* o Comment out the symbol download code for 4.x.Warner Losh2002-10-144-6/+42
* Eliminate the unnecessary clearing of flag bits that are already clearAlan Cox2002-10-141-4/+1
* Add in the GEOM control module.Poul-Henning Kamp2002-10-131-0/+1
* Add the outline of the "/dev/geom.ctl" handling code.Poul-Henning Kamp2002-10-132-1/+201
* Compile in support for zipfs and bzipfs so we can load the gzipped mfsrootJake Burkholder2002-10-132-0/+14
* Connect trm(4) to the build.Olivier Houchard2002-10-134-0/+16
* Give GEOM modules a chance to specify their own init routine, in case theyPoul-Henning Kamp2002-10-131-1/+4
* Import of the trm(4) driver (for Tekram DC395U/UW/F and DC315U SCSI adapters).Olivier Houchard2002-10-132-0/+4352
* MODINFO_SIZE metadata has type size_t, not unsigned. This makes preloadedJake Burkholder2002-10-131-1/+1
* Correctly account for MAXPARTITIONS in the CTASSERT() which protects thePoul-Henning Kamp2002-10-131-1/+1
* Remove the P1003_1B kernel option; it is no longer used.Mike Barcroft2002-10-1311-21/+9
* - Remove a useless initialization for 'ronly', if it hadn't beenMaxime Henrion2002-10-131-2/+2
* Pass flags to VOP_CLOSE() corresponding to what was passed to VOP_OPEN().Poul-Henning Kamp2002-10-131-0/+1
* struct ia64_fpreg needs to be available outside of the kernel forMike Barcroft2002-10-131-2/+4
* Remove <sys/_posix.h>; nothing uses it anymore.Mike Barcroft2002-10-131-84/+0
* Remove _KPOSIX_VERSION as a kernel option, nothing uses this any more.Mike Barcroft2002-10-133-10/+0
* Update a sysctl to use _POSIX_VERSION from <sys/unistd.h>, instead ofMike Barcroft2002-10-131-2/+2
* Move the _POSIX_VERSION constant from <unistd.h> to <sys/unistd.h>, soMike Barcroft2002-10-131-0/+3
* #ifdef _KERNEL not #if _KERNEL.Mike Barcroft2002-10-131-1/+1