summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Change swapping policy to be a bit more aggressive about finding adg1994-12-181-5/+6
* Check for PG_FAKE too in pmap_object_init_pt.dg1994-12-182-6/+6
* Add two more page table pages to keep 64MB machines happy.dg1994-12-182-4/+4
* Fix possible off by one in b_save allocation size.dg1994-12-181-2/+2
* Bump LINT's symtab space.jkh1994-12-173-6/+6
* Fix a few nasties in the conversion.jkh1994-12-171-3/+2
* Add Fred Cawthorne's GPIB driver.jkh1994-12-179-7/+1405
* Changed splimp to splhigh to close a potential hole that could leaddg1994-12-171-3/+3
* Uncomment DISKSLICE; it should work now (for drivers that support it).bde1994-12-163-9/+6
* Continue implementing disk slices and labels for the vn driver. Everythingbde1994-12-161-16/+38
* Duplicate readdisklabel() and writedisklabel() and remove DOS stuff frombde1994-12-162-14/+290
* Separate go-away code from dsinit() to produce dsgone().bde1994-12-161-16/+27
* Add prototype for dsgone. Remove prototype for nonexistent dswlabel.bde1994-12-161-1/+1
* Don't push/pop the return-val register. (DUH!)phk1994-12-162-6/+2
* Grumble, try to remember what assembler syntax is used :-/phk1994-12-162-10/+8
* Be much more carefull about what we leave in unused registers when we callphk1994-12-162-4/+24
* Remove sd1-sd3 & st1, now that we can autoallocate them.phk1994-12-165-28/+8
* Allocate all scsi-devices on the fly, not just CDs.phk1994-12-164-110/+218
* Rudimentry bsd-audio emulator for VAT support using FreeBSD's voxware package.pst1994-12-162-0/+428
* An inconsequential #ifdef Bruce forgot.phk1994-12-161-0/+2
* Protect kmem_map modifications with splhigh() to work around a problem withdg1994-12-151-3/+19
* Fix PR 59: don't allow TCP connections withmulticast addresses at eitherwollman1994-12-151-1/+22
* Fix bug around VOP_READDIR, now takes 6 parameters not 4.sos1994-12-141-7/+7
* Make rtq_reallyold user-configurable via sysctl.wollman1994-12-142-2/+9
* Actually enable NTP kernel PLL. (Oops!)wollman1994-12-143-4/+5
* Call rtalloc_ign() so that protocol cloning will not occur at the IP layer.wollman1994-12-132-6/+17
* Implemented rtalloc_ign().wollman1994-12-131-0/+10
* Update calls to rtalloc1().wollman1994-12-133-9/+9
* Update calls to rtalloc1(). Also merge rt_prflags with rt_flags.wollman1994-12-132-16/+27
* Update calls to rtalloc1() to match.wollman1994-12-136-22/+24
* Add support for two separate cloning flags, one set by the lower layers,wollman1994-12-136-23/+46
* Add ahc driver, more symtab space.wollman1994-12-133-9/+15
* Delete `HZ' option; it's only of use to Bruce and screws up the NTP PLLwollman1994-12-133-12/+15
* lsdev paniced the machine when 2 (or more) ide controllers are installed.guido1994-12-131-2/+2
* Add clear one accounting entry control.ugen1994-12-133-114/+172
* Late patch for delete control..ugen1994-12-121-18/+17
* Add match by interface from which packet arrived (via)ugen1994-12-125-78/+128
* Fix numerous timestamp bugs.bde1994-12-1212-82/+92
* Obtained from: my fix for 1.1.5bde1994-12-121-1/+4
* Obtained from: my old fix for 1.1.5bde1994-12-123-48/+126
* Don't mess with already freed structures when a process is being rundg1994-12-121-13/+15
* Implement disk slices and labels for the vn driver. This is intended mainlybde1994-12-121-11/+93
* diskslice_machdep.c implements reading and checking of DOS slice tables.bde1994-12-122-0/+424
* subr_diskslice.c implements everything related to slices and labels exceptbde1994-12-122-0/+680
* Add old options HZ, VN, ALLOW_CONFLICT_DRQ, ALLOW_CONFLICT_MEMADDR,bde1994-12-113-9/+102
* Add i386/isa/diskslice_machdep.c. This will eventually replace readMBR.c.bde1994-12-112-10/+12
* Add kern/subr_diskslice.c, kern/subr_dkbad.c.bde1994-12-111-2/+4
* disklabel.h:bde1994-12-115-66/+271
* Declare d_strategy_t here and use it to declare strategy functions.bde1994-12-112-18/+22
* Move declaration of d_strategy_t to <sys/conf.h>.bde1994-12-111-2/+5
OpenPOWER on IntegriCloud