Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-04 | entrieness cleanup | Michael Shalayeff | |
2001-06-04 | trivial regression tests for md5/sha1/rmd160 driver | Todd C. Miller | |
2001-06-04 | set flags in the signal handlers, do real work in the main loop, ok provos@ | Markus Friedl | |
2001-06-04 | fix debugging printf, cpu_hpa is not pointer anymore | Michael Shalayeff | |
2001-06-04 | rpc.pcnfsd is now free | Theo de Raadt | |
2001-06-04 | switch uid when cleaning up tmp files and sockets; reported by ↵ | Markus Friedl | |
zen-parse@gmx.net on bugtraq | |||
2001-06-04 | remove the "must be free" clause: | Theo de Raadt | |
From: Geoff Arnold <geoff.arnold@sun.com> [...] If the excision of the phrase [...] is sufficient, I believe that I have the authority to permit its removal, which I hereby do. | |||
2001-06-04 | Add wscons support for vax. -moj | Mats O Jansson | |
2001-06-04 | Add support for vax lk201 keyboard. Add code to check if new variants or | Mats O Jansson | |
encodings exists in kernel. If so suggest to rebuild kbd(1). -moj | |||
2001-06-04 | use faster arc4random() for small amounts fo data, some spaces; niels ok | Michael Shalayeff | |
2001-06-04 | use a faster arc4random() for random spi generation; angelos@ ok | Michael Shalayeff | |
2001-06-04 | use faster arc4random() in tcp_rndiss_next; niels ok | Michael Shalayeff | |
2001-06-04 | /dev/io hasn't worked in years | Todd C. Miller | |
2001-06-04 | Show the correct dial timeout when a random pause is configured | brian | |
Understand ipencap traffic properly Optimise out SIOCIFADDR ioctls that aren't necessary Handle peers that don't send an initial IFADDR option during IPCP negotiations Fix markup for the /etc/ttys example Always use 4 arguments in examples of ``set ifaddr'' | |||
2001-06-04 | fix audio device creation. | Brad Smith | |
-- Reported by & fix tested by: Denis A. Doroshenko <d.doroshenko@omnitel.net> | |||
2001-06-04 | make kqueue behave like select when testing for write instead of bailing | Niels Provos | |
out. | |||
2001-06-04 | return from main() don't exit | Michael Shalayeff | |
2001-06-04 | Some further work. No crypto yet. | Hakan Olsson | |
2001-06-04 | Don't print these messages unless debugging. mickey@ ok | Hakan Olsson | |
2001-06-04 | add the file here too, to avoid confusion | Theo de Raadt | |
2001-06-04 | Linksys PCM100 support; from Matt Behrens <matt@zigg.com>. | Federico G. Schwindt | |
2001-06-04 | Spelling: preffered -> preferred | Peter Valchev | |
2001-06-04 | my licence now permits modification. plus some tiny style cleanup | David Leonard | |
2001-06-03 | List FILES | Paul Janzen | |
2001-06-03 | clean up and fix some; based on change of wiz@netbsd.org | Paul Janzen | |
2001-06-03 | make '++' work. | Paul Janzen | |
2001-06-03 | remove comment on bim.. Missed in last commit. | Eric Jackson | |
2001-06-03 | remove 'bim', which was used for the now non-existant pc532 port. | Eric Jackson | |
deraadt@ OK | |||
2001-06-03 | the challenge response device decides how to handle non-existing users. | Markus Friedl | |
-> fake challenges for skey and cryptocard | |||
2001-06-03 | Don't bail out early for users w/o passwd file entries since we may | Todd C. Miller | |
want to cons up a fake prompt for challenge/response auth methods. markus@ OK'd. | |||
2001-06-03 | pass -v to ssh; from slade@shore.net | Markus Friedl | |
2001-06-03 | 1-2 bits of entrophy per character (not per word), ok stevesk@ | Markus Friedl | |
2001-06-03 | e_wmesg was not initialized in all cases; kirk.russell@acm.org | Theo de Raadt | |
2001-06-03 | Nope, that's not right either. Fix check for mutually exclusive args. | Todd C. Miller | |
2001-06-03 | sync man page with new usage restrictions | Todd C. Miller | |
2001-06-03 | Obvious thinko: command line is wrong if it's too short, not too long. | Marc Espie | |
2001-06-03 | Make sure targs get initialized. | Marc Espie | |
Don't bother cleaning it up for speed | |||
2001-06-03 | ICS_1892 support; Henning Brauer | Theo de Raadt | |
2001-06-03 | test code that is not used (and one file in there had a rusty license) | Theo de Raadt | |
2001-06-03 | new license from Wietse; permits modification. This code is derived from | Theo de Raadt | |
logdaemon, so this applies: ftp://ftp.porcupine.org/pub/security/logdaemon_license | |||
2001-06-03 | use fatal_register_cleanup instead of atexit, sync with x11 authdir handling | Markus Friedl | |
2001-06-03 | Document PATCH_CASES | Marc Espie | |
2001-06-03 | avoid integer overflow on lifetime value. sync with kame | Jun-ichiro itojun Hagino | |
2001-06-03 | WALTSIG is a valid option for sys_wait4(). | Angelos D. Keromytis | |
2001-06-03 | Use KERN_NPROCS to get the number of processes on the system, to | Angelos D. Keromytis | |
determine the amount of space we'll need to store the information. The alternative, calling sysctl() with a NULL argument for data, meant the kernel had to go through the process table. | |||
2001-06-03 | Use kern.nprocs | Angelos D. Keromytis | |
2001-06-03 | KERN_NPROCS documentation | Angelos D. Keromytis | |
2001-06-03 | kern.nprocs | Angelos D. Keromytis | |
2001-06-03 | Export nprocs. | Angelos D. Keromytis | |
2001-06-03 | KERN_NPROCS | Angelos D. Keromytis | |