summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use the calibrated/adjustable i8254 frequency `timer_freq' instead ofsos1996-10-263-69/+90
* Removed initialization of a variable that went away. Oops.bde1996-10-265-25/+15
* Don't allow reassembly to create packets bigger than IP_MAXPACKET, and countfenner1996-10-255-8/+32
* Declare pointers to signal handling functions in full instead of asbde1996-10-253-8/+6
* Removed unused #includes.bde1996-10-251-14/+14
* Use macros from timmerreg.h instead of private ones.bde1996-10-252-56/+14
* Print the clock calibration messages all on one (long) line again sobde1996-10-255-105/+90
* Improved biasing of i586 clock by adjusting for hardclock() latency.bde1996-10-255-105/+130
* Removed #include of <machine/clock.h>. It is no longer used, and wouldbde1996-10-251-2/+1
* Unremoved used #include of <sys/systm.h> for the !GUPROF case.bde1996-10-251-1/+4
* - KNF cleanup.gibbs1996-10-251-170/+143
* - KNF cleanup.gibbs1996-10-254-1457/+1100
* KNF cleanup.gibbs1996-10-251-64/+64
* Go back to using DMA to get SCBs down to the adapter.gibbs1996-10-252-356/+485
* Added a missing break, so all static bins would be missed :(sos1996-10-241-1/+2
* Remove a bogus optimization in the mmap code. It is superfluous,dyson1996-10-241-24/+5
* Fix setting breakpoints in shared regions.dyson1996-10-242-14/+8
* Reviewed by: various (mailing list feedback)julian1996-10-231-2/+3
* Give ip_len and ip_off more natural, unsigned types.wollman1996-10-232-6/+6
* GNU-style changes:ache1996-10-231-10/+14
* Remove SC_KBD_PROBE_WORKS option and replace it with a simple run-time flagpst1996-10-2313-37/+43
* Another round of merge.asami1996-10-2340-3542/+705
* Account for the UPAGES in the same way as before moving the MD codedyson1996-10-232-2/+10
* Changed args to the nat functions.sos1996-10-223-6/+6
* Definitions for ioctl() accesses to PCI config space registers.se1996-10-222-0/+72
* Add support for ioctl() accesses to PCI config space registers.se1996-10-224-8/+334
* close bin/1648 libmd not 64bit safe.phk1996-10-222-5/+6
* Fix comments, which appear to have been mangled long ago and far away.fenner1996-10-211-6/+8
* When compiling with '-Wall -pedantic', the byte swapping macros gave thenate1996-10-211-3/+3
* If a large (>4096 bytes) directory was modified, the old directorydfr1996-10-214-14/+22
* Fix signed/unsigned comparison warnings.alex1996-10-205-14/+14
* Removing old isdn stuff.phk1996-10-208-101/+27
* Removing old isdn stuff.phk1996-10-2011-4751/+0
* removing old isdn stuff.phk1996-10-201-221/+0
* add flag FNM_ICASE for case insensitve searchwosch1996-10-201-1/+20
* Add four sysctl variables that joerg wanted.phk1996-10-202-2/+38
* Reword two comments.alex1996-10-191-3/+3
* Kill unnecessary test in coredump() that wasn't removed in rev 1.19dg1996-10-191-9/+2
* Changed mouse functionality a bit, now the pointer disappears ifsos1996-10-186-51/+117
* ns_nettype should be declared, not externed.jkh1996-10-181-2/+2
* Add back line for options NS, though commented out for now untiljkh1996-10-183-3/+6
* Just because something doesn't make sense doesn't mean it should be illegal..julian1996-10-171-2/+1
* DKFL_MULTI lives in flags, not in status.phk1996-10-171-2/+2
* Improved non-statistical (GUPROF) profiling:bde1996-10-1711-166/+597
* Bring back netns so that Netcon can take over support for it, as agreed.jkh1996-10-1721-0/+6021
* I'm not sure why, but Netcon's TFS filesystem code doesn't want tojkh1996-10-172-10/+18
* Added missing extern declaration of timer_freq.bde1996-10-172-16/+14
* Netcon's changes for their extended NS support. This only effectsjkh1996-10-171-11/+72
* Some very small changes to support Netcon's TFS filesystem.jkh1996-10-172-5/+7
* This patch attempts to make the pccard probe in if_ed.c work withnate1996-10-172-192/+48
OpenPOWER on IntegriCloud