summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a #define for if_rawoutput(), which isn't used now, but eventually willwollman1994-12-211-1/+2
* Avoid a serious race by blocking netisrs while walking the route tree.wollman1994-12-211-6/+6
* Correct sysctl info so that net.inet.ip.rtexpire is actually accessible.wollman1994-12-211-2/+2
* Remove get status from probe, confuse LU002ache1994-12-212-10/+6
* stbytes miss by one for new modelache1994-12-212-8/+8
* Don't ever clear B_BUSY on a pbuf (or any other flag for that matter).dg1994-12-192-7/+5
* Insert a hook to initialize the serial port at the beginning ofjoerg1994-12-181-1/+9
* This became a frequently requested item now.joerg1994-12-183-0/+709
* Initialize syscons also in cases where it ain't the system's consolejoerg1994-12-183-3/+12
* Ooops, i forgot one NVT > 0 in a previous commit. Now pcvt will alsojoerg1994-12-182-4/+4
* Move the code providing the equivalent of ICRNL for console input fromjoerg1994-12-185-10/+13
* Pass the slice number of the boot device to the kernel in the previouslybde1994-12-184-9/+16
* Make sure we allocate at least 8 scbus if we allocate any at all.phk1994-12-181-1/+9
* > ../../i386/isa/if_le.c still has a mountain of warnings.. Anyone keenphk1994-12-181-7/+13
* Unbogify the size being passed to bzero when clearing struct softc.dg1994-12-183-6/+6
* Move page_unhold's in pmap_object_init_pt down one line to gard againstdg1994-12-182-6/+6
* Fixed multiple bogons with the map entry handling.dg1994-12-181-8/+8
* Fix bug in sysctl_string so that when a string has a length that is toguido1994-12-181-2/+2
* Add a 'vn' to GENERICjkh1994-12-182-4/+6
* Fixed bug where statically allocated map entries might be freed to thedg1994-12-181-4/+7
* 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
OpenPOWER on IntegriCloud