summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Keep track of the devconf state.bde1994-12-273-6/+21
* Fix panic for `cp -p' by root to an msdos file system. Improve handlingbde1994-12-276-58/+114
* Fixed two security holes in the pcmmap() function.dg1994-12-273-9/+9
* Add a patch that someone on the net has used to run on his IBM Thinkpad.ats1994-12-263-3/+24
* Add examples for the sony and the panasonic drivers.ats1994-12-263-3/+21
* Correct the devices.i386 for the major numbers. 8 was already used nowats1994-12-263-4/+7
* Add entries for the sony and panasonic drives and drivers.ats1994-12-251-2/+46
* Merge several probe diagnostics into one.ache1994-12-244-54/+40
* Fix comments on dk_wds and dk_wpms to match code. Improve comment onbde1994-12-241-4/+4
* Fix the "wds" count stat.bde1994-12-241-2/+2
* Fix the "wd" count stat. The seek and xfer stats are still very bogusbde1994-12-241-2/+2
* Really fix the "byte" count stat. `wd's are actually blocks of 32 16-bitbde1994-12-241-2/+2
* Obtained from: 1.1.5bde1994-12-243-12/+30
* Revert last patch - it's wrong.dg1994-12-231-2/+2
* Fixed byte count stat.dg1994-12-231-2/+2
* Warning and weak reference macros which are used to generate link-timenate1994-12-231-2/+20
* Document some of the fields used by the new shlib code.nate1994-12-231-1/+6
* Do vm_page_rename more conservatively in rcollapse and qcollapse, anddg1994-12-231-4/+9
* Initialize b_vnbuf.le_next before returning a new buffer in getpbuf anddg1994-12-232-4/+8
* Protect vnode buffer chain manipulation with splbio to prevent listdg1994-12-232-2/+16
* Restore my changes in rev 1.11 that Garrett killed in his commit.dg1994-12-223-6/+6
* Make arp_rtrequest() static since nobody needs to referene it any more.wollman1994-12-222-4/+3
* Move ARP interface initialization into if_ether.c:arp_ifinit().wollman1994-12-2217-79/+44
* Add support for -v option passed to boot loader (bootverbose).se1994-12-222-6/+12
* Added SCSI_DATA_OUT to flags passed to the device driver in sd_dump()se1994-12-221-2/+2
* Added `ds', a black-hole network interface.wollman1994-12-225-6/+239
* Removed bogus semicolon at end of a #define line.dg1994-12-221-2/+2
* Fixed a benign off by one error.dg1994-12-221-2/+2
* Print `slicename' and not a bogus pointer in diskerr()bde1994-12-222-4/+4
* Add generic part of generic multiple-physical-interface support (thewollman1994-12-213-3/+18
* 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
OpenPOWER on IntegriCloud