summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reversed my patch from yesterday. "eisa" if >= 0x1000.phk1994-09-132-4/+4
* Made SLIP MTU configurable via ifconfig(8). Changed default MTU to 552dg1994-09-131-34/+54
* Added prototypes for cblock_alloc_cblocks and cblock_free_cblocks.dg1994-09-131-1/+3
* Removed prototype for cblock_alloc_cblocks (and moved it into tty.h).dg1994-09-132-6/+2
* Added SYSV ipcs.dfr1994-09-1318-10/+3135
* Two minor nits, a printf wasn't #ifdef PAS_DEBUG'ed and probe should return 4.phk1994-09-131-2/+4
* Only say eisa if ((ioaddr & 0xfff) >= 0x400)phk1994-09-132-4/+4
* Added DSI_SOFT_MODEMphk1994-09-133-3/+6
* Digicom Systems Inc, makes "softmodems". What this means is simply thatphk1994-09-133-6/+492
* Add an ioctl to download microcode to DSI softmodem.phk1994-09-131-1/+3
* Forgot to check this important file in.wollman1994-09-131-20/+32
* Pollution-control header file generated by new makesyscalls.sh.wollman1994-09-131-0/+216
* Added namespace information for future pollution-control measures.wollman1994-09-133-245/+249
* Fixed a bug I introduced when fixing the rss limit code. Changed swapoutdg1994-09-122-8/+15
* Re-enabled check for low clist condition.dg1994-09-121-3/+2
* Eliminated a whole pile of ancient (we're taking 4.3BSD) VM systemdg1994-09-1212-323/+24
* Don't deactivate pages in 0-refcount objects. Added a couple of missingdg1994-09-121-23/+19
* Limit p_estcpu to UCHAR_MAX to keep it within reasonable bounds - elsedg1994-09-121-3/+5
* Deleted the pccons driver from the files.i386, added the seagate driverats1994-09-115-25/+16
* Delete the extra's int nosys(); declarations like the new makesyscall.shats1994-09-111-5/+2
* Change the makesyscalls.sh to only generate one line for the externalats1994-09-111-2/+5
* Better definitions for the NCR 5380 chip.phk1994-09-111-23/+109
* ProAudioSpectrum 16 {Zilog|Ncr} 5380 based SCSI-driver.phk1994-09-111-529/+469
* Be more careful about dereferencing curproc, p_vmspace, and curpcb,dg1994-09-113-36/+60
* Fixed problem with no swap on boot device, but there is some on andg1994-09-111-3/+7
* Change "asm" to "__asm" - makes it possible to compile code withcsgr1994-09-101-6/+6
* Brought over two fixes from 1.1.5; this now makes this driver "up to date"dg1994-09-101-3/+6
* Define new MIB variable, hw.floatingpoint, which is true if FP hardwarewollman1994-09-095-12/+20
* Remove *_SAVER syscons options - I don't know how they go in here:csgr1994-09-095-19/+5
* Disable IPMULTICAST_VIF socket option when MROUTING is not defined,wollman1994-09-091-2/+3
* Don't include options MULTICAST or MROUTING in generic kernels. MULTICASTwollman1994-09-095-9/+18
* Fixed a couple of typos which made S_ISFIFO and S_ISSOCK return true fordfr1994-09-091-3/+3
* Relaxed panic in fdesc_setattr() to just return error.dg1994-09-092-4/+4
* Fixed off by one error in referencing an array.dg1994-09-092-6/+6
* Made SLMTU kernel config'able.dg1994-09-091-1/+3
* Added the psm driver from 1.1.5.dfr1994-09-094-0/+594
* Fixed some confusion between the size of a logical block and the size of adfr1994-09-096-12/+22
* Recycle cdev 20, sound blaster driver is long since deceased.jkh1994-09-081-12/+17
* Quote the first arg to _IO(). Not quoting it didn't matter becausebde1994-09-081-4/+5
* Get all the definitions from DEFS.h and not directly from asmacros.hbde1994-09-082-8/+24
* Remove <machine/eflags.h> and all dependencies on it. eflags.h is justbde1994-09-085-40/+33
* The mrt_ioctl goop properly depends on MROUTING, not MULTICAST. (Oof!)wollman1994-09-081-2/+2
* Reviewed by: Stefan Esserse1994-09-071-2/+2
* Removed MULTICAST ifdef's; it's no longer optional. Cleaned up code adg1994-09-072-392/+192
* unifdef -DMULTICAST, since multicast support is always enabled in 4.4.wollman1994-09-072-40/+2
* Initial get-the-easy-case-working upgrade of the multicast codewollman1994-09-0614-937/+2404
* This commit was generated by cvs2svn to compensate for changes in r2528,se1994-09-061-0/+310
|\
| * Reviewed by: Stefan Esser <se>se1994-09-061-0/+310
* | Reviewed by: Stefan Esser <se>se1994-09-062-4/+6
* | Reviewed by: Stefan Esser <se>se1994-09-062-4/+4
OpenPOWER on IntegriCloud