summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change the errors in the XT_KEYBOARD patch. red in the face. Thanks Bruce.ats1994-12-313-15/+15
* Handle both channels of Twin channeled devices. Respect the configurationgibbs1994-12-313-483/+852
* Handle the aic7770 driver's dependancies correctly.gibbs1994-12-315-10/+34
* Update the sequencer code to handle both channels of Twin channel devices.gibbs1994-12-313-162/+432
* Really provide support for 3COM cards now.jkh1994-12-313-3/+15
* Another part of Bill Paul's fix to swapgeneric to properly use the -a flag.jkh1994-12-311-2/+2
* From Bill Paul:jkh1994-12-313-32/+71
* Miscellaneous changes from Bill Paul:jkh1994-12-315-27/+237
* From: Luigi Rizzo <luigi@labinfo.iet.unipi.it>jkh1994-12-311-0/+2
* Fix problem when attached process detachedache1994-12-312-2/+10
* Changes to allow keypad 5 produce \E[E like SCO/ANSI term doesache1994-12-313-36/+36
* From: "Serge V.Vakulenko" <vak@gw.cronyx.msk.su>jkh1994-12-311-1761/+1214
* 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
OpenPOWER on IntegriCloud