summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix an spl window, a page manipulation at interrupt time that wasdyson1996-09-201-28/+84
* Add the utrace(caddr_t addr,size_t len) syscall, that will store thephk1996-09-198-6/+65
* In sys/time.h, struct timespec is defined as:nate1996-09-1931-199/+199
* Fixed bug with reversed trunc/round_page() in madvise...start must bedg1996-09-191-3/+3
* Implemented a better, dynamic, mechanism for adjusting the transmitdg1996-09-192-4/+38
* Various de-bogotifications of userconfig.phk1996-09-191-11/+18
* Add APM_IDLE_CPU option, that is off by default.phk1996-09-196-9/+15
* Add a new sysctl variable kern.sominqueue to override the MINIMUM queuepst1996-09-193-6/+16
* Increased transmit threshold to 1024 bytes to fix a problem with underrunsdg1996-09-182-4/+4
* Add needed spl protection, and some minor cleanups in vfs_vmio_release.dyson1996-09-181-8/+14
* Updated driver to a newer version from Matt Thomas, preserving our localdg1996-09-183-953/+1429
* .TARGETOBJDIR has been removed from make and CANONICALOBJDIR set inswallace1996-09-181-2/+2
* Argh, I have had one "uid 0 on /: file system full" too many. The problempeter1996-09-171-2/+4
* Re-enable conf82371fb2 now that I have verified that it works, even ifrgrimes1996-09-161-5/+1
* Fix something that has annoyed me since day one of userconfig: when thephk1996-09-151-6/+10
* Removed iprintf(). It was copied to db_iprintf() in ddb.bde1996-09-152-40/+2
* Attached vm ddb commands `show map', `show vmochk', `show object',bde1996-09-145-108/+133
* Attached simple external ddb commands `show rtc', `show pgrpdump'bde1996-09-148-43/+50
* Support statically attaching of ddb commands in non-ddb modules.bde1996-09-142-41/+111
* Moved instantiation of `poff' to sys.c. It is no longer used in disk.c.bde1996-09-142-24/+30
OpenPOWER on IntegriCloud