summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix a typo : ".Xr mount_udf 8," -> ".Xr mount_udf 8 ,".mux2002-05-111-1/+1
|
* Some features should have been marked as &merged;, but weren't. Fixbmah2002-05-112-16/+16
| | | | | | this. While I'm here, add a few missing words.
* Add support for stripping non-native object files by using anmarcel2002-05-111-1/+5
| | | | | | environment variable that specifies the name of the strip(1) program to use. The envvar is "STRIPBIN". The more natural choice would be "STRIP", but that one is taken already.
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingobrien2002-05-1110-27/+0
| | | | INTERNALLIB now.
* New release notes: ng_split, lpd(8) rc (+MFC).bmah2002-05-112-18/+16
| | | | | Deleted some release notes that were too vague to be useful: CAM error recovery update, vinum update, lpr/lpq/lpd update.
* We don't need libgnumalloc or libresolv on ELF systems.obrien2002-05-111-1/+1
|
* Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.obrien2002-05-116-25/+6
|
* New release notes: new crashdump infrastructure, cdcontrol(1) speed,bmah2002-05-112-28/+90
| | | | | | | | fsdb(8) blocks (+MFC), who(1) -H/-T/-m/-u/-q, xargs(1) -L, general note on SuSv3/POSIX.1 conformance. Modified release notes: The system awk is now BWK awk (noted in three places), uudecode(1)/uuencode(1) -o/-m (+MFC), xargs(1) -I/-J.
* We don't need to include arpa/inet.h here. In fact, only FreeBSD needsbrian2002-05-111-2/+1
| | | | netinet/in.h.
* Remove cross reference to pkg_update(1).eric2002-05-111-1/+0
|
* Do not install this with set-user-ID bit set. This utility does notnectar2002-05-112-2/+2
| | | | | | grok the `wheel' group. Noticed by: jmallett
* Reword the ``alias'' description slightly. We must specify a non-conflictingbrian2002-05-111-2/+3
| | | | | | netmask - not necessarily 0xffffffff. MFC after: 3 days
* #include netinet/in.h when !__FreeBSD__ to silence some warnings frombrian2002-05-111-0/+3
| | | | the inclusion of arpa/inet.h
* Use GCC's __attribute__ ((constructor)) mechanism to invoke the pthreadalfred2002-05-116-38/+132
| | | | | | | startup code rather than a static C++ object since c++ seems to be broken. This doesn't seem to work for staticically linked program just yet, I'll give that some more work when I get a chance.
* Fix logic inversion bug.kbyanc2002-05-111-2/+2
|
* sysctl -w -> sysctldd2002-05-118-15/+15
|
* sysctl -w -> sysctldd2002-05-112-2/+2
| | | | Approved by: ume
* Beware the log demon! (Fix typo: s/demon/daemon/)dd2002-05-111-1/+1
| | | | Submitted by: zhuravlev alexander <zaa@ulstu.ru>
* Sorry, I did not mean to turn collect2 back on yet.obrien2002-05-111-1/+1
|
* Fix warnings by commenting out text after #else/#endif.alfred2002-05-113-5/+5
|
* Temporarily disable Jeff's fix for atomic_cmpset_32() to zero-extend thejhb2002-05-111-0/+2
| | | | | | value we load from memory. gcc3.1 passes in the u_int32_t old value to compare against as a _sign_-extended 64-bit value for some reason (bug?). This is a temporary workaround so kernels work again on alpha.
* replace __FUNCTION__ with standardized __func__.alfred2002-05-1111-58/+58
| | | | Requested by: jhb
* unbreak build: fix multi-line string literalalfred2002-05-111-1/+1
|
* As a temporary bandaid disable '__printf0like' unconditionally, italfred2002-05-111-1/+1
| | | | | | doesn't seem to work under gcc 3.1 yet. We are now 'WERROR' safe again.
* unbreak build: ditch multi-line string literalsalfred2002-05-111-1/+1
|
* fix build:alfred2002-05-118-51/+67
| | | | | | | | you may not use string concatination with __FUNCTION__, replace all occurances of: __FUNCTION__ ": error string" with: "%s: error string"
* NetBSD keeps des.h in /usr/include/openssl these daysbrian2002-05-111-0/+4
|
* unbreak build:alfred2002-05-112-6/+2
| | | | | K&R style main() makes gcc emit a warning about missing prototypes so switch to ANSI.
* unbreak build:alfred2002-05-1110-6/+14
| | | | | commands.c, sys_bsd.c: comment out/remove junk after #endif/#else network.c, terminal.c, utlities.c: include stdlib.h for exit(3)
* #include <stdlib.h> for exit(3) prototype.jedgar2002-05-111-0/+1
|
* Add semicolon to empty default case to silence warning.jedgar2002-05-111-0/+1
|
* EXPR_COMPAT should imply -e, since there is no way to specify it otherwise,wollman2002-05-112-1/+18
| | | | and -e reflects the historic behavior of FreeBSD's expr.
* unbreak build: include string.h for strcmp prototype.alfred2002-05-111-0/+1
|
* Add a dummy cleandir target to the kernel section so that make buildkerneljhb2002-05-111-0/+1
| | | | actually works on a kernel config with NO_MODULES set.
* Mention the other RAS_PORT_TYPEs from rfc2865brian2002-05-111-0/+14
| | | | Suggested by: "lsz8425" <lsz8425@mail.cd.hn.cn>
* while i'm breaking stuff, use __dead2 instead of GCC specific __attribute__.alfred2002-05-111-2/+1
|
* backout additional include of cdefs.h, it's not helping any.alfred2002-05-111-1/+0
|
* include cdefs.h for __printf0like to silence warning.alfred2002-05-111-0/+1
|
* Add semicolon to empty default case to silence warning.jedgar2002-05-111-0/+1
|
* Localize the version number at the request of the GCC developers.obrien2002-05-111-1/+3
|
* Add semicolon to empty default case to silence warning.alfred2002-05-111-0/+1
|
* Revert rev 1.3 -- I tested using the wrong build compiler.obrien2002-05-111-1/+8
|
* Actually we don't need any special YACC'ing here. The ones known toobrien2002-05-101-8/+1
| | | | Bmake are fine.
* The response to my POSIX interpretation request says that `expr'wollman2002-05-102-46/+88
| | | | | | is required to be oblivious to overflow and to use the data type `long'. (Division by zero is undefined in ISO C so it's still OK to check for it here.) Add a new `-e' flag to get the old, more useful behavior.
* Note potential cvs update problem in contrib/gcc.obrien2002-05-101-0/+5
|
* This commit was generated by cvs2svn to compensate for changes in r96364,des2002-05-101-0/+1
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Add missing include (perforce change 11137)des2002-05-101-0/+1
| |
* | BWK awk appears to work for world builds just fine now. We want to makeobrien2002-05-102-9/+0
| | | | | | | | | | sparc64 the same as the other platforms -- so do it by moving the other platforms toward the sparc64.
* | Add tweaks needed when using as the system compiler.obrien2002-05-101-1/+21
| |
* | Change the PIO loops from a hard counter into a loop that calls DELAY()joerg2002-05-104-16/+52
| | | | | | | | | | | | | | | | | | | | | | | | in each cycle, with a tunable max cycle count defined in fdreg.h. This is said to fix the problem on some Compaq hardware (and perhaps on other machines using the Natsemi PC87317 chip) where the fdc(4) driver failed to operate at all. PR: kern/21397 Submitted by: Jung-uk Kim <jkim@niksun.com> MFC after: 3 days
OpenPOWER on IntegriCloud