Age | Commit message (Expand) | Author |
2000-06-29 | I felt that telnetd(8) deserves the following BUGS entry: | Aaron Campbell |
2000-06-29 | Be more detach friendly. In particular, remove the infinite while() loops | Aaron Campbell |
2000-06-29 | No need to call bpfdetach(), that's done in if_detach(). | Aaron Campbell |
2000-06-29 | Enable UKC | Miod Vallat |
2000-06-29 | repair careless syslogging inside XSTATS | Theo de Raadt |
2000-06-29 | Repairs, some from NetBSD PR/10472. | Aaron Campbell |
2000-06-29 | use %s with syslog, probably just paranoia but it is good form | Todd C. Miller |
2000-06-29 | use %s with syslog, probably just paranoia but it is good form | Todd C. Miller |
2000-06-29 | use %s with syslog; millert wrote an identical patch | Theo de Raadt |
2000-06-29 | use %s with syslog | Todd C. Miller |
2000-06-29 | use %s with syslog, at least crashable from command line | Theo de Raadt |
2000-06-29 | use %s with syslog | Theo de Raadt |
2000-06-29 | Sync adw files with (almost) latest NetBSD versions: | Kenneth R Westerback |
2000-06-29 | use %s with syslog | Theo de Raadt |
2000-06-29 | use %s when calling syslog | Theo de Raadt |
2000-06-28 | make _msgout() use syslog() with a %s, for future safety | Theo de Raadt |
2000-06-28 | in quit(), be more careful about possible nasty parameters in the future | Theo de Raadt |
2000-06-28 | BpfGetIntfName() returns syslog fmt args which are safe | Theo de Raadt |
2000-06-28 | buf oflow safe | Theo de Raadt |
2000-06-28 | creating line ourselves, but just in case, use %s with syslog | Theo de Raadt |
2000-06-28 | syslog should use %s | Theo de Raadt |
2000-06-28 | sync | Federico G. Schwindt |
2000-06-28 | sync with NetBSD v1.7 | Kenneth R Westerback |
2000-06-28 | add creat64 and mmap64. | Federico G. Schwindt |
2000-06-28 | disable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but ... | Kenneth R Westerback |
2000-06-28 | enable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but s... | Kenneth R Westerback |
2000-06-28 | Remove information that's NetBSD-specific. | Artur Grabowski |
2000-06-28 | Add some missing words and some other fixes. | Artur Grabowski |
2000-06-28 | use strtol() in getn(); millert@ and me | Michael Shalayeff |
2000-06-28 | look in kbd.h to see whether we have configured a keyboard | mjacob |
2000-06-28 | make the kbd have a kbd.h file (needs-flag) | mjacob |
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 |