Age | Commit message (Expand) | Author |
2001-01-17 | remove sprintf signal race, by pre-preparing wtmp entry | 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 | use sig_atomic_t | Theo de Raadt |
2001-01-17 | use more strlcpy() | Theo de Raadt |
2001-01-17 | remove stdio code from handler, and _exit() at termination | 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 | use _exit() in signal handlers, mark longjmp() as being a possible resource leak | Theo de Raadt |
2001-01-17 | use _exit() in signal handler | Theo de Raadt |
2001-01-17 | use _exit() in signal handlers, and flag that the pmap_unset() calls are unsafe | Theo de Raadt |
2001-01-17 | use _exit() in signal handler | Theo de Raadt |
2001-01-17 | use sig_atomic_t, and check for signal flag more often | Theo de Raadt |
2001-01-17 | first cut at "what is allowed in a signal handler, based on but extended from... | Theo de Raadt |
2001-01-17 | use sig_atomic_t | Theo de Raadt |
2001-01-17 | nice page to start with; load balancing added here. | Federico G. Schwindt |
2001-01-17 | name in uppercase, doh! | Federico G. Schwindt |
2001-01-17 | IPF 3.4.16 userland. | Federico G. Schwindt |
2001-01-17 | IPF 3.4.16. | Federico G. Schwindt |
2001-01-17 | Add ipfs(8); man page prolly needs tweaking. This needs testing. | Federico G. Schwindt |
2001-01-17 | empty line at the top. | Federico G. Schwindt |
2001-01-17 | 2nd part of the ipf code; need more testing. | Federico G. Schwindt |
2001-01-17 | convert to mdoc | Todd C. Miller |
2001-01-17 | include sys/timeout.h. | Federico G. Schwindt |
2001-01-17 | 1st part of ipf userland code. | Federico G. Schwindt |
2001-01-17 | fix speling of December | Todd C. Miller |
2001-01-17 | Add /usr/libexec/sm.bin | Todd C. Miller |
2001-01-17 | Fix breakage from revision 1.20 that freaked my WaveLAN out. | Aaron Campbell |
2001-01-17 | don't nroff twice, and escape protect possible bad chars | David Leonard |
2001-01-17 | fix sm.bin path; form@openbsd.ru | Todd C. Miller |
2001-01-17 | IPF 3.4.15. (IPv6 not working yet). | Federico G. Schwindt |
2001-01-17 | don't nroff twice, and escape protect possible bad chars | David Leonard |
2001-01-17 | do not call extent_print() unless DDB || DIAGNOSTIC | Theo de Raadt |
2001-01-17 | advance through buffer, leftovers from singular version; from Henric Jungheim... | Michael Shalayeff |
2001-01-17 | Don't dump core when a ``bad address'' error occurs and there is neither | Paul Janzen |
2001-01-17 | OpenBSD-ify. | Paul Janzen |
2001-01-17 | avoid C sequence point issues; found by cgd@netbsd.org using a development | Paul Janzen |
2001-01-17 | sync | Theo de Raadt |
2001-01-17 | Remove libiberty from the list of dependencies, since we use the install | Marc Espie |
2001-01-16 | indent | Theo de Raadt |
2001-01-16 | fix another signal race, and check signal flags even in non-EINTR from select... | Theo de Raadt |
2001-01-16 | check flags every loop, not just on EINTR | Theo de Raadt |
2001-01-16 | "0x 2" -> "0x02" | David Leonard |
2001-01-16 | save_errno in signal handler, in case it calls signal() | Theo de Raadt |
2001-01-16 | use _exit() in signal handler | Theo de Raadt |
2001-01-16 | typo in comment, change -> chance | Brad Smith |
2001-01-16 | spelling | Theo de Raadt |
2001-01-16 | remove some statics. simpler handles; idea from nisse@lysator.liu.se | Markus Friedl |
2001-01-16 | fix VP3_PIRQ arg name, use I386_PCI_INTERRUPT_LINE_NO_CONNECTION; from netbsd | Michael Shalayeff |
2001-01-16 | Enforce building stuff at compile time, not install time. | Marc Espie |
2001-01-16 | fix verbosity levels. pointed out by J.D. Carlson <jd@noc7.uchsc.edu> | Eric Jackson |