Age | Commit message (Expand) | Author |
2003-04-23 | typo; | Jason McIntyre |
2003-04-23 | strchr() should be strrchr(); zyrnix | Todd C. Miller |
2003-04-23 | ignore altroot filesystem when upgrading, ok krw@ | Peter Stromberg |
2003-04-23 | some typos, and clarification of game rules; | Jason McIntyre |
2003-04-23 | updated links to FreeBSD ppp docs; | Jason McIntyre |
2003-04-23 | more snprintf and strlcpy/strlcat fixes. from todd@ and tedu@. | Jakob Schlyter |
2003-04-23 | Move m_copyback() to uipc_mbuf where it makes some kinda sense; ok dhartmei | Jason Wright |
2003-04-22 | replace an unbounded fscanf with an fgets | Anil Madhavapeddy |
2003-04-22 | some entries from encyclopedia 'holy ross' by o. platonov | Michael Shalayeff |
2003-04-22 | Tell glob() to do tilde and brace expansion too. | Todd C. Miller |
2003-04-22 | Indent delay slot insns | Jason Wright |
2003-04-22 | char * in prototypes should be const; Kamo Hiroyasu | Todd C. Miller |
2003-04-22 | port numbers are unsigned. use %u. from kame | Jun-ichiro itojun Hagino |
2003-04-22 | sync up ELF and a.out versions of ldconfig(8) | David Krause |
2003-04-22 | .Fn for functions, better spacing; | Jason McIntyre |
2003-04-22 | correct (false) assumption made about m->m_len. dhartmei ok. | Jun-ichiro itojun Hagino |
2003-04-21 | Stop parsing arguments when we hit "--". | Todd C. Miller |
2003-04-21 | build expanded brace with more explicit bound checking. | Marc Espie |
2003-04-21 | Mention that stroul() et al *do* accept negative numbers, they | Todd C. Miller |
2003-04-21 | Fix the load_size which is used by ldd to print end address. | Dale Rahn |
2003-04-21 | Close .Bl | Mike Pechkin |
2003-04-21 | a few string cleanups; ok dhartmei | Theo de Raadt |
2003-04-21 | mdocify; apparently no one every reads this man page. | Todd C. Miller |
2003-04-21 | mdoc version from NetBSD (wiz) with minor modifications and local changes. | Todd C. Miller |
2003-04-21 | Use strlcpy() and snprintf() in favor of inline strcpy() and sprintf(). | Todd C. Miller |
2003-04-20 | regen | Alexander Yurchenko |
2003-04-20 | Add Intel 82801DBM IDE | Alexander Yurchenko |
2003-04-20 | In pdc20265_pci_intr() perform shared irq check only if channel is | Alexander Yurchenko |
2003-04-20 | typos, and 1 from tedu; | Jason McIntyre |
2003-04-20 | typos, a little grammar, and lots of space at EOL deleted; | Jason McIntyre |
2003-04-20 | incorrect macro, with too many arguments; | Jason McIntyre |
2003-04-20 | typos; | Jason McIntyre |
2003-04-20 | typos; | Jason McIntyre |
2003-04-20 | more afs string cleaning; pvalchev ok | Theo de Raadt |
2003-04-20 | oh, the cgi-man thing... duh | Theo de Raadt |
2003-04-20 | correct strlpcy; spotted by janj+openbsd@wenf.org | Theo de Raadt |
2003-04-20 | move the NULL too; janj+openbsd@wenf.org | Theo de Raadt |
2003-04-20 | print "direxec" when it's enabled on msdosfs. | Ted Unangst |
2003-04-20 | authpf is supposed to die if the /etc/authpf/authpf.conf is not present. | Bob Beck |
2003-04-19 | string handling, ok deraadt@ | Daniel Hartmeier |
2003-04-19 | string handling, partly from and ok deraadt@ | Daniel Hartmeier |
2003-04-19 | Sync usage() and man page; closes PR 3219 | Todd C. Miller |
2003-04-19 | correct opacket/obytes statistics; from sam@freebsd | Jason Wright |
2003-04-19 | Make the ubsec_feed* routines void, noone looks at the return value (always z... | Jason Wright |
2003-04-19 | BNF update for hfsc | Henning Brauer |
2003-04-19 | sync w/ the sudo cvs tree and sudo 1.6.7p4 | Todd C. Miller |
2003-04-19 | mention hfsc. | Henning Brauer |
2003-04-19 | Tweak previous sprintf -> snprintf fix to eliminate unnecessary | Kenneth R Westerback |
2003-04-19 | change "%12.f" -> "%12.0f" to avoid a -Wformat warning | Anil Madhavapeddy |
2003-04-19 | fix typos; Julien Bordet | Todd C. Miller |