| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
Remove __STDC__ (which means we now use stdarg rather than vararg)
Remove register
Remove main prototype
|
|
|
|
| |
of a package/port.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
- fix missing punctuation,
- remove duplicates in fortunes2,
- don't abbreviate first names.
Remove duplication of Shaw's principle in fortunes2.
|
| |
|
|
|
|
|
|
|
| |
'if and only iff' does not.
PR: 33242
Submitted by: Eric Yu <ericyu@mail2000.com.tw>
|
|
|
|
|
| |
Submitted by: Hans.VanSluis@compaq.com
MFC after: 1 month
|
| |
|
|
|
|
| |
Stolen from: NetBSD
|
| |
|
|
|
|
|
| |
Obtained from: Jan.Hendriks@Compaq.com
MFC after: 3 days
|
|
|
|
|
| |
PR: 32085
Submitted by: setantae@submonkey.net <setantae@submonkey.net>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
the correct duplicate. Both versions also attributed the quote to the
wrong book.
|
| |
|
| |
|
|
|
|
| |
Pointed out by: $a_lot_of_people
|
|
|
|
| |
Obtained from: BBC World Service on 9410kHz
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Flinstone -> Flintstone.
Submitted by: grog (during the kernel debugging session at BSDConEurope)
|
|
|
|
| |
Add a fortune.
|
|
|
|
|
| |
Remove unattributed duplicate of Frederick Brooks eternal words
about the danger of second systems.
|
| |
|
|
|
|
|
| |
PR: 30500
Submitted by: Drew Derbyshire <ahd@kew.org>
|
|
|
|
|
|
| |
PR: 31474
Submitted by: Eric Yu <ericyu@mail2000.com.tw>
MFC after: 1 week
|
|
|
|
|
| |
PR: 31202
Submitted by: Jasmin Blanchette <jasmin@troll.no>
|
| |
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
| |
the unnamed IRC channel.
|
|
|
|
|
| |
PR: docs/30844
Submitted by: Andrew <andrew@ugh.net.au>
|
|
|
|
|
|
|
|
|
|
|
| |
- Use getopt() to parse command line.
- Add usage().
- WARNSify.
- Convert manpage to mdoc(7).
PR: bin/30641
Submitted by: Andrey Simonenko <simon@simon.org.ua>, ru
MFC after: 1 week
|
|
|
|
|
|
|
|
|
| |
never set. Ideally, we'd get the extern from tutor.h, but that
defines a number of other variables that conflict with ours.
This fixes a segmentation fault when trying to return to the main menu.
PR: 30172
|
|
|
|
|
| |
PR: 30228
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
discussed on the arch@ mailinglist (after repo-copy).
sys.mk will .error if it finds /etc/defaults/make.conf but include
it anyways (this is the same behaviour as with the make.conf.local
removal).
/usr/share/examples/etc/make.conf has BDEFLAGS commented out now,
since it's only an example file.
Adjust all textes that talk about make.conf or defaults/make.conf to
match the new situation.
|
|
|
|
|
| |
Submitted by: Elodie Raynal-Melchy <elodie@babafou.eu.org>
MFC after: 2 days
|
| |
|
| |
|
|
|
|
|
| |
the % string section break and thus fortune was producing a rather large
multi-fortune fortune message.
|
|
|
|
|
|
|
| |
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
|
| |
|
|
|
|
|
|
|
|
| |
gets lost, he simply drops the fiber on the ground, waits ten minutes,
then asks the backhoe operator for directions.
-- Bill Bradford <mrbill@mrbill.net>
Submitted by: Kris Kirby <kris@catonic.net>
|
| |
|
| |
|