summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-01-17syncTheo de Raadt
2001-01-17point out a few non-obvious and helpful ppp(8) optionsJason Wright
2001-01-17add missing /usr/include/readlineBrad Smith
2001-01-17at least cross-gcc was broken, can't test cross-binutils, but i bet they are ...Michael Shalayeff
2001-01-17Don't copy the inner header's TTL on the outer header.Angelos D. Keromytis
2001-01-17avoid fd_set overflow by using poll(); avoid syslog() in signal handler by us...Theo de Raadt
2001-01-17remove sprintf signal race, by pre-preparing wtmp entryTheo de Raadt
2001-01-17remove signal race, by checking signal flag in main loop; Niels looked at itTheo de Raadt
2001-01-17use sig_atomic_tTheo de Raadt
2001-01-17use more strlcpy()Theo de Raadt
2001-01-17remove stdio code from handler, and _exit() at terminationTheo de Raadt
2001-01-17move handler into main loopTheo de Raadt
2001-01-17make send_umntall() handler safe alsoTheo de Raadt
2001-01-17use _exit() in signal handlers, mark longjmp() as being a possible resource leakTheo de Raadt
2001-01-17use _exit() in signal handlerTheo de Raadt
2001-01-17use _exit() in signal handlers, and flag that the pmap_unset() calls are unsafeTheo de Raadt
2001-01-17use _exit() in signal handlerTheo de Raadt
2001-01-17use sig_atomic_t, and check for signal flag more oftenTheo de Raadt
2001-01-17first cut at "what is allowed in a signal handler, based on but extended from...Theo de Raadt
2001-01-17use sig_atomic_tTheo de Raadt
2001-01-17nice page to start with; load balancing added here.Federico G. Schwindt
2001-01-17name in uppercase, doh!Federico G. Schwindt
2001-01-17IPF 3.4.16 userland.Federico G. Schwindt
2001-01-17IPF 3.4.16.Federico G. Schwindt
2001-01-17Add ipfs(8); man page prolly needs tweaking. This needs testing.Federico G. Schwindt
2001-01-17empty line at the top.Federico G. Schwindt
2001-01-172nd part of the ipf code; need more testing.Federico G. Schwindt
2001-01-17convert to mdocTodd C. Miller
2001-01-17include sys/timeout.h.Federico G. Schwindt
2001-01-171st part of ipf userland code.Federico G. Schwindt
2001-01-17fix speling of DecemberTodd C. Miller
2001-01-17Add /usr/libexec/sm.binTodd C. Miller
2001-01-17Fix breakage from revision 1.20 that freaked my WaveLAN out.Aaron Campbell
2001-01-17don't nroff twice, and escape protect possible bad charsDavid Leonard
2001-01-17fix sm.bin path; form@openbsd.ruTodd C. Miller
2001-01-17IPF 3.4.15. (IPv6 not working yet).Federico G. Schwindt
2001-01-17don't nroff twice, and escape protect possible bad charsDavid Leonard
2001-01-17do not call extent_print() unless DDB || DIAGNOSTICTheo de Raadt
2001-01-17advance through buffer, leftovers from singular version; from Henric Jungheim...Michael Shalayeff
2001-01-17Don't dump core when a ``bad address'' error occurs and there is neitherPaul Janzen
2001-01-17OpenBSD-ify.Paul Janzen
2001-01-17avoid C sequence point issues; found by cgd@netbsd.org using a developmentPaul Janzen
2001-01-17syncTheo de Raadt
2001-01-17Remove libiberty from the list of dependencies, since we use the installMarc Espie
2001-01-16indentTheo de Raadt
2001-01-16fix another signal race, and check signal flags even in non-EINTR from select...Theo de Raadt
2001-01-16check flags every loop, not just on EINTRTheo de Raadt
2001-01-16"0x 2" -> "0x02"David Leonard
2001-01-16save_errno in signal handler, in case it calls signal()Theo de Raadt
2001-01-16use _exit() in signal handlerTheo de Raadt