summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-04-14Forgot remove 'U' from optstring; millert@ ok. ;)Grigoriy Orlov
2001-04-14Remove the -o flag from identd's default invocation as it serves only toHugh Graham
2001-04-14Respect (absence of) "other" flag in all cases, and fix some whitespace.Hugh Graham
2001-04-14Minor cleanup.Hakan Olsson
2001-04-14Minor changes, preparing for real socket-attached TDBs; also, moreAngelos D. Keromytis
2001-04-14Correctly initialize disklabel structure in readdisklabel().Miod Vallat
2001-04-14Remove defopt; aaron@ ok.Federico G. Schwindt
2001-04-13Add options ClientAliveInterval and ClientAliveCountMax to sshd.Bob Beck
2001-04-13Remove softdep and add avgfilesize/avgfpdir in printfs().Grigoriy Orlov
2001-04-13Another case where we need to use u_char, not char for arrayTodd C. Miller
2001-04-13signess bug; jwaterman@yaleroad.comTheo de Raadt
2001-04-13Add support for user specified tokens to identd. Based on a patchTodd C. Miller
2001-04-13- attempt to get dma coherent buffers for most of the shared memory usesJason Wright
2001-04-13Fix clean target so it really cleans - depending on if we have aBob Beck
2001-04-13merge mod_ssl 2.8.2Brad Smith
2001-04-13merge mod_ssl 2.8.2Brad Smith
2001-04-13- rx buffer ring management (working)Jason Wright
2001-04-13Remove debugging output, and some extra junk from the verbose output.Marc Espie
2001-04-13typo. ok deraadt@Jakob Schlyter
2001-04-13Define RL_USEIOSPACE in the PCI bus piece, not the common piece; thanks jason@Aaron Campbell
2001-04-13Oops, remove an unrelated debugging #if 0.Aaron Campbell
2001-04-13Disestablish the shutdownhook on detach.Aaron Campbell
2001-04-13bmtphy does not work perfect yet, but put it in anywaysTheo de Raadt
2001-04-13syncTheo de Raadt
2001-04-13silence printfs from media selection.Brad Smith
2001-04-13In cpu_fork, initialize the ipl of the new process toArtur Grabowski
2001-04-13bmtphyTheo de Raadt
2001-04-13Fix overflow in superblock. From FreeBSD.Grigoriy Orlov
2001-04-13Make PROCFS compile again on non-UVM systems, deraadt@ okMiod Vallat
2001-04-13add eephy man page; from patelTheo de Raadt
2001-04-13Minor typos & cleanup.Kenneth R Westerback
2001-04-13missing \n in error messageKevin Steves
2001-04-13and again.Brad Smith
2001-04-13these files are supposed to be regenerated after pcidevs has been commitedBrad Smith
2001-04-13Pull in (correct) support for LIVENGOOD fibre cards (some register locationsmjacob
2001-04-13Add support for the Marvell PHY that's on the Intel GigE cards.mjacob
2001-04-13Be more explicit about the Intel GigE cards.mjacob
2001-04-12Add support for:mouring
2001-04-12Minor nits:Todd C. Miller
2001-04-12- initial rx buffer ring management routines and allocationJason Wright
2001-04-12Actually document all capabilities that tip's remote.c accepts.Todd C. Miller
2001-04-12- complete rewrite of transmit routines (these really work, but needJason Wright
2001-04-12robust port validation; ok markus@ jakob@Kevin Steves
2001-04-12typoMarkus Friedl
2001-04-12Change tip default from even parity to no parity which is more in lineTodd C. Miller
2001-04-12implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)Markus Friedl
2001-04-12Todd says we should not doc depricated behaviourTheo de Raadt
2001-04-12document shortcut; noted by bk@rt.fmTheo de Raadt
2001-04-12Replace delay(1) with an alpha_mb() since it just makes more sense. ok art@Nathan Binkert
2001-04-12Allow kernels with just MFS and no FFS. Fixes PR#323.Constantine Sapuntzakis