summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make the "distribute" target build the "des" distribution. Make des'edphk1994-11-1411-13/+66
* strncmp use wrong utmp name sizeache1994-11-141-2/+2
* Check exit code of the dialer, from asa@gw.cronyx.msk.suache1994-11-141-3/+4
* "distribute" games into their own distribution.phk1994-11-142-1/+3
* Remove unused variable from previous commitache1994-11-142-4/+2
* Add model autodetection code, idea from burgess@s069.infonet.netache1994-11-142-8/+88
* Rewrite almost everything.bde1994-11-142-266/+600
* Log processes that exit with an masked npx exception that would trapbde1994-11-143-24/+63
* Hide the declaration of ffs() if an inline ffs() is implemented.bde1994-11-142-2/+6
* 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
OpenPOWER on IntegriCloud