summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert poll() for UFS files to traditional behavior where polling for read-wollman1997-12-171-0/+2
* Regenerate (fix argument of linux_nice).kato1997-12-173-4/+4
* I should not edit linux_prot.h directly. Fix the argument of linux_nice.kato1997-12-172-4/+4
* EXT2FS and MSDOSFS to the opt_dontuse bin.eivind1997-12-161-1/+3
* Fix my typo.eivind1997-12-161-2/+2
* Make LINT compile again after wollman introduced poll() here.eivind1997-12-161-2/+2
* Regenerate after changing makesyscalls.sh.eivind1997-12-162-2/+2
* Move around opt_compat include to accomodate Linulator brokenness (foreivind1997-12-161-3/+4
* Make hidden COMPAT_43 dependencies explict. Options in headers is aeivind1997-12-163-2/+8
* Handle COMPAT_43 define -> option change.eivind1997-12-161-4/+7
* Whoops - fix this after yesterday's IPX option changes. Also fixeivind1997-12-161-3/+12
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-1643-43/+122
* Fix bug where a struct buf was free()'d back to the system malloc pool.dg1997-12-161-4/+3
* Don't use PG_N if EPSON PC-486HX/HG/HA (PC-9801 compatible) arekato1997-12-162-2/+42
* Convert SUIDDIR fully to a new-style option.eivind1997-12-154-3/+6
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-1525-27/+66
* Sync with sys/i386/i386/microtime.s revision 1.35.kato1997-12-151-1/+3
* As described by the submitter:msmith1997-12-154-2/+140
OpenPOWER on IntegriCloud