summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed declarations of recently deleted variables and cleaned upbde1996-09-141-6/+6
* Potentially saved a whole 4 bytes and reduced bogusness by eliminatingbde1996-09-142-5/+4
* Clean up some more problems with freeing busy or wired pages. Thedyson1996-09-141-6/+12
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-142-5/+6
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-141-1/+1
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-1412-25/+40
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-142-4/+4
* Removed another devconf leftover. A fat devconf support function wasbde1996-09-142-122/+56
* Fixed Id.bde1996-09-141-1/+1
* Move TCPCTL_KEEPINIT to end of MIB list (sigh)pst1996-09-131-4/+4
* Make the misnamed tcp initial keepalive timer value (which is really thepst1996-09-136-14/+21
* Receipt of two SYN's are sufficient to set the t_timer[TCPT_KEEP]pst1996-09-132-12/+24
* Don't use __dead in the kernel. It was an obfuscation for gcc >= 2.5bde1996-09-136-19/+17
* Made debugging code (pmap_pvdump()) compile again so that I can test LINT.bde1996-09-132-4/+8
* Removed another devconf leftover.bde1996-09-131-9/+6
* Don't compile a 256-byte unused table in the pca driver.bde1996-09-132-1/+4
* Added undocumented option SPX_HACK.bde1996-09-133-3/+6
* A modification that allows the driver strategy to modify thedyson1996-09-131-2/+3
* Back out typo introduced by latest commit.asami1996-09-121-2/+2
* Another round of merge/update.asami1996-09-1275-724/+1186
* Primarily a fix so that pages are properly tracked for beingdyson1996-09-122-70/+124
* Added a struct tag `fsid' for fsid_t so that sysproto.h can declarebde1996-09-121-2/+2
* Make userconfig two (default: on) options:phk1996-09-1112-16/+52
* The intended usage is:phk1996-09-112-0/+100
* Add #ifdef for RAWBOOT.phk1996-09-112-27/+54
* Add "rawboot", sort the subdirs.phk1996-09-111-2/+2
* Fixed so that the card will go into promiscuous mode for BPF.nate1996-09-111-3/+2
* bzero the entire at_ifaddr struct we malloc, not just the first part of it..julian1996-09-111-1/+1
OpenPOWER on IntegriCloud