Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-04-22 | port numbers are unsigned. use %u. from kame | 1 | -4/+4 | ||
2003-04-22 | sync up ELF and a.out versions of ldconfig(8) | 2 | -37/+45 | ||
ok drahn@ mdoc ok jmc@ | |||||
2003-04-22 | .Fn for functions, better spacing; | 1 | -21/+23 | ||
ok mickey@ | |||||
2003-04-22 | correct (false) assumption made about m->m_len. dhartmei ok. | 1 | -13/+38 | ||
2003-04-21 | Stop parsing arguments when we hit "--". | 1 | -7/+15 | ||
2003-04-21 | build expanded brace with more explicit bound checking. | 1 | -7/+7 | ||
okay millert@ | |||||
2003-04-21 | Mention that stroul() et al *do* accept negative numbers, they | 1 | -1/+6 | ||
just (effectively) cast to unsigned. ho@ OK | |||||
2003-04-21 | Fix the load_size which is used by ldd to print end address. | 1 | -2/+2 | ||
2003-04-21 | Close .Bl | 1 | -1/+2 | ||
millert@ | |||||
2003-04-21 | a few string cleanups; ok dhartmei | 2 | -16/+27 | ||
2003-04-21 | mdocify; apparently no one every reads this man page. | 1 | -43/+41 | ||
2003-04-21 | mdoc version from NetBSD (wiz) with minor modifications and local changes. | 1 | -64/+60 | ||
2003-04-21 | Use strlcpy() and snprintf() in favor of inline strcpy() and sprintf(). | 1 | -13/+13 | ||
Based on a diff from krw but this uses the strlcpy() / snprintf() return values. millert tested, krw approved... | |||||
2003-04-20 | regen | 2 | -2/+7 | ||
2003-04-20 | Add Intel 82801DBM IDE | 1 | -1/+2 | ||
2003-04-20 | In pdc20265_pci_intr() perform shared irq check only if channel is | 1 | -2/+3 | ||
enabled since it reqires accessing channel's bus space. Problem reported by Armin Wolfermann <aw@osn.de>. | |||||
2003-04-20 | typos, and 1 from tedu; | 2 | -37/+39 | ||
ok tedu@ | |||||
2003-04-20 | typos, a little grammar, and lots of space at EOL deleted; | 8 | -31/+33 | ||
2003-04-20 | incorrect macro, with too many arguments; | 1 | -2/+5 | ||
2003-04-20 | typos; | 5 | -22/+23 | ||
2003-04-20 | typos; | 3 | -11/+11 | ||
ok tedu@ | |||||
2003-04-20 | more afs string cleaning; pvalchev ok | 3 | -20/+26 | ||
2003-04-20 | oh, the cgi-man thing... duh | 1 | -1/+1 | ||
2003-04-20 | correct strlpcy; spotted by janj+openbsd@wenf.org | 1 | -7/+10 | ||
2003-04-20 | move the NULL too; janj+openbsd@wenf.org | 1 | -1/+1 | ||
2003-04-20 | print "direxec" when it's enabled on msdosfs. | 1 | -2/+4 | ||
from Thorsten Glaser | |||||
2003-04-20 | authpf is supposed to die if the /etc/authpf/authpf.conf is not present. | 1 | -2/+2 | ||
pr # 3217, patch from frisco@blackant.net | |||||
2003-04-19 | string handling, ok deraadt@ | 1 | -24/+47 | ||
2003-04-19 | string handling, partly from and ok deraadt@ | 1 | -4/+8 | ||
2003-04-19 | Sync usage() and man page; closes PR 3219 | 1 | -6/+5 | ||
2003-04-19 | correct opacket/obytes statistics; from sam@freebsd | 1 | -7/+6 | ||
2003-04-19 | Make the ubsec_feed* routines void, noone looks at the return value (always zero anyway); from freebsd. | 1 | -9/+7 | ||
2003-04-19 | BNF update for hfsc | 1 | -3/+12 | ||
2003-04-19 | sync w/ the sudo cvs tree and sudo 1.6.7p4 | 47 | -81/+251 | ||
2003-04-19 | mention hfsc. | 1 | -8/+18 | ||
this needs more work. | |||||
2003-04-19 | Tweak previous sprintf -> snprintf fix to eliminate unnecessary | 1 | -7/+4 | ||
intermediate variable. Suggested by deraadt@. ok henning@ millert@ tdeval@ | |||||
2003-04-19 | change "%12.f" -> "%12.0f" to avoid a -Wformat warning | 1 | -2/+2 | ||
ok millert@ | |||||
2003-04-19 | fix typos; Julien Bordet | 1 | -4/+4 | ||
2003-04-19 | - kill unused var | 3 | -11/+13 | ||
- sscanf format string should scan for u_short not u_int - some missing includes - convert u_short -> in_port_t (from millert) ok millert@ | |||||
2003-04-19 | transposed args to snprintf, millert@ ok | 1 | -2/+2 | ||
2003-04-19 | format string typo in usage (%d -> %s for program name) | 1 | -3/+3 | ||
2003-04-19 | strcpy/strcat/sprintf removal; krw@ OK | 6 | -93/+97 | ||
2003-04-19 | Some string cleanup: sprintf -> snprintf and magic numbers to sizeof | 2 | -10/+20 | ||
(remember: d_[type|pack]name do not need terminating null). Take the opportunity to introduce some paranoia and check the device name lengths to make sure they fit, with appropriate errors if not. ok tedu@ tdeval@ | |||||
2003-04-19 | Davicom DM9009 | 2 | -5/+5 | ||
2003-04-19 | Davicom DM9009 support | 1 | -2/+4 | ||
tested by Lucas Reddinger <lucas at wlwdesigns.com> | |||||
2003-04-19 | regen | 2 | -2/+7 | ||
2003-04-19 | +davicom DM9009 | 1 | -1/+2 | ||
2003-04-19 | string stuff, ok krw@ deraadt@ | 2 | -7/+8 | ||
2003-04-19 | string stuff, ok krw@ | 2 | -13/+18 | ||
2003-04-18 | Fix format odditiy in 'ERRORS' section, formats like mmap(2) manpage now. | 1 | -2/+2 | ||