summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the linker set stab types: N_SETA N_SETT N_SETD N_SETB N_SETVpeter1996-10-011-1/+8
* Dont make splash screen the default :)sos1996-09-303-6/+3
* Fix a couble of nasties regarding mouse pointer and differentsos1996-09-308-311/+546
* if we jump the time, we need to check all the process real interval timers.julian1996-09-301-2/+5
* Work around UMC8669F and Startech UART bugs by not writing to thebde1996-09-303-33/+108
* Whaddya know, visual userconfig sort of supports pci, but the supportbde1996-09-301-5/+6
* Added "memory" to clobber list in invlpg(). It needs it if invltlb()bde1996-09-292-40/+42
* Started unspamming <sys/systm.h>. Don't include <machine/stdarg.h>bde1996-09-292-5/+7
* Backed out one of my "performance optimizations" as it results in sometimesdg1996-09-292-18/+26
* Essentially rename pmap_update to be invltlb. It is a very machinedyson1996-09-2810-106/+104
* Fixed undeclared variables for the !(PQ_L2_SIZE > 1) case.bde1996-09-281-4/+3
* Fixed bitrot in the read-only attribute:bde1996-09-281-5/+4
* Oops, read-only is spelled RD here.bde1996-09-281-21/+21
* Fixed bitrot in the read-only attribute:bde1996-09-281-26/+23
* Restored my change in rev.1.119 which was clobbered by the previous commit.bde1996-09-282-4/+8
* Move pmap_update_1pg to cpufunc.h. Additionally,dyson1996-09-284-98/+78
* Correct vget by removing a window where a vnode can potentially go away.dyson1996-09-282-6/+6
* Reviewed by:dyson1996-09-284-84/+111
* Added -I- to ${INCLUDES}. This makes 4.4Lite's (mis?)use of "foo.h"bde1996-09-273-9/+6
* Some warning cleanups. There were some needless casts that also causedpeter1996-09-272-30/+24
* part 2 of the bsdi compat tweak attempt. I believe that BSDI use bothpeter1996-09-272-2/+8
* Apparently, BSDI have a new system call gate. I was experimentingpeter1996-09-272-4/+6
* Drat, missed this prototype for random_select().peter1996-09-272-2/+4
* I've been meaning to commit this for months. Implement select()peter1996-09-274-6/+96
* Fix a couple of bugs causing false positivespst1996-09-261-6/+3
* Fixed a few hundred warnings (2400 in LINT) for signed vs unsignedbde1996-09-242-12/+26
* Eliminated includes of the "temporary" backwards compatibility headerbde1996-09-241-7/+7
* call srandom() during the boot to start the sequence with a slightly lesspeter1996-09-231-1/+9
* add simple srandom() and prototypepeter1996-09-232-3/+12
* add forgotten $Id$wosch1996-09-223-1/+5
* Remove the extra length field from the utrace entries. It's redundant.phk1996-09-222-16/+6
* Reformatted FreeBSD additions to match 4.4Lite style. Mixed tabs andbde1996-09-221-7/+7
* Fixed a bug with the management of the pointer to the first TxCB in thedg1996-09-222-98/+76
* Remove the code that renices +4 a process that has had 10 minutes ofgpalmer1996-09-221-7/+2
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:bde1996-09-2144-199/+288
* Include <sys/filio.h> explicitly - don't depend on <machine/soundcard.h>bde1996-09-211-0/+1
* Moved the prototype for ioctl() from <sys/ioctl.h> to <sys/ioccom.h>bde1996-09-212-10/+12
* I don't understand, I committed this fix (move a counter and fixed a typo)pst1996-09-212-8/+6
* Syntax error: so_incom -> so_incompache1996-09-212-4/+4
* Fiexed CFLAGS. Compiling things in the kernel without -O now causesbde1996-09-211-2/+2
* If the incomplete listen queue for a given socket is full,pst1996-09-202-10/+36
* Don't include <sys/conf.h> for the kernel in disk-related headers.bde1996-09-2011-39/+38
* Changed an arg name in the pseudo-prototype for bzero() to matchbde1996-09-203-69/+84
* Fixed lots of warnings from gcc-2.7.x about "left-hand operand ofbde1996-09-201-3/+2
* Fixed a bug in the receive buffer allocation code that resulted in adg1996-09-202-10/+28
* Handle ICMP codes defined in RFC1812 more appropriatelypst1996-09-201-1/+7
* Whoops, I should've used the LINT config file. More ts -> tv changesnate1996-09-204-18/+18
* Whoops, I should've used the LINT config file. More ts -> tv changesnate1996-09-208-48/+48
* Add back shutdown support, this time using the at_shutdown() mechanism.dg1996-09-202-28/+22
* When the devconf stuff was ripped out of the kernel, the ripper neglecteddg1996-09-202-36/+34
OpenPOWER on IntegriCloud