summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make MOD_* macros almost consistent:dufault1997-04-0611-31/+33
* Remove dependancy on UFS' DIRBLKSIZ definition.dfr1997-04-062-12/+4
* Make vm_map_protect be more complete about map simplification. Thisdyson1997-04-061-2/+4
* Correction to the prototype for vm_fault.dyson1997-04-061-2/+2
* Fix the gdb executable modify problem. Thanks to the detective workdyson1997-04-069-198/+146
* Instead of testing for both SELDI and SELDO in SSTAT0 in the poll for workgibbs1997-04-051-5/+5
* Fix a bug in the selection timeout handler that was introduced when thegibbs1997-04-051-38/+52
* Change IPX to use the pr_usrreqs structure.jhay1997-04-055-414/+565
* Synchronize with sys/i386/conf/options.i386 revision 1.39.kato1997-04-052-8/+8
* Synchronize with sys/i386/isa/sioreg.h revision 1.8.kato1997-04-051-15/+1
* Synchronize with sys/i386/isa/sio.c revision 1.162.kato1997-04-052-46/+106
* Fix linux_getdents so that it can cope with filesystems which translatedfr1997-04-052-20/+92
* Moved COMCONSOLE, CONADDR and CONUNIT to defunct options.bde1997-04-052-8/+8
* Removed defaults for dead options CONADDR and CONUNIT.bde1997-04-053-45/+3
* Use device flags instead of options for serial console configurationbde1997-04-053-69/+159
* Support NFS cookies in VOP_READDIR, allowing ext2fs filesystems to bedfr1997-04-052-0/+52
* Recognize ZNYX 314 cards that have a MAC address with the low bit set.phk1997-04-052-4/+4
* Implement dkstats for worm devices so they show up in iostat et al.jkh1997-04-041-1/+22
* Add a 1ms delay in the XS_BUSY case. This is the same error code returnedgibbs1997-04-041-1/+6
* Now that we use AAP, we have to explicitly unpause the sequencer whengibbs1997-04-041-2/+11
* Add missing Id that was lost when the sequencer file format changed.gibbs1997-04-041-0/+2
* Eliminate some function calls when locale not usedache1997-04-041-6/+4
* Speedup in case locale not usedache1997-04-041-2/+6
* Fix various bugs in the locking protocol, allowing proper shared locksdfr1997-04-0410-48/+14
* [Previous comment was incorrect for these files]dfr1997-04-044-4/+4
* Add a function vop_sharedlock which a copy of vop_nolock without thedfr1997-04-046-8/+194
* Add some debugging macros for tracing VFS locking bugs.dfr1997-04-041-1/+40
* Deleted <pc98/pc98/pc98_device.h>.kato1997-04-042-10/+2
* Synchronize with sys/i386/isa/syscons.c revision 1.208.kato1997-04-041-1/+4
* Synchronize with sys/i386/isa/wd.c revision 1.128.kato1997-04-041-5/+48
* Killed unnecessary vp == NULL check after namei.dg1997-04-041-5/+1
* Oops, only free component name buffer if namei() didn't. This bug hasdg1997-04-041-3/+4
* NOOP commit to correct the comment for the last commit:gibbs1997-04-041-1/+1
* Various fixes:dg1997-04-041-22/+21
* When not using SCB paging, we can always directly index the SCB of interestgibbs1997-04-042-28/+24
* Lose the vnode lock on a permissions failure.dg1997-04-041-2/+4
* Make the default VERASE key the <-- key and remove root'sbrian1997-04-033-3/+12
* Resolve conflicts created by import.darrenr1997-04-032-18/+21
*-. This commit was generated by cvs2svn to compensate for changes in r24586,darrenr1997-04-0320-638/+1810
|\ \
| | * Really import sys/netinet changes for IP Filter 3.2alpha4 this time.darrenr1997-04-0310-319/+905
| * | Really import sys/netinet changes for IP Filter 3.2alpha4 this time.darrenr1997-04-0310-319/+905
* | | Moved prototypes of scsi_data, scsi_link and proc before scsi_adapter.kato1997-04-031-9/+9
* | | Removed <mv/lock.h> and <mv/vm_map.h>.kato1997-04-031-2/+0
* | | Synchronize with sys/i386/confi/files.i386 revision 1.158.kato1997-04-032-6/+6
* | | If flag 0x4000 (Sleephack) is defined, assume that the disk is sleepingphk1997-04-031-3/+35
* | | The code which recovered from a modified directory situation did not checkdfr1997-04-032-2/+16
* | | make obj before building the aic7xxx assembler. This puts the objectgibbs1997-04-032-6/+6
* | | CFLAGS += -I. so that building in an obj directory works.gibbs1997-04-032-2/+6
* | | Reorganize elements of the inpcb struct to take better advantage ofdg1997-04-039-31/+38
* | | Don't incorrectly set P_SUGID in setre[ug]id() for no reason, as noticedpeter1997-04-021-5/+9
OpenPOWER on IntegriCloud