summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* icu.s:bde1994-12-306-393/+201
* spl.h:bde1994-12-301-8/+7
* Change an 0 to WHOLE_DISK_SLICE.bde1994-12-302-2/+2
* Print "(null)" instead of "<null>" for NULL string args for consistencybde1994-12-301-5/+3
* Avoid compiler warnings for overflow in ~(__LDPGSZ - 1).bde1994-12-301-2/+2
* Clean up previous commits (format for 80 columns...).bde1994-12-301-7/+8
* Save 16 bytes of data by not explicitly initializing to 0.bde1994-12-301-2/+2
* Moved declaration of ifnet pointer out of the header file and into thedg1994-12-302-3/+5
* Fix specification of octal constants.dg1994-12-301-7/+7
* Make printf() a bit more robust and allow NULL strings (print them asdg1994-12-281-1/+7
* Fixed multiple bugs that cause null pointers to be followed or FREEed datadg1994-12-282-27/+30
* Move INSTALL?=install line duplicated into each .mk to sys.mkache1994-12-281-3/+1
* Use the same current time throughout ffs_update().bde1994-12-271-11/+27
* Use the same current time throughout ITIMES(). I want all currentbde1994-12-273-21/+45
* 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
OpenPOWER on IntegriCloud