summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-06-28Use strtol(), not atoi() when converting a decimal string to an integer.Todd C. Miller
2000-06-28Remove outdated comment about having to change kernel configArtur Grabowski
2000-06-28correct COPTS whacking code; wd@ics.nara-wu.ac.jpTheo de Raadt
2000-06-28integrate USE_SSL into real settings; wd@ics.nara-wu.ac.jpTheo de Raadt
2000-06-28repair panic message; bugfix@163.netTheo de Raadt
2000-06-28Fix path to KerberosIV database files.Hans Insulander
2000-06-28Fix path to master key file (/etc/kerberosIV/master_key, not /.k)Hans Insulander
2000-06-28Fix /usr/libexec/kauthd log formatting bug.Hans Insulander
2000-06-28Remove pointless variable. It is set to 0, then returned without modification.Todd C. Miller
2000-06-28Make suspend -> eject card -> resume work.Aaron Campbell
2000-06-28restrict editrc lookup to home directory, thanks kris@freebsd.org. ok deraadt@Dug Song
2000-06-28prevent endless looping on looping fat chainsMichael Shalayeff
2000-06-28Don't call the drivers' xxx_activate() function directly -- use the systemAaron Campbell
2000-06-28document signal 0Theo de Raadt
2000-06-28-U option.Oleg Safiullin
2000-06-28Improve remove_search_dir(), avoid memory leak.Oleg Safiullin
2000-06-28unsigned -> unsigned int (implicit int is deprecated)Marc Espie
2000-06-28Fix stupid bug in argument handling. Problem found by fries@Marc Espie
2000-06-28kldload ng_ether if we need to under FreeBSD.brian
2000-06-28Add scrt0.o which was just added to the powerpc port. (should this file be mi?)Dale S. Rahn
2000-06-28Powerpc was missing the scrt.o startup file. now used by the ramdisk instbin.Dale S. Rahn
2000-06-28While I'm reading this, complete the NAME section and fix a typo.Aaron Campbell
2000-06-27nab latest CellServDB from arla; made sure all our local changes are in itTodd T. Fries
2000-06-27Move ac97 register defines into ac97.hArtur Grabowski
2000-06-27Make this driver work. When I ported it from FreeBSD, somehow a line got leftAaron Campbell
2000-06-27change IP for citi.umich.edu; from rees@umich.eduNiels Provos
2000-06-27forward declaration of struct timespec to avoid warningArtur Grabowski
2000-06-27Slight optimization of wakeup.Artur Grabowski
2000-06-27TyopArtur Grabowski
2000-06-27syncTheo de Raadt
2000-06-27initialize result. this fixes the recent problem that makes ftp coredumpFederico G. Schwindt
2000-06-26fix pasto; noted by artHugh Graham
2000-06-26timeout is in seconds, not ticks.Artur Grabowski
2000-06-26New timeouts.Artur Grabowski
2000-06-26Instead of using an ugly hack with timeouts to wake up the processArtur Grabowski
2000-06-26Convert nfs_timer to new timeouts.Artur Grabowski
2000-06-26Make the check for !usermode in syscal a DIAGNOSTIC.Artur Grabowski
2000-06-26Make the definition of tcpstat in tcp_var.h extern.Artur Grabowski
2000-06-26Convert to new timeouts.Artur Grabowski
2000-06-26MaxStartups: limit number of unauthenticated connections, work by theo and meMarkus Friedl
2000-06-26talk about legacy data and swap encryption as suggested by theoNiels Provos
2000-06-26let svnd deal with sparse files, okay art@ deraadt@Niels Provos
2000-06-26various additions and cleanups written in denver airportTheo de Raadt
2000-06-26Document OPTi and CMD supportChris Cappuccio
2000-06-26interface can be faked for cmd chipsChris Cappuccio
2000-06-26from NetBSDChris Cappuccio
2000-06-26use new timeoutsArtur Grabowski
2000-06-26Use new timeouts.Artur Grabowski
2000-06-26Update to ncurses 2000/6/10 version:Todd C. Miller
2000-06-26alpha was missing memsetTodd C. Miller