summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1999-01-20Clear regs on process startup; from NetBSDNiklas Hallqvist
1999-01-20Remove stack reset that was incompatible with kthread rfork useNiklas Hallqvist
1999-01-19Single Unix specification 2 says that rmdir(".") should suceed or give EBUSYArtur Grabowski
1999-01-19don't define SIMPLELOCK_DEBUG when DEBUG is definedArtur Grabowski
1999-01-19Add isa_intr_check functionalityNiklas Hallqvist
1999-01-19Add isa_intr_check functionalityNiklas Hallqvist
1999-01-19syncTodd C. Miller
1999-01-19move attachment of lpt way down as it can deal withoutNiklas Hallqvist
1999-01-16Do not lose st_blocks on NFSv2 mounts when files>2GBNiklas Hallqvist
1999-01-16Do not lose st_blocks when files > 2GBNiklas Hallqvist
1999-01-16M1531 Host-PCI BridgeFederico G. Schwindt
1999-01-16hppa has isa tooMichael Shalayeff
1999-01-16clean up subspaces somewhatMichael Shalayeff
1999-01-16use right defines for eiem, some cleanupMichael Shalayeff
1999-01-15IN_MULTICAST takes network order addressesNiklas Hallqvist
1999-01-13100Mb ethernet (finally)kstailey
1999-01-13Add common NE2000 attachmentNiklas Hallqvist
1999-01-13RCSIdsNiklas Hallqvist
1999-01-12fixed unused variable warnings when DIAGNOSTIC not definedTodd C. Miller
1999-01-11Remove unnecessary panic().Angelos D. Keromytis
1999-01-11remove panic() calls, consistent error reportingTheo de Raadt
1999-01-11sth went in by mistakeNiklas Hallqvist
1999-01-11make it fitTheo de Raadt
1999-01-11drop PID_MAX to 32766 (SHRT_MAX - 1) due to ineractions with sys/compatTodd C. Miller
1999-01-11Correct comment about RFNOWAITNiklas Hallqvist
1999-01-11comment typoNiklas Hallqvist
1999-01-11just check rforkflags if ISRFORKNiklas Hallqvist
1999-01-11pass dmatag in confargsMichael Shalayeff
1999-01-11ASP prom offset for an lan stattion idMichael Shalayeff
1999-01-11Use bzero instead of memset in the kernelNiklas Hallqvist
1999-01-11sigh memset is not available everywhere, I should know betterNiklas Hallqvist
1999-01-11Make TCP_SACK compile with new netinetNiklas Hallqvist
1999-01-11Up-to-dateNiklas Hallqvist
1999-01-11Import of CMU's RAIDframe via NetBSD.Niklas Hallqvist
1999-01-11Stylistic cleanup. Addition of a common ISA NE2000 attachment.Niklas Hallqvist
1999-01-11Add ATAPI and RAID types, compatibility with NetBSDNiklas Hallqvist
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-11Add pnic driverJason Wright
1999-01-11remove pnic stuffJason Wright
1999-01-11Driver for PNIC boardsJason Wright
1999-01-11Make attachment sane.Jason Downs
1999-01-11The DSP likes it better if you actually give it an iobase and a handle.Jason Downs
1999-01-11more printf/panic merging, since panic() is stdargAaron Campbell
1999-01-11Lost IPv6 definesNiklas Hallqvist
1999-01-11netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetzTheo de Raadt
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-11shave a few byes by combining a printf and panic that are consecutiveTodd C. Miller
1999-01-11Forgot to add kern_kthread.c hereNiklas Hallqvist
1999-01-11kthread abstraction from NetBSD, implemented with our rforkNiklas Hallqvist