summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* WARNS=2 is going to become the default, so remove it from here.markm2001-12-115-5/+1
|
* WARNS=2 fixes.markm2001-12-111-6/+6
|
* WARNS=2 fixes, use __FBSDID(), kill register keyword.markm2001-12-111-46/+46
|
* WARNS=2 is to become the default, so remove. Use __FBSDID().markm2001-12-112-7/+6
|
* WARNS=2 fixes, use __FBSDID().markm2001-12-111-5/+10
|
* WARNS=2 is to become the default, so remove it from here.markm2001-12-112-2/+0
|
* Protect this from the coming WARNS=2 default.markm2001-12-111-0/+1
|
* WARNS=2 fix, kill register keyword, use __FBSDID().markm2001-12-115-21/+27
| | | | | NO_WERROR set because of hard-to-fix warnings originating in system headers.
* Protect this against the to-come WARNS=2 default.markm2001-12-111-0/+1
|
* WARNS=2 fix, add externs.h to centralise external prototypes,markm2001-12-113-13/+52
| | | | use __FBSDID(), kill register keyword.
* WARNS=2 fixes, but set NO_WERROR, as there are some HardToFix(tm)markm2001-12-112-55/+63
| | | | warnings originating in system headers.
* Remove WARNS=2 as this is to become default.markm2001-12-111-1/+0
|
* WARNS=2 fixes, use __FBSDID(), kill register keyword.markm2001-12-111-49/+57
|
* WARNS=2 fixes.markm2001-12-111-1/+1
|
* WARNS=2, use __FBSDID(), set NO_WERROR, as there are "dirty" files usedmarkm2001-12-112-16/+19
| | | | during the bootstrap phase.
* WARNS=2 fixes, remove register keyword, use __FBSDID()markm2001-12-111-10/+14
|
* WARNS=2 fixes, use __FBSDID(), kill register keyword.markm2001-12-111-10/+11
|
* Temporarily "protect" this against the coming WARNS=2 default as itmarkm2001-12-111-0/+1
| | | | | is "hard to fix" (meaning I will come back to fix it if nobody gets there first).
* Remove WARNS=2 as this is to be the default.markm2001-12-111-1/+0
|
* WARNS=2 fix, use __FBSDID().markm2001-12-111-11/+13
| | | | WARNS=2 is not in Makefile, as this will be the default.
* Use FBSDID(), WARNS=2 fix.markm2001-12-111-3/+5
| | | | Mkaefile does not use WARNS=2 beacuse this will be made default.
* Use __FBSDID(). remove WARNS=2 as this is going to be default.markm2001-12-112-7/+6
|
* WARNS=2 fix, use __FBSDID().markm2001-12-111-8/+7
| | | | Not added to Makefgile as WARNS=2 will be made default.
* WARNS=2 fix, use __FBSDID().markm2001-12-112-14/+15
| | | | Not added to Makefile as WARNS=2 will be made default.
* WARNS=2 fix, use __FBSDID() and sort includes.markm2001-12-113-44/+46
| | | | WARNS=2 not added to Makefile as it is to become default.
* WARNS=2 fix, but do not set this im Makefile, because this ill be themarkm2001-12-112-2/+1
| | | | default for src/usr.bin/
* WARNS=2 fixesmarkm2001-12-116-69/+68
| | | | | | | | | | __FBSDID() additions some include file sorting. Some Makefile sorting. WARNS?=2 is not added to the Makefile, because it is going to be default for usr.bin/ NO_WERROR is set because there are rpc*.h file issues.
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-1091-325/+372
| | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF.
* Set fetchDebug if v_level is 3 or more.des2001-12-091-0/+2
| | | | | PR: bin/32615 MFC after: 1 week
* Don't assume that the number of fds to select on is known quantity (injkh2001-12-081-32/+56
| | | | | | | this case 16). Use dynamic FD_SETs and calculated high-water marks throughout. Obtained from: OpenBSD and Apple's Radar database MFC after: 2 days
* Add support for Brazilian IP Addresses. Example `whois 200.236.70.0'.mike2001-12-081-1/+2
| | | | PR: 30676
* Only use __FBSDID if it is defined. This fixes the 4.4-release (butimp2001-12-0814-0/+28
| | | | | | not stable) -> current upgrade path. Reviewed by: markm
* Yes seems to be warns clean on alpha and i386.dwmalone2001-12-031-0/+2
|
* Some warns cleanups - I think this is still not warns clean on the alpha.dwmalone2001-12-032-7/+9
|
* Warns cleanup. Add FreeBSD ID to Makefile.dwmalone2001-12-032-1/+3
|
* Warns cleanups. Add FreeBSD ID to Makefile.dwmalone2001-12-038-14/+24
|
* Warns cleanup - don't declare ttyname(). Add FreeBSD ID to Makefile.dwmalone2001-12-032-1/+3
|
* Warns cleanups. Add missing prototype.dwmalone2001-12-032-2/+5
|
* Fix one warning - still not warns clean.dwmalone2001-12-031-1/+1
|
* Strip seems to be warns clean on i386 and alpha.dwmalone2001-12-031-0/+1
|
* Warns cleanups.dwmalone2001-12-0312-11/+21
|
* Warns cleanups. This makes the showmount code warns clean, but somedwmalone2001-12-031-3/+3
| | | | of the rpc headers aren't.
* Warns cleanups. Add FreeBSD ID.dwmalone2001-12-032-2/+4
|
* Warns cleanups, add FreeBSD IDs.dwmalone2001-12-032-3/+9
|
* Warnc cleanups. Add FreeBSD IDs.dwmalone2001-12-032-2/+8
|
* Warns cleanups. Don't use gccism -Wall.dwmalone2001-12-032-2/+2
|
* Nohup seems to be warns clean on alpha and i386. Add FreeBSD id to Makefile.dwmalone2001-12-031-0/+2
|
* Warns cleanup. Add FreeBSD ID to Makefile and nice.c.dwmalone2001-12-032-2/+8
|
* Warns cleanups.dwmalone2001-12-036-5/+8
|
* Warns cleanup. Add FreeBSD ID to Makefile.dwmalone2001-12-032-7/+9
|
OpenPOWER on IntegriCloud