Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-22 | attempting to sysctl clear a string was failing; checked by millert and aaron | Theo de Raadt | |
2001-01-22 | Fix comment and error message reporting. | Angelos D. Keromytis | |
2001-01-22 | Fix memory leak on exchange free. | Angelos D. Keromytis | |
2001-01-20 | sync with 3.4.16. | Federico G. Schwindt | |
2001-01-20 | fix cut & pasto error from previous commit. | Federico G. Schwindt | |
2001-01-20 | Print the service name instead of the number if available. | Federico G. Schwindt | |
Similar to the problem found by millert@ (next thing to commit). | |||
2001-01-19 | mark signal races i cannot fix at the moment | Theo de Raadt | |
2001-01-18 | Fix NOMAN build. | Artur Grabowski | |
2001-01-18 | Fix NOMAN builds. | Artur Grabowski | |
2001-01-18 | permit prefixlen against inet address, like: | Jun-ichiro itojun Hagino | |
# ifconfig fxp0 10.0.0.1 prefixlen 23 | |||
2001-01-18 | crank "K to go" field to 8 digits; lukem@netbsd.org | Theo de Raadt | |
2001-01-17 | remove signal race, by checking signal flag in main loop; Niels looked at it | Theo de Raadt | |
2001-01-17 | move handler into main loop | Theo de Raadt | |
2001-01-17 | make send_umntall() handler safe also | Theo de Raadt | |
2001-01-17 | nice page to start with; load balancing added here. | Federico G. Schwindt | |
2001-01-17 | IPF 3.4.16 userland. | Federico G. Schwindt | |
2001-01-17 | 1st part of ipf userland code. | Federico G. Schwindt | |
2001-01-17 | don't nroff twice, and escape protect possible bad chars | David Leonard | |
2001-01-17 | don't nroff twice, and escape protect possible bad chars | David Leonard | |
2001-01-16 | fd_set overflow handling | Theo de Raadt | |
2001-01-16 | _exit() in signal handler | Theo de Raadt | |
2001-01-16 | use a private svc_run(), which looks at a global touched by SIGHUP handler | Theo de Raadt | |
2001-01-15 | use _exit() in term handler if real signal | Theo de Raadt | |
2001-01-15 | _exit() in signal handler | Theo de Raadt | |
2001-01-15 | save_errno in signal handler | Theo de Raadt | |
2001-01-14 | Handling of Phase 1 DELETE and Phase 2 INVALID_SPI messages | Angelos D. Keromytis | |
(newsham@lava.net) | |||
2001-01-14 | Do the HASH verification before handling the SA payload. | Angelos D. Keromytis | |
2001-01-12 | remove extra + character in status output | Theo de Raadt | |
2001-01-12 | repair -f. | Jun-ichiro itojun Hagino | |
2001-01-12 | minimize chance of signal handler race. big help from deraadt. | Jun-ichiro itojun Hagino | |
2001-01-12 | correct fd_set allocation. from deraadt | Jun-ichiro itojun Hagino | |
2001-01-12 | save_errno handling; itojun ok | Theo de Raadt | |
2001-01-11 | comment on a signal race | Theo de Raadt | |
2001-01-11 | Reference the sa, so sa_release() does the right thing (talk about | Angelos D. Keromytis | |
convoluted logic). | |||
2001-01-10 | Fix comment. | Angelos D. Keromytis | |
2001-01-10 | Get logging priorities right. | Angelos D. Keromytis | |
2001-01-10 | Some more debug logging. | Angelos D. Keromytis | |
2001-01-10 | mount_ufs was not needed for a long time.. | Theo de Raadt | |
2001-01-10 | Handle DELETE payloads (delete the relevant IPsec SAs) -- problem | Angelos D. Keromytis | |
reported, patches tested, and feedback provided by newsham@lava.net | |||
2001-01-10 | If only the Remote-ID is specified for a Phase 2 configuration, use | Angelos D. Keromytis | |
our address for Local-ID; useful for road-warrior scenarios (adrian@lion.aba.net.au) | |||
2001-01-10 | Handle null remote_id/local_filter/remote_filter nicer. | Angelos D. Keromytis | |
2001-01-09 | Don't skip if TS_BITS or TS_CLRI, closed PR 1576. Fix supplied by | Angelos D. Keromytis | |
sysadmin@astro.su.se | |||
2001-01-05 | Set the correct direction for KAME SPD entries (problem reported and | Angelos D. Keromytis | |
fix tested by Tim.Ding@qobra.com) | |||
2001-01-05 | Fix sending/receiving passwords (james@oaktree.co.uk) | Angelos D. Keromytis | |
2001-01-05 | Mention that if=xxx should be used for most lines in /etc/gateways | Angelos D. Keromytis | |
2001-01-05 | There's no "no_ripv1_out" and "no_ripv2_out", so paraphrase. | Angelos D. Keromytis | |
2001-01-05 | Add i386 specific sysctl to modify halt -p processing, required to make | Marco S Hyman | |
powerdown work correctly on some processors. Idea from mickey@ and smcho@tsp.korea.ac.kr. Tested my me and angelos@. Note: If you want to try these out you'll need to cd /sys/arch/i386/include && sudo install -m 444 -o root -g root cpu.h /usr/include/i386 cd /usr/src/sbin/sysctl && make obj && make && sudo make install to get a sysctl that understands the new variable (machdep.apmhalt). | |||
2001-01-04 | spelling | Todd T. Fries | |
2001-01-04 | Sync. | Angelos D. Keromytis | |
2001-01-04 | Read a struct kmembuckets, rather than individual values. | Angelos D. Keromytis | |