summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Mark a function as __printflike()kris2002-02-041-1/+1
* | Mark a function as __printflike()kris2002-02-041-1/+1
* | Mark a function as __printf0like(). This exposes a warning which requireskris2002-02-041-1/+1
* | Prototype a function as __printflike() to avoid a FORMAT_AUDIT warning.kris2002-02-041-0/+2
* | Mark report() as printflike and fix resulting warnings, including one bugkris2002-02-044-4/+4
* | Silence some FORMAT_AUDIT warnings (one left)kris2002-02-041-2/+2
* | __printflike() should really be __printf0like() since verrx() cankris2002-02-041-1/+1
* | Add a __printflike() attribute to silence warning with FORMAT_AUDIT=1kris2002-02-041-1/+2
* | Add the other half of the salt-generating code. No functionalmarkm2002-02-041-8/+7
* | Forced commit.markm2002-02-030-0/+0
* | Use __FBSDID() and clean up the vendor tags.markm2002-02-035-21/+27
* | WARNS=4 fixes, plus a healthy dose of fixes inspired by lint.markm2002-02-037-72/+84
* | Follow NetBSD and ANSIfy the function definitions.joe2002-02-033-343/+232
* | o Eliminate __Pimp2002-02-037-272/+149
* | Turn on fascist warning mode.markm2002-02-031-0/+2
* | WARNS fix. Zap an unused variable.markm2002-02-031-1/+1
* | WARNS=n fixes (and some stylistic issues).markm2002-02-036-55/+91
* | WARNS=4 fixes (incomplete, so set NO_WERROR), and lots of extramarkm2002-02-0310-235/+239
* | WARNS-n and lint(1) silencer. Declare (const) strings properly asmarkm2002-02-031-1/+1
* | WARNS=n and lint(1) silencer. Declare an array of (const) stringsmarkm2002-02-031-1/+1
* | Zero functional difference; make some integer constants unsigned, asmarkm2002-02-032-4/+4
* | Make the style a little bit more consistant by removing parametermarkm2002-02-032-6/+4
* | Work around a buffer overflow problem on argv that has been exposedknu2002-02-031-6/+16
* | Use osigreturn(2) instead of sigreturn(2) plus broken magic for returningbde2002-02-037-42/+18
* | Use new ID scheme.mike2002-02-031-25/+20
* | Change variable name from DOCDISTFILES to RELEASEDISTFILES. Respectmatusita2002-02-031-4/+9
* | Improve the change in the previous commit: use a stub for osigreturn()bde2002-02-035-0/+20
* | Use a more correct method of copying entire ACLs (fixesjedgar2002-02-031-3/+16
* | Regenerate.joe2002-02-022-503/+615
* | Update comments and product identifiers so that they're the samejoe2002-02-021-12/+12
* | Add some missing usb vendors (from NetBSD).joe2002-02-021-0/+16
* | Sync with NetBSD's version, dropping all the 'ltd', 'corp', etc.joe2002-02-021-140/+140
* | Remove an unnecessary #include that trips up OpenPAM. The header in questiondes2002-02-021-2/+0
* | Don't declare our own common version of the library variable `ospeed'.bde2002-02-021-1/+1
* | Don't declare the library variable `ospeed' without even getting itsbde2002-02-021-2/+1
* | Don't declare our own common version of the library variable `ospeed'bde2002-02-021-1/+1
* | Fix unused variable.imp2002-02-021-0/+1
* | missed a few registersimp2002-02-021-3/+3
* | Ooops, forgot to remove the registers here.imp2002-02-0214-318/+318
* | %.* takes an int, not a size_t.imp2002-02-021-1/+2
* | o __P has been reovedimp2002-02-0262-1412/+780
* | o __P has been reovedimp2002-02-0242-1809/+447
* | o __P has been reovedimp2002-02-0211-348/+207
* | o __P has been reovedimp2002-02-0211-156/+106
* | Modernization effort for bin/c*:imp2002-02-026-129/+67
* | Drag cat(1) kicking and screaming into the late 1980's:imp2002-02-021-21/+11
* | o Add the prototype of cr_cansignal() from an earlier change torwatson2002-02-021-0/+1
* | Merged cy_pcireg.h into the one file that uses it (cy_pci.c).bde2002-02-023-47/+32
* | Fixed breakage of interrupt setup in previous commit. It used anbde2002-02-022-0/+4
* | In the routines vrele() and vput(), we must lock the vnode andmckusick2002-02-021-15/+15
OpenPOWER on IntegriCloud