summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-11-04a simpler test for __syscall args alignmentMichael Shalayeff
2003-11-04kill a no longer relevant todo itemMichael Shalayeff
2003-11-04Some cleanups from Andrey Matveev <andrushock@korovino.net>:Ryan Thomas McBride
2003-11-03replace magic number for min number of poll_data entriesMarco S Hyman
2003-11-03Don't define a specific target when the default rule will do perfectly.Otto Moerbeek
2003-11-03verify exec headers before attempting malloc. reported by Georgi Guninski.Ted Unangst
2003-11-03syncOtto Moerbeek
2003-11-03Install bc(1) USD doc.Otto Moerbeek
2003-11-03use arc4random_bytesTed Unangst
2003-11-03add arc4random_bytes. input ok mickey@Ted Unangst
2003-11-03mention w^x on i386 tooMichael Shalayeff
2003-11-03put a line about 3.4Michael Shalayeff
2003-11-03Slight touchesMiod Vallat
2003-11-03For some reason, texts were duplicated.Miod Vallat
2003-11-03canonpath strips ending /, rely on unstripped name for @extra.Marc Espie
2003-11-03fix logic wrt pkgstems and dependencies.Marc Espie
2003-11-03do not free static type pointer in warn_changed_key()Jakob Schlyter
2003-11-03move changed key warning into warn_changed_key(). ok markus@Jakob Schlyter
2003-11-03make this a little more idiot-proof; ok markus@Damien Miller
2003-11-03There is no point in checking NIC capabilities before calling pf_test(),Cedric Berger
2003-11-03pf_route() can change output NIC, so we need to check its capabilities.Cedric Berger
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03NULL for NULL pointers, not 0Ted Unangst
2003-11-03combine ugly printf(), exit() combo statements into err() or errx().Ted Unangst
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03encourage people to link with -lcurses rather than -ltermcap;Jason McIntyre
2003-11-03spelling fix in commentsDavid Krause
2003-11-03Cleanups:Ryan Thomas McBride
2003-11-03spellingDavid Krause
2003-11-03remove support for non-existent scd and pcd drivers. ok deraadt millertTed Unangst
2003-11-03spacingTheo de Raadt
2003-11-03spellingDavid Krause
2003-11-03Some KNF cleanup. There's probably more to do.Ryan Thomas McBride
2003-11-02Document kthread_create() return value.Alexander Yurchenko
2003-11-02- newline before printing first state (so they all line up and the firstRyan Thomas McBride
2003-11-02Typo; #ifdef INET not INET6.Ryan Thomas McBride
2003-11-02some corrections from wiz@netbsd;Jason McIntyre
2003-11-02pmap_remove_mapping() uses an unnecessary PHYS_TO_VM_PAGE call. Instead ofMiod Vallat
2003-11-02remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.ukMarkus Friedl
2003-11-02print raw ip[46] sockets; ok deraadt@Markus Friedl
2003-11-02Don't zero the debug level when we enable pf.Ryan Thomas McBride
2003-11-01Historically, scalb() in 4BSD had the actual semantics of scalbn(). We changedTodd C. Miller
2003-11-01process signals at the right time. also handle stdin failure better;Theo de Raadt
2003-11-01Fix typo, which was already spotted by jmc@, but missing in the previousOtto Moerbeek
2003-11-01Complete incomplete H_ADD description.Otto Moerbeek
2003-11-01Sync command table to code. Spotted by jmc@.Otto Moerbeek