summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change major number to match the one actually used (whoops!).jkh1997-12-262-2/+2
* Rename "i586_ctr" to "tsc" (both upper and lower case instances).phk1997-12-2622-290/+290
* ename "i586_ctr" to "tsc" (both upper and lower case instances).phk1997-12-265-13/+13
* Reorder to a more conventional if/then/else/endif structure.phk1997-12-261-14/+11
* Fix some breakage that prevented the Plasmon burners from being usedjoerg1997-12-261-67/+66
* The ioopt code is still buggy, but wasn't fully disabled.dyson1997-12-251-2/+3
* Make kern.ncpu reports the number of detected processors when runninggpalmer1997-12-251-1/+8
* The spl fixes in in_setsockaddr and in_setpeeraddr that were meant todg1997-12-251-11/+17
* Support running with inadequate swap space. Additionally, the codedyson1997-12-242-8/+16
* - Add prototype for adjust_timeout_calltodo().nate1997-12-241-1/+5
* Add a PARITITON arg to SCSI_MKFIXED, and use it tobrian1997-12-232-5/+10
* This patch causes the "calltodo" timer list to be decremented by the amountnate1997-12-235-7/+236
* Document `flags' for the psm driver.yokota1997-12-233-3/+33
* Removed unnecessary setting of 'error' -- binding to a privileged portalex1997-12-231-2/+2
* Improve my copyright.dyson1997-12-221-11/+4
* Improve my copyright.dyson1997-12-221-9/+2
* Correct my previous fix for the UPAGES problem.dyson1997-12-222-10/+6
* Hopefully fix the problem with the TLB not being updated correctly.dyson1997-12-222-10/+14
* Properly clean out the SI_MOUNTEDON flag iff the mount attempt failsjoerg1997-12-212-2/+4
* Moved some declarations from <sys/socket.h> to the correct places, andbde1997-12-214-11/+15
* I added vfs_ioopt prematurely, disabled.dyson1997-12-211-2/+2
* Duplicate the entry for the Plasmon CD-R device, so both possibilitiesjoerg1997-12-201-4/+7
* Protect against a null pointer dereferencation in the case of anjoerg1997-12-201-1/+12
* Add a copyright and license notice, on Jordan's request.sef1997-12-201-1/+33
* Remove bogus #ifdef INET - SLIP doesn't compile without INET.eivind1997-12-201-3/+1
* Make the class code checks in function pci_cfgcheck less strict.se1997-12-206-12/+12
* Clear the p_stops field on change of user/group id, unless the correctsef1997-12-206-27/+58
* Sync with sys/i386/conf/Makefile.i386 revision 1.106.kato1997-12-202-6/+8
* Ifdefed some conditionally used declarations.bde1997-12-202-2/+6
* Removed a stray semicolon.bde1997-12-201-2/+1
* Added a used include.bde1997-12-204-24/+36
* Fixed a sloppy common-style declaration.bde1997-12-202-1/+4
* Fixed gratuitous ANSIisms.bde1997-12-202-4/+7
* Don't use ANSI string concatenation to misformat a string.bde1997-12-193-15/+15
* Removed a stale comment. (We don't declare ip_len and ip_offset asbde1997-12-191-5/+1
* Use __inline instead of inline to prevent pedantic compiler warnings.bde1997-12-193-12/+12
* Removed some bogus casts.bde1997-12-191-3/+3
* Made N_TXTADDR() work for kernels (assume that a ZMAGIC file with anbde1997-12-191-2/+6
* MALLOC->mallocache1997-12-191-3/+3
* Set the sender's low watermark to match the maximum size for atomicbde1997-12-192-2/+4
* Change bogus usage of btoc to atop. The incorrect usage of btoc wasdyson1997-12-191-13/+12
* Fixed namespace pollution in previous commit.bde1997-12-191-5/+3
* SUNIT: use MALLOC/FREE and M_NOWAITache1997-12-191-4/+8
* Some performance improvements, and code cleanups (including changing ourdyson1997-12-1911-31/+479
* Fix an incredibly horrible bug in the ipfw codejulian1997-12-193-11/+16
* Correct the check for multiword dma. It was incorrectly checkingdyson1997-12-191-2/+2
* Augment $PATH to ensure searching of /sbin and /usr/sbin for sysctlbde1997-12-183-9/+12
* Fixed a missing splx(s) bug in tcp_usr_send().dg1997-12-181-2/+3
* Call in_pcballoc() at splnet(). As near as I can tell, this won't fixdg1997-12-182-8/+18
* Add missing references to Xcpuast, get_isrlock and checkstate_probed_cpuspeter1997-12-181-1/+4
OpenPOWER on IntegriCloud