| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
OK'ed by: imp, core
Notes:
svn path=/head/; revision=127958
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114433
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99499
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99110
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97768
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Old-style K&R declarations have been converted to new C89 style
o register has been removed
o prototype for main() has been removed (gcc3 makes it an error)
o int main(int argc, char *argv[]) is the preferred main definition.
o Attempt to not break style(9) conformance for declarations more than
they already are.
o Change
int
foo() {
...
to
int
foo(void)
{
...
Notes:
svn path=/head/; revision=90111
|
| |
|
|
|
|
|
|
|
| |
set WARNS=0.
Reviewed by: mike
Notes:
svn path=/head/; revision=87323
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79526
|
| |
|
|
|
|
|
| |
Submitted by: Mike Barcroft <mike@q9media.com>
Notes:
svn path=/head/; revision=78624
|
| |
|
|
| |
Notes:
svn path=/head/; revision=78466
|
| |
|
|
|
|
|
|
| |
PR: 27600
Submitted by: Iain Templeton <iain@ugh.net.au>
Notes:
svn path=/head/; revision=77108
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=76884
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74845
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68935
|
| |
|
|
|
|
|
| |
syncer(4) manual page.
Notes:
svn path=/head/; revision=63498
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50471
|
| |
|
|
| |
Notes:
svn path=/head/; revision=36151
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22988
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21635
|
| |
|
|
| |
Notes:
svn path=/head/; revision=20424
|
| |
|
|
|
|
|
| |
process and changed all of the old references to update(8) to update(4).
Notes:
svn path=/head/; revision=14041
|
| |
|
|
| |
Notes:
svn path=/head/; revision=3044
|
| |
|
|
|
|
|
| |
"Now it is has 2 portability bugs, which is a lot for 5 lines of working code"
Notes:
svn path=/head/; revision=2925
|
| |
|
|
|
|
|
|
| |
Reviewed by: phk
Submitted by: Josef Grosch <joeg@gagme.wwa.com>
Notes:
svn path=/head/; revision=2923
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1864
|
|
|
Notes:
svn path=/head/; revision=1556
|