| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=94552
|
|
|
|
|
|
|
| |
PR: misc/34039
Notes:
svn path=/head/; revision=93518
|
|
|
|
|
|
|
| |
PR: misc/34039
Notes:
svn path=/head/; revision=93516
|
|
|
|
|
|
|
|
| |
Submitted by: ue (indirectly)
Approved by: eivind
Notes:
svn path=/head/; revision=93397
|
|
|
|
| |
Notes:
svn path=/head/; revision=93063
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=93054
|
|
|
|
|
|
|
|
| |
PR: 34790
Submitted by: Mike Makonnen <mike_makonnen@yahoo.com>
Notes:
svn path=/head/; revision=91927
|
|
|
|
|
|
|
|
| |
Submitted by: jedgar
Reviewed by: The usual gang of idiots in that IRC channel.
Notes:
svn path=/head/; revision=91251
|
|
|
|
|
|
|
|
|
| |
depending on namespace pollution 2 layers deep in <sys/stat.h>.
Sorted includes. Removed some unused includes.
Notes:
svn path=/head/; revision=91213
|
|
|
|
|
|
|
| |
Reviewed by: md5(1)
Notes:
svn path=/head/; revision=91138
|
|
|
|
|
|
|
| |
Reviewed by: md5(1)
Notes:
svn path=/head/; revision=91137
|
|
|
|
| |
Notes:
svn path=/head/; revision=91136
|
|
|
|
| |
Notes:
svn path=/head/; revision=91135
|
|
|
|
|
|
|
| |
Reviewed by: md5(1)
Notes:
svn path=/head/; revision=91134
|
|
|
|
|
|
|
|
|
| |
change function declarations to ANSI
change a variable that stores sizeof() values to size_t
use return to escape the end of main(), not exit(3)
Notes:
svn path=/head/; revision=91027
|
|
|
|
|
|
|
|
|
|
|
| |
to be.
PR: misc/35181
Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
MFC after: 3 days
Notes:
svn path=/head/; revision=91026
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
deprecated in favor of the POSIX-defined lowercase variants.
o Change all occurrences of NTOHL() and associated marcros in the
source tree to use the lowercase function variants.
o Add missing license bits to sparc64's <machine/endian.h>.
Approved by: jake
o Clean up <machine/endian.h> files.
o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>.
o Remove prototypes for non-existent bswapXX() functions.
o Include <machine/endian.h> in <arpa/inet.h> to define the
POSIX-required ntohl() family of functions.
o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>,
and <sys/param.h>.
o Prepend underscores to the ntohl() family to help deal with
complexities associated with having MD (asm and inline) versions, and
having to prevent exposure of these functions in other headers that
happen to make use of endian-specific defines.
o Create weak aliases to the canonical function name to help deal with
third-party software forgetting to include an appropriate header.
o Remove some now unneeded pollution from <sys/types.h>.
o Add missing <arpa/inet.h> includes in userland.
Tested on: alpha, i386
Reviewed by: bde, jake, tmm
Notes:
svn path=/head/; revision=90868
|
|
|
|
| |
Notes:
svn path=/head/; revision=90830
|
|
|
|
|
|
|
|
|
| |
Remove __STDC__ (which means we now use stdarg rather than vararg)
Remove register
Remove main prototype
Notes:
svn path=/head/; revision=90828
|
|
|
|
|
|
|
| |
of a package/port.
Notes:
svn path=/head/; revision=90516
|
|
|
|
|
|
|
|
|
|
| |
Include <termcap.h> to get its declaration. Our initialization of it
is still dubious, but it agrees with ncurses' documentation of it
(none) and with ncurses' recently fixed internals for it (old speeds
from <sys/ttydev.h>) and with the 4.4Lite documentation for it.
Notes:
svn path=/head/; revision=90118
|
|
|
|
|
|
|
|
|
|
|
| |
type correct. Include <termcap.h> to get its declaration. Our
initialization of it is still dubious, but it agrees with ncurses'
documentation of it (none) and with ncurses' recently fixed internals
for it (old speeds from <sys/ttydev.h>) and with the 4.4Lite
documentation for it.
Notes:
svn path=/head/; revision=90117
|
|
|
|
|
|
|
|
|
|
|
| |
without even getting its type correct. Include <termcap.h> to get its
declaration. Our initialization of it is still dubious, but it agrees
with ncurses' documentation of it (none) and with ncurses' recently
fixed internals for it (old speeds from <sys/ttydev.h>) and with the
4.4Lite documentation for it.
Notes:
svn path=/head/; revision=90116
|
|
|
|
|
|
|
|
|
|
|
| |
- fix missing punctuation,
- remove duplicates in fortunes2,
- don't abbreviate first names.
Remove duplication of Shaw's principle in fortunes2.
Notes:
svn path=/head/; revision=89008
|
|
|
|
| |
Notes:
svn path=/head/; revision=88753
|
|
|
|
|
|
|
|
|
|
| |
'if and only iff' does not.
PR: 33242
Submitted by: Eric Yu <ericyu@mail2000.com.tw>
Notes:
svn path=/head/; revision=88530
|
|
|
|
|
|
|
|
| |
Submitted by: Hans.VanSluis@compaq.com
MFC after: 1 month
Notes:
svn path=/head/; revision=88305
|
|
|
|
| |
Notes:
svn path=/head/; revision=88058
|
|
|
|
|
|
|
| |
Stolen from: NetBSD
Notes:
svn path=/head/; revision=88055
|
|
|
|
| |
Notes:
svn path=/head/; revision=88035
|
|
|
|
|
|
|
|
| |
Obtained from: Jan.Hendriks@Compaq.com
MFC after: 3 days
Notes:
svn path=/head/; revision=87726
|
|
|
|
|
|
|
|
| |
PR: 32085
Submitted by: setantae@submonkey.net <setantae@submonkey.net>
Notes:
svn path=/head/; revision=87521
|
|
|
|
| |
Notes:
svn path=/head/; revision=87429
|
|
|
|
| |
Notes:
svn path=/head/; revision=87428
|
|
|
|
| |
Notes:
svn path=/head/; revision=87427
|
|
|
|
|
|
|
|
| |
the correct duplicate. Both versions also attributed the quote to the
wrong book.
Notes:
svn path=/head/; revision=87425
|
|
|
|
| |
Notes:
svn path=/head/; revision=87424
|
|
|
|
| |
Notes:
svn path=/head/; revision=87420
|
|
|
|
|
|
|
| |
Pointed out by: $a_lot_of_people
Notes:
svn path=/head/; revision=86989
|
|
|
|
|
|
|
| |
Obtained from: BBC World Service on 9410kHz
Notes:
svn path=/head/; revision=86986
|
|
|
|
| |
Notes:
svn path=/head/; revision=86961
|
|
|
|
|
|
|
|
|
|
| |
addresses when adding stuff, so it seems fair to stop ``getting all
the fame'' by having my name displayed on login sessions.
Approved by: nik
Notes:
svn path=/head/; revision=86620
|
|
|
|
|
|
|
|
|
| |
Flinstone -> Flintstone.
Submitted by: grog (during the kernel debugging session at BSDConEurope)
Notes:
svn path=/head/; revision=86296
|
|
|
|
|
|
|
| |
Add a fortune.
Notes:
svn path=/head/; revision=86216
|
|
|
|
|
|
|
|
| |
Remove unattributed duplicate of Frederick Brooks eternal words
about the danger of second systems.
Notes:
svn path=/head/; revision=85977
|
|
|
|
| |
Notes:
svn path=/head/; revision=85976
|
|
|
|
|
|
|
|
| |
PR: 30500
Submitted by: Drew Derbyshire <ahd@kew.org>
Notes:
svn path=/head/; revision=85625
|
|
|
|
|
|
|
|
|
| |
PR: 31474
Submitted by: Eric Yu <ericyu@mail2000.com.tw>
MFC after: 1 week
Notes:
svn path=/head/; revision=85408
|
|
|
|
|
|
|
|
| |
PR: 31202
Submitted by: Jasmin Blanchette <jasmin@troll.no>
Notes:
svn path=/head/; revision=84944
|
|
|
|
| |
Notes:
svn path=/head/; revision=84536
|