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