aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Add device to access and modify Open Firmware NVRAM settings inMaxim Sobolev2006-08-014-0/+351
* inetd and telnetd are not included in the standard releaseYaroslav Tykhiy2006-07-311-0/+1
* Use NO_SHARED=YES to force a static link.Marcel Moolenaar2006-07-301-1/+1
* Link kldxref(8) static on PowerPC to work around a SIGSEGV thatMarcel Moolenaar2006-07-291-0/+4
* Change maketempfile() to return a FILE* so as to eliminate the fopen()Marcel Moolenaar2006-07-291-6/+7
* ip6addrctl belongs to under MK_INET6, it is of no use w/o IPv6Yaroslav Tykhiy2006-07-271-1/+2
* These IPv6-only tools have no explicit dependency on the INET6 macro.Yaroslav Tykhiy2006-07-278-8/+7
* ndp, rrenumd, rtadvd, and rtsold are IPv6-only tools,Yaroslav Tykhiy2006-07-271-4/+8
* Obey MK_INET6_SUPPORT.Yaroslav Tykhiy2006-07-274-2/+24
* Fix build w/o INET6.Yaroslav Tykhiy2006-07-271-0/+4
* Add stge(4) to the list of supported network interface.Pyun YongHyeon2006-07-251-0/+1
* Remove mention of the `W' flag, which has been turned to no-op by theMaxim Sobolev2006-07-212-18/+1
* Convert macros to use C99's syntax for macros with a variable number ofStefan Farfeleder2006-07-201-10/+10
* Remove unused variables.Stefan Farfeleder2006-07-202-5/+3
* Don't use "implicit int". Move the opening { of the functions to the nextStefan Farfeleder2006-07-201-2/+4
* Remove an unused variable.Stefan Farfeleder2006-07-191-2/+1
* Don't use empty braces ("{}") to initialise arrays. This is a syntaxStefan Farfeleder2006-07-176-6/+6
* Add FreeBSD version information to the menu title so it's possible toSimon L. B. Nielsen2006-07-154-15/+40
* Reduce the memory requirements for the tables by (1) using malloced stringsHartmut Brandt2006-07-1411-282/+604
* Extend i4b to support CAPI manager based ISDN controllers (CAPI manager is pa...Thomas Wintergerst2006-07-091-0/+14
* Remove build timestamps. There's no need to know exactly when these programsColin Percival2006-07-096-6/+6
* Turn on libfetch debugging if -v was specified on the command line.Dag-Erling Smørgrav2006-07-081-0/+1
* In get_exportlist(), properly loop over mounted filesystems.Craig Rodrigues2006-07-081-5/+4
* Fix checking of the "lock" file in the spool directory for a queue,Garance A Drosehn2006-07-071-2/+9
* o Add an 'optional' keyword, which allows files to be in theMaxim Konovalov2006-07-036-1/+36
* Correct a typoXin LI2006-06-291-1/+1
* Style: space after "return".Gleb Smirnoff2006-06-2814-65/+65
* Remove the last three calls to strncpy(), two of which would haveGarance A Drosehn2006-06-271-6/+6
* Remove the "oldorder" processing. The "neworder" processing hasGarance A Drosehn2006-06-271-250/+16
* There is a plenty of arch's out there where sizeof(size_t) != sizeof(int).Yaroslav Tykhiy2006-06-191-1/+1
* Give a major overhaul to asf(8).Yaroslav Tykhiy2006-06-187-237/+685
* Allow variable amounts of verbosity.David E. O'Brien2006-06-127-7/+7
* o Finally learn how to spell "privileges".Maxim Konovalov2006-06-112-2/+2
* o Spell "privledges" correctly. Re-style comment.Maxim Konovalov2006-06-112-3/+5
* Use IP addresses out of "TEST-NET" (for use in documentation andBjoern A. Zeeb2006-06-111-9/+9
* o Re-arrange parentheses and fix a conition logic for !do_dns case.Maxim Konovalov2006-06-091-2/+2
* o Add /etc/shells to a source files list.Maxim Konovalov2006-06-081-0/+2
* o NIS clients ask for "shells" map not "shells.list".Maxim Konovalov2006-06-081-2/+1
* Add adding_user.8 to SEE ALSO, note that usernames may contain any characterTom Rhodes2006-06-071-3/+6
* Use calloc() instead of zeroing the memory our own.Xin LI2006-06-074-22/+11
* For network filesystems (NFS, samba, etc.), do not pass "export" nmount()Craig Rodrigues2006-06-061-0/+15
* Cleanups for mailwrapper(8):Xin LI2006-06-062-69/+42
* - Fix markupPav Lucistnik2006-06-041-1/+1
* - Only print a clarifying message about which HCI node has been used if thereMarkus Brueffer2006-06-021-4/+6
* o Better be safe than sorry: check return code from setuid(2),Maxim Konovalov2006-06-012-8/+30
* Enable inadvertantly disabled "securenet" access controls in ypserv. [1]Colin Percival2006-05-311-15/+22
* Bring the "just copy" hit list closer to date.Ceri Davies2006-05-311-2/+9
* Update the location of the kernel for upgrades.Ceri Davies2006-05-311-6/+7
* Use some features of sh(1) which I didn't know about until today ("read"Colin Percival2006-05-301-5/+2
* Do not log "can't delete export" messages if nmount() returns ENOTSUP.Craig Rodrigues2006-05-281-1/+1