Age | Commit message (Expand) | Author |
2001-04-20 | Fix an incorrect memset() in __grow_type_table(); dk@homepage.ru | Todd C. Miller |
2001-04-18 | Most of the systems we run on require an emulated EMODD, so avoid using | Hugh Graham |
2001-04-17 | Add an x509v3.cnf in /etc/ssl so that creating certificate authorities | Bob Beck |
2001-04-16 | Man page for hsearch/hcreate/hdestroy from NetBSD | Todd C. Miller |
2001-04-13 | Another case where we need to use u_char, not char for array | Todd C. Miller |
2001-04-13 | signess bug; jwaterman@yaleroad.com | Theo de Raadt |
2001-04-09 | 31 vs 32; ianm@cit.uws.edu.au | Theo de Raadt |
2001-04-05 | remove extra continue statements | Theo de Raadt |
2001-04-05 | Updates and corrections from gluk@ after recent softupdates changes. | Aaron Campbell |
2001-04-03 | Add missing return type to dn_comp() prototype in SYNOPSIS; matt@anzen.com | Aaron Campbell |
2001-04-02 | use a len in g_Ctoc, easier code; freebsd | Theo de Raadt |
2001-03-30 | typo | Paul Janzen |
2001-03-29 | fix fork, brk/sbrk; rcsid embedding | Michael Shalayeff |
2001-03-28 | C++ wrapping; dmcmahill@netbsd.org | Theo de Raadt |
2001-03-28 | Fix some glob defects: | Todd C. Miller |
2001-03-28 | correct arg order addi/subi, newer gas catches this | Michael Shalayeff |
2001-03-28 | must spec +1 in this one case... | Theo de Raadt |
2001-03-28 | avoid g_Ctoc() overflows; art@ ok | Theo de Raadt |
2001-03-28 | KNF | Theo de Raadt |
2001-03-27 | The .Os macro should not be used in the general text domain. | Aaron Campbell |
2001-03-26 | cosmetic changes from tzcode2001a | Todd C. Miller |
2001-03-24 | Use "realinstall" to allow the framework to do other work if needed; | Thorsten Lockert |
2001-03-22 | a bit closer to the queen's english | Theo de Raadt |
2001-03-22 | it is kn_add_action, not keynote_add_action | Todd C. Miller |
2001-03-22 | typo in ERROR_NOTFOUND error message | Todd C. Miller |
2001-03-22 | Fix thinko in kn_do_query error checking; angelos OK'd | Todd C. Miller |
2001-03-20 | document new interpretation for net.inet6.icmp6.nodeinfo. | Jun-ichiro itojun Hagino |
2001-03-19 | set gl_pathv to NULL after we free it; christos@netbsd.org | Todd C. Miller |
2001-03-18 | GLOB_LIMIT changes from christos | Theo de Raadt |
2001-03-18 | Fix lots of register masks. | Brandon Creighton |
2001-03-16 | add a _kvm_pa2off() for vax | Brandon Creighton |
2001-03-14 | Move description of exect() to execve(2) man page. Add a note about exect() not | Aaron Campbell |
2001-03-13 | stronger test | David Leonard |
2001-03-13 | typo in comment | David Leonard |
2001-03-13 | recursive mutex test | David Leonard |
2001-03-11 | mdoc police. | Aaron Campbell |
2001-03-11 | Cosmetic: Super-user -> Superuser | Aaron Campbell |
2001-03-11 | Convert flags list from a literal display to a nicely formatted list. | Aaron Campbell |
2001-03-11 | Section shuffling. | Aaron Campbell |
2001-03-11 | Add cvs tag, remove incompatible LIBRARY section, plus other OpenBSD'ifications | Aaron Campbell |
2001-03-11 | Better grammar, move HISTORY before CAVEATS, and add some missing commas. | Aaron Campbell |
2001-03-11 | mdoc police. | Aaron Campbell |
2001-03-11 | Fix typo: disklable -> disklabel; from NetBSD. | Aaron Campbell |
2001-03-10 | Crank major number. openssl on m68k is now compiled in 32 bit mode instead | Theo de Raadt |
2001-03-09 | minor irrelevant oops | Theo de Raadt |
2001-03-09 | add OpenBSD-m68k target, turning BN_LLONG off, for performance on 060 | Theo de Raadt |
2001-03-09 | build using OpenBSD-m68k on m68k machines | Theo de Raadt |
2001-03-09 | m{,un}lockall | Artur Grabowski |
2001-03-09 | Xr mlockall | Artur Grabowski |
2001-03-09 | Add mlockall and munlockall. man-page from NetBSD. | Artur Grabowski |