summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* This code builds cleanly at WARNS level 6.des2004-11-081-0/+1
* filedesc0 is an internal detail of the kernel, don't look at it.phk2004-11-071-13/+9
* FreeBSD does have uintmax_t, so it can correctlykientzle2004-11-061-0/+1
* Now with the remote job support removed there can be no remote jobs andharti2004-11-053-111/+32
* When the last line of a file is missing a newline in -f mode, pass atjr2004-11-051-3/+5
* Check that ee's standard input and output is a terminal.fjoe2004-11-051-4/+5
* Correct error handling on failed writeskientzle2004-11-052-5/+3
* Add support for following more than one file i.e.paul2004-11-043-96/+200
* Remove the remote stuff from make. This actually never worked in our makeharti2004-11-043-460/+50
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarru2004-11-037-7/+7
* Revert a WIP change that shouldn't have been in last commit.paul2004-11-031-4/+2
* Convert to ANSI style function definitions.paul2004-11-035-31/+12
* Add myself to the calendarahze2004-10-301-0/+1
* Only check if ENABLE_SUID_NEWGRP is defined, for consistency withru2004-10-241-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-2411-11/+12
* Add a missing full-stop to match the rest of the items in a list.keramida2004-10-241-1/+1
* "unset verbose" is 13 characters, not 10.ru2004-10-231-1/+1
* Expand the scope of the .SHELL specification to also coverru2004-10-234-30/+46
* Add punctuation which appears to have been accidentally removed incperciva2004-10-221-1/+1
* Add -D_KVM_VNODE to indicate that despite being a userland program,phk2004-10-211-0/+2
* -c flag (cache stats) was killed in rev. 1.68. Fix getopt(3) andmaxim2004-10-201-2/+2
* Replaced afterinstall: with equivalent FILES and SYMLINKS.ru2004-10-181-34/+33
* Modify behaviour of `xargs -I` in order to:cperciva2004-10-181-2/+2
* getopt(3) prints an "unrecognized option" warning for me, so Ikientzle2004-10-171-1/+0
* Cosmetic goof: Use two spaces in "Jan 03 2004" but only one in "Jan 03 12:32"kientzle2004-10-171-1/+1
* Remove the obsolete <rune.h> interface.tjr2004-10-171-2/+0
* Use <runetype.h> instead of <rune.h> since the latter is going away.tjr2004-10-171-2/+2
* Remove explicit support for generating LC_CTYPE data files that specifytjr2004-10-172-8/+1
* Bump document datebrueffer2004-10-161-1/+1
* We use /etc/pam.d/login nowadaysbrueffer2004-10-151-6/+3
* Make sure to return 0 from kernel_getnfile() since if there were angreen2004-10-051-0/+1
* Re-enable descending into the "atm" subdir.ru2004-10-051-1/+1
* Bump document date for last commit.simon2004-10-041-1/+1
* PAM configuration is now in /etc/pam.d/su.simon2004-10-031-7/+4
* Use a proper prototype for hertz().stefanf2004-10-032-1/+3
* Pass an array of gid_t rather than an array of int to getgroups().stefanf2004-10-021-1/+2
* Make -t <tty> optional. If not specified use stdin/stdout.emax2004-09-302-14/+35
* 1. Add much finer granularity to the NO_BIND knobs with the addition of:dougb2004-09-271-1/+1
* Don't use an uninitialised variable when reading from a ktr alq file.julian2004-09-271-1/+1
* Per style.Makefile(5), don't define MAN if the only page installeddougb2004-09-263-6/+0
* Fix up the man file installation for the new BIND 9 sources:dougb2004-09-261-0/+2
* Fix build in the !NOATM case by using the begemot library in place oftrhodes2004-09-241-3/+3
* Allow %' to be used as a format flag by printf(1). This makes itkeramida2004-09-241-1/+1
* Don't expose BIND libraries and their headers to the public by default,ru2004-09-244-4/+8
* De-orbit more remnants of BIND 8.des2004-09-232-22/+0
* Clean up and comment config.mk. Centralize more stuff. Bitch ifdes2004-09-224-8/+8
* Switch from BIND 8 to BIND 9.des2004-09-215-17/+77
* Update copyright years.des2004-09-212-2/+2
* Fix a buffer overflow by using strncpy() instead of strcpy().das2004-09-191-4/+4
* Place a function prototype correctly.ru2004-09-191-1/+1
OpenPOWER on IntegriCloud