aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Remove _SOLARIS_C_SOURCE now that it doesn't do anything in FreeBSDJohn Birrell2007-11-281-1/+0
* Fix -jX when makefiles are remade.Max Khon2007-11-251-0/+16
* Nuking the temporary pointer once it is properly tracked in local storage.Tai-hwa Liang2007-11-221-0/+1
* These are the things that the tinderbox has problems with because itJohn Birrell2007-11-201-0/+1
* Generate code that doesn't fail gcc 4.2's strict aliasing test.John Birrell2007-11-201-4/+10
* Reduce the WARNS levels in a couple of places so that we can enableJohn Birrell2007-11-181-1/+1
* Use variable types which match the function prototypes.John Birrell2007-11-172-2/+4
* Resolve conflicts; Update defines.h to reflect latest change.Xin LI2007-11-161-0/+9
* Fix (uncritical) potential buffer overflow: the length of "buf" was notStefan Eßer2007-11-151-1/+1
* - Steal short description from POSIX; it's more technical and wasRuslan Ermilov2007-11-131-4/+4
* write(1) needs to strip off the leading /dev/ from the tty name for theJohn Baldwin2007-11-121-3/+2
* Fix a typo.Ruslan Ermilov2007-11-091-1/+1
* - Fix documentation to match code. Specifically, -c doesn't haveRuslan Ermilov2007-11-091-21/+15
* Fix numerous bugs when parsing options and arguments.Ruslan Ermilov2007-11-091-9/+19
* Use static storage-class specifier where appropriate.Diomidis Spinellis2007-11-084-10/+10
* Make function's definition follow its declared visibility.Diomidis Spinellis2007-11-081-1/+1
* Fix visibility of "inplace".Diomidis Spinellis2007-11-081-1/+1
* setenv(3) sets errno on failure, use warn() insteadKevin Lo2007-11-081-3/+3
* - Include runefile.h for _CACHED_RUNESRong-En Fan2007-11-071-0/+1
* Markup nits.Ruslan Ermilov2007-11-071-2/+5
* Fix markup.Ruslan Ermilov2007-11-071-29/+31
* Check return value for setenv()Kevin Lo2007-11-061-3/+7
* - Add ZFS-support to fstat(1). This allows ZFS-filsystems to be including inUlf Lilleengen2007-11-056-0/+321
* initialize variables, WARNS=6 compliantPhilippe Charnier2007-11-023-1/+3
* Markup revision.Ruslan Ermilov2007-11-021-12/+16
* Add my birthday to the calendar.Henrik Brix Andersen2007-11-011-0/+1
* Also fix a "blank line" issue that sneaked in from rev. 1.19.Ruslan Ermilov2007-10-311-1/+1
* Give more details on the following topics:Yaroslav Tykhiy2007-10-311-7/+77
* Remove newly acquired hard sentence breaks.Ruslan Ermilov2007-10-301-2/+4
* Apply style(9) to usage(), fix markup of the manpage.Ruslan Ermilov2007-10-302-7/+5
* Never use getenv("HOME") without checking for NULL and non-zeroKevin Lo2007-10-302-3/+11
* Introduce a way to make pure kernal threads.Julian Elischer2007-10-261-48/+64
* - Add my birthday to the calendar.Ulf Lilleengen2007-10-251-0/+1
* The AWK 23-Oct-2007 release includes fixes for FreeBSD PR's bin/104795David E. O'Brien2007-10-253-50/+1
* - Convert NO_INSTALLLIB option to a new syntax: makefiles shouldRuslan Ermilov2007-10-201-0/+2
* Add a -z flag to nfsstat which zeros the NFS statistics after displayingJohn Baldwin2007-10-182-24/+48
* Teach makewhatis.c to treat .SS with the same severity as .SH.Edwin Groothuis2007-10-181-0/+2
* The upper while loop has already recycled child process, so the ifDavid Xu2007-10-181-3/+1
* Prevent strange crashes in fmt with absurd goal lengths introduced by theJuli Mallett2007-10-171-0/+2
* Fix incorrect string formats for netstat/sRandall Stewart2007-10-171-48/+48
* Fix various memory leaks.Konstantin Belousov2007-10-171-3/+13
* The previous version included too many file system types in the scan,Stefan Eßer2007-10-172-3/+9
* Make the updatedb script installed as /usr/libexec/locate.updatedbStefan Eßer2007-10-151-1/+1
* Backout sensors framework.Alexander Leidinger2007-10-155-278/+1
* Add myself to the FreeBSD calendar.Lars Engels2007-10-141-0/+1
* Bump document date for the last change.Ruslan Ermilov2007-10-141-1/+1
* Import OpenBSD's sysctl hardware sensors framework.Alexander Leidinger2007-10-145-1/+278
* o Pablo Picasso's birthday is October 25 not October 5.Maxim Konovalov2007-10-141-1/+1
* Fix id -A when the subject has an extended subject token associated withChristian S.J. Peron2007-10-141-7/+39
* Revision 1.12 of lockf.c fixed a "thundering herd" scenario when theChristian S.J. Peron2007-10-122-11/+72