summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Ugen J.S.Antsilevich's latest, happiest, IP firewall code.jkh1994-11-165-263/+518
* Fix a panic I might have seen, or at least could see some day if I havn'tphk1994-11-161-2/+3
* The previous revision forgot to define fatal_if_no_DDB() when there is DDB.bde1994-11-163-6/+16
* #include <socket.h> -> <sys/socket.h>phk1994-11-162-4/+4
* Allow MAXMEM to be larger than the detected physical memory. This changedg1994-11-162-8/+6
* From: Michael Reifenberger <root@rz-wb.fh-sw.de>jkh1994-11-151-1/+16
* Add prototype for Debugger().bde1994-11-152-2/+4
* Fix it to compile without a leftover ddb.h.bde1994-11-151-18/+24
* Remove bogus declaration of Debugger(). Call Debugger() even if DDB isbde1994-11-152-20/+16
* Remove bogus and unused declaration and definition of Debugger().bde1994-11-151-7/+1
* Remove unused definition of Debugger().bde1994-11-151-6/+1
* Remove bogus declaration of Debugger(). Change the macro for Debugger()bde1994-11-151-7/+1
* Don't define KERNEL for compiling genassym. The prototype for the systembde1994-11-153-9/+9
* Include <sys/socket.h> for declaration of struct sockaddr. This helpsbde1994-11-152-7/+12
* Include <sys/time.h> so that we compile again provided <sys/param.h> isbde1994-11-151-6/+8
* Include <sys/disklabel.h> to prepare for slices. Don't include thebde1994-11-151-2/+2
* The SYMTAB_SPACE bloatometer was 40% out of date.bde1994-11-153-6/+6
* Include <sys/systm.h> to get inlines for spl*() so that LINT kernel links.bde1994-11-159-15/+24
* Disable prototypes that conflict with ones in <netinet/in_pcb.h>. Thebde1994-11-151-2/+5
* Make gdt_segs[] public again for APM.bde1994-11-154-16/+32
* Fix type mismatches exposed by a recently added prototype.bde1994-11-152-8/+8
* scsiconf.h:ats1994-11-142-6/+6
* 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
* Remove the bogus include of <sys/dkbad.h>.bde1994-11-142-4/+2
* 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
* 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-131-1/+7
OpenPOWER on IntegriCloud