summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1998-12-22range check signal [] conversionsTheo de Raadt
1998-12-22Correct a thinko I had when writing the comment for this code.Dale S. Rahn
1998-12-22typo; freebsdJason Wright
1998-12-22sync with FreeBSD:Jason Wright
1998-12-22sync with FreeBSD (mention more realtek based boards)Jason Wright
1998-12-22more realtek boardsJason Wright
1998-12-22sync with FreeBSDJason Wright
1998-12-22regenNiklas Hallqvist
1998-12-22Some extra vendors & productsNiklas Hallqvist
1998-12-22Generalize udp port decoding. Remove unneeded decls.Niklas Hallqvist
1998-12-22My former hack lost, better solutionNiklas Hallqvist
1998-12-22Build generated .c & .h files before .o generation alwaysNiklas Hallqvist
1998-12-22Remove obsolete connection code. Use strtol instead of atoiNiklas Hallqvist
1998-12-21MD locking and thread support for hppaMichael Shalayeff
1998-12-21Remove bogus check of printableness of the config fileNiklas Hallqvist
1998-12-21df(struct statfs) free/total decryption by d@Michael Shalayeff
1998-12-21compiling before commit would be niceMichael Shalayeff
1998-12-21Use the iomask in a correct wayNiklas Hallqvist
1998-12-21nice error message when mount(2) returns EOPNOTSUPPArtur Grabowski
1998-12-21use MOUNT_XFS, not "xfs" as the type of filesystem to mountArtur Grabowski
1998-12-21document EOPNOTSUPPArtur Grabowski
1998-12-21Nice error message when mount(2) returns EOPNOTSUPPArtur Grabowski
1998-12-21return 0 instead of exit(0) in main()Artur Grabowski
1998-12-21Write a nice error message when we get EOPNOTSUPP from mount(2)Artur Grabowski
1998-12-21Steal commit from d: forgetting to update comments is a bad idea.Marc Espie
1998-12-21return EOPNOTSUPP when there is no support for this filesystem in the kernel.Artur Grabowski
1998-12-21more spinlockDavid Leonard
1998-12-21syncTheo de Raadt
1998-12-21copy correct fileTheo de Raadt
1998-12-21zero alignment is not allowed. shorten some long lines.Niklas Hallqvist
1998-12-21missed some function return typesTheo de Raadt
1998-12-21resource stats; force linkage with uthread_autoinit.c; name kern and init thr...David Leonard
1998-12-21very important bit of md spinlockDavid Leonard
1998-12-21md spinlockDavid Leonard
1998-12-21add variable to force linkageDavid Leonard
1998-12-21dump thread info on PANICDavid Leonard
1998-12-21much nicer SIGINFO displayDavid Leonard
1998-12-21use md spinlock; signal statisticsDavid Leonard
1998-12-21resource accounting; initial timeslice bug fixDavid Leonard
1998-12-21resource accountingDavid Leonard
1998-12-21memory leakDavid Leonard
1998-12-21md spinlockDavid Leonard
1998-12-21md spinlockDavid Leonard
1998-12-21cleanDavid Leonard
1998-12-21unfinished powerpc md stuff.. rahnds?David Leonard
1998-12-21cleanDavid Leonard
1998-12-21remove mit pthread hangoverDavid Leonard
1998-12-21If no mii found on a card that claims to support one, don't attach theJason Wright
1998-12-21correct built-in killTheo de Raadt
1998-12-21like kill(1), have csh builtin handle -SIGxxx names; kleinkTheo de Raadt