summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Oops, the previous commit got the diff for the log message instead ofbde1994-11-142-2/+2
* (Bogus several hundred line diff for a log message deleted. See rev 1.91bde1994-11-142-46/+46
* Move declarations of atdevbase and rtcin() to cpufunc.h (a less wrongbde1994-11-142-24/+10
* Remove 1.5+K of bloat for unused idt entries.bde1994-11-142-26/+40
* Remove extra idempotency ifdef and uniformize the other one.bde1994-11-142-18/+12
* Declare inline functions as __inline and with new-style parameter listsbde1994-11-142-24/+26
* Declare fuswintr() and suswintr() the same as fusword() and susword().bde1994-11-141-6/+8
* if.h:bde1994-11-142-6/+10
* Update stupid declaration in comment to match code.bde1994-11-141-4/+12
* Move declarations of public functions to <sys/sysctl.h>.bde1994-11-141-11/+4
* Declare a complete prototype for the function pointer *ext_free and thebde1994-11-141-5/+6
* Add prototype for vfinddev().bde1994-11-141-1/+2
* Remove unused `struct disklabel' (the declarations that used it went away).bde1994-11-141-5/+4
* Undo a previous change. <sys/disklabel.h> was broken, not these files.bde1994-11-147-14/+7
* Declare `struct dkbad' with the correct scope so that everything includingbde1994-11-143-3/+9
* pmap.h:bde1994-11-142-8/+9
* Add missing define of DPADD. Remove uneccessary define SRCS. Reorderbde1994-11-141-4/+4
* Don't follow a null pointer for the reporting error if kvm_openfiles() fails.bde1994-11-141-13/+7
* Don't build an unused array of kernel names when HAVE_GETBOOTFILE isbde1994-11-141-1/+3
* Fix logic in previous commit.bde1994-11-141-1/+1
* Remove the bogus include of <sys/dkbad.h>.bde1994-11-142-4/+2
* Install shared libraries in ${SHLIBDIR} instead of in ${LIBDIR}.bde1994-11-141-4/+4
* Install shared libraries in ${DESTDIR}${SHLIBDIR} instead of inbde1994-11-141-15/+15
* This change was actually made in the previous revision:bde1994-11-141-1/+1
* Clean up some foreign makefiles a bit, attempting to handle .sh filesbde1994-11-142-16/+30
* Include <sys/types.h> early. This will be required when <stdio.h> and/orbde1994-11-141-0/+2
* Define `RANTOUCH?= ${RANLIB} -t' and use it instead of ${RANLIB} -t.bde1994-11-141-5/+8
* Define LIBEDIT, LIBGCC, LIBKVM, LIBSCRYPT and LIBY.bde1994-11-141-38/+14
* Replace strtol() by strtoul() so that "negative" addresses and masks don'tbde1994-11-141-114/+158
* Set laundry flag when transitioning an inactive page from clean to dirty.dg1994-11-141-2/+4
* Fixed bug where a read-behind to a negative offset would occur if thedg1994-11-132-19/+25
* Fixed a mis-spelling.nate1994-11-131-2/+2
* Added the DEC ethernet cards to the list of supported ethernet drivers.nate1994-11-131-1/+4
* Changed output message in interrupt-driven lp device fromnate1994-11-131-2/+2
* Add a new "distribute" target. This is a variant of install, which willphk1994-11-136-6/+46
* Added routines to read the canonical UNIX configuration file. This willphk1994-11-133-4/+267
* Fixed bugs in accounting of swap space that resulted in the pager thinkingdg1994-11-131-62/+19
* Implemented swap locking via P_SWAPPING flag. It was possible for a processdg1994-11-131-5/+11
* Added P_SWAPPING flag to implement a lock for swap in. It was possible fordg1994-11-131-2/+3
* Added support for SIOCSIFMTU ioctl. Fixed bug that caused panic at boot timedg1994-11-133-15/+48
* Add ep0 line to kernel config files.gibbs1994-11-135-5/+10
* Andres Vega Garcia's improvements to the ep driver. This driver is a merginggibbs1994-11-134-2038/+2810
* Add Matt Thomas' le0 DEPCA driver to the GENERIC kernel. This worksnate1994-11-132-2/+4
* Added VLB to the list of PC busses supported since this question comes upnate1994-11-131-16/+19
* Fix some bugs with forms that have only text fields.paul1994-11-132-3/+14
* There were some bogons with redirection to /dev/ttyv1 lurking here.jkh1994-11-132-3/+3
* Nuked ed2 - it was added for the common 16bit card case where thedg1994-11-132-4/+2
* In cases where it is possible, use the card's configured irq rather thandg1994-11-132-36/+44
* The start of a forms editor library. Currently implements text andpaul1994-11-139-3/+629
* Adjust the size of the input box. It looks a bit funkier now,jkh1994-11-131-6/+6
OpenPOWER on IntegriCloud