summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-09-23replace fatal_cleanup() and linked list of fatal callbacks with staticMarkus Friedl
2003-09-23simplify by using getifaddrs. cedric@ okJun-ichiro itojun Hagino
2003-09-23use getaddrinfo for name-to-address resolution. mcbride@ okJun-ichiro itojun Hagino
2003-09-23o mention why poll(2) is often more effecient than select(2)Todd C. Miller
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-09-23regen (Prepare for conversion of select backend -> poll)Todd C. Miller
2003-09-23Prepare for conversion of select backend -> pollTodd C. Miller
2003-09-23revert safety checks; requested by mickey@Anil Madhavapeddy
2003-09-23ignore address families other than AF_INET in get_netmask().Matthieu Herrb
2003-09-23add support for poll(2); ok deraadtMarkus Friedl
2003-09-23sync; hifn 7955Jason Wright
2003-09-23hifn 7955Jason Wright
2003-09-23fix a few strlcpyTheo de Raadt
2003-09-22Document the optional argument support and as well as where we differ fromTodd C. Miller
2003-09-22If permutation is disabled (as it is via getopt(3) or when POSIXLY_CORRECTTodd C. Miller
2003-09-22Fix read beyond end of buffer, found by mallocguard. ok deraadt@ espie@Dale Rahn
2003-09-22canonical reallocVincent Labrecque
2003-09-22fix leak on realloc failureVincent Labrecque
2003-09-22Off-by-ones, from aaron@Miod Vallat
2003-09-22syncAlexander Yurchenko
2003-09-22Two new Acard UDMA6 ATA chipsAlexander Yurchenko
2003-09-22set .com/.net to delegation-onlyJakob Schlyter
2003-09-22sync with 9.2.2-P3; new zone type "delegation-only"Jakob Schlyter
2003-09-22Kill warnings. Add a note saying the current paper describes theOtto Moerbeek
2003-09-22Typo.Otto Moerbeek
2003-09-22Make registers contain zero initially. Needed for new bc(1) and original dc(1)Otto Moerbeek
2003-09-22remove my (incorrect) BUGS addition;Jason McIntyre
2003-09-22Say where the output of this test (the Jabberwocky poem) is coming from.Otto Moerbeek
2003-09-22tweaks;Jason McIntyre
2003-09-22sync pfloghdr with <net/if_pflog.h>;Jason McIntyre
2003-09-22sync with FreeBSD page, including standard options list and some mdoc nits;Jason McIntyre
2003-09-22Introduce a function ask_yn() to use when asking 'yes or no'Kenneth R Westerback
2003-09-21convert tgetline() from select(2) -> poll(2)Todd C. Miller
2003-09-21Replace err(1, "") with err(1, NULL) to avoid a warning; Andrey MatveevTodd C. Miller
2003-09-21A set of regressions for dc(1).Otto Moerbeek
2003-09-21revert for now.Federico G. Schwindt
2003-09-21syncAlexander Yurchenko
2003-09-21Yet another ServerWorks CSB6 IDEAlexander Yurchenko
2003-09-21sync with netbsd defines. no functional changes.Federico G. Schwindt
2003-09-21document and declare 64-bit function/macros. ok millert@ deraadt@Federico G. Schwindt
2003-09-21"exp" is a reserved symbol under gcc3/posix. mcbride okJun-ichiro itojun Hagino
2003-09-21plug memory leak. from kame. fgsch okJun-ichiro itojun Hagino
2003-09-21Fix extraneous display of grep output when searching disklabel output forKenneth R Westerback
2003-09-20Implement hardwareflow varable in tip(1) like Solaris and hf in /etc/remote.Todd C. Miller
2003-09-20Fix pasto; closes PR 3482Todd C. Miller
2003-09-20Cleanup uses of intstack and interrupt_stack[] - also makes time % in topMiod Vallat
2003-09-20Remove bogus comment.Otto Moerbeek
2003-09-20move the checks after we fixed the hd info.Federico G. Schwindt
2003-09-20powerpc ld.so has a slightly unreasonable expectation about __got_startDale Rahn
2003-09-20knfTheo de Raadt