summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add /* FALLTHROUGH */phk2003-05-312-0/+2
* We cannot use the normal strlen() and strcpy, but don't #define strlen andphk2003-05-311-14/+11
* Add missing break;phk2003-05-311-0/+1
* Protect macro with do { ... } while (0)phk2003-05-311-1/+2
* Remove unused variable.phk2003-05-311-3/+0
* Fix indentation.phk2003-05-312-3/+3
* Rewrite Biba and MLS label externalization code to use sbufs insteadrwatson2003-05-312-105/+99
* Fix off-by-one error in range check of VC index.phk2003-05-311-1/+1
* Add /* FALLTHROUGH */phk2003-05-311-0/+1
* Remove extra ';'phk2003-05-311-2/+2
* Hang softc from dev_tphk2003-05-311-6/+18
* Remove unused variable.phk2003-05-313-6/+1
* Fix off-by-one errors in range checks of state machine states & events.phk2003-05-312-8/+8
* Remove extra ';'phk2003-05-311-1/+1
* Add missing markup bits.ru2003-05-311-2/+6
* Use temporary variable to avoid double expansion of macro with side effects.phk2003-05-312-2/+7
* Remove unused variable.phk2003-05-313-6/+1
* Hook libthr to the build. It's currently built only for i386 andmtm2003-05-311-2/+5
* Mostly fixed the SYNOPSIS.ru2003-05-311-12/+14
* Fix off-by-one error in drive number check.phk2003-05-311-3/+3
* Remove extra unused variable.phk2003-05-311-2/+0
* Remove extra ';'phk2003-05-312-2/+2
* Add GEOM module compilation shims.phk2003-05-319-0/+68
* excute: typo; possible replacements: excite, excuse.ru2003-05-311-4/+4
* Fix \ alignment in macro.phk2003-05-311-5/+1
* Add /* FALLTHROUGH */phk2003-05-312-0/+4
* Sigh, I guess this manpage used cat(1) as a template?ru2003-05-311-7/+6
* Remove unused local variables.phk2003-05-313-33/+7
* Introduce a init and fini member functions on a class.phk2003-05-313-40/+126
* Assorted mdoc(7) fixes.ru2003-05-311-7/+8
* Don't generate an ip_id for packets with the DF bit set; ip_id iswollman2003-05-311-4/+17
* Update copyright dates.des2003-05-315-5/+5
* Eliminate potential overflows by allocating softc dynamically,phk2003-05-315-34/+23
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.phk2003-05-3114-22/+2
* Fix systematic off-by-one errors in unit number range checks.phk2003-05-316-11/+11
* Remove pam_std_option() and related functions. Add #defines for commondes2003-05-311-24/+6
* Remove all instances of pam_std_option()des2003-05-315-167/+58
* Use symbolic constants instead of "4".phk2003-05-313-15/+10
* "break" rather than fall through to a break in the default clause.phk2003-05-311-0/+1
* Introduce pam_guest(8) which will replace pam_ftp(8).des2003-05-314-1/+220
* Don't use return(foo(...)); in function returning void.phk2003-05-311-1/+1
* Use le_uuid_dec() since GPT UUID's are always in LE format.phk2003-05-311-2/+4
* Introduce {be,le}_uuid_{enc,dec}() functions for explicitly encodingphk2003-05-312-0/+84
* The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to preventphk2003-05-317-27/+7
* CSTD is virtually worthless for WARNS=2-5. Return -pedantic to WARNS=6+.obrien2003-05-311-1/+3
* Don't use return(foo(...)); in a function returning void.phk2003-05-311-6/+8
* Make CSTD style match the rest of file.obrien2003-05-311-6/+6
* Fixup three rather minor typos that have irked me over time.hoek2003-05-311-4/+4
* Man, I'm not on the ball. 4th does not need to escape '\' chars. Thisscottl2003-05-311-8/+8
* Add entry for putty as an alias to vt220-colorache2003-05-311-1/+1
OpenPOWER on IntegriCloud