aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 1.73, since mounting devfs without a devfs ruleset inside aSimon L. B. Nielsen2006-05-281-1/+0
* Mention ruleset #4 (devfsrules_jail) in jail's man page.Matteo Riondato2006-05-281-1/+3
* avoid null ptr derefSam Leffler2006-05-271-5/+6
* correct static array overrunSam Leffler2006-05-271-1/+1
* Move call to ignore SIGPIPE signals before calling fork(),Craig Rodrigues2006-05-271-1/+3
* Ignore SIGPIPE signals on write() failures.Craig Rodrigues2006-05-251-0/+1
* Unnest includes before forthcoming editing.Gleb Smirnoff2006-05-2416-20/+95
* Convert to nmount() and remove hardcoded checks for ufs, msdosfs, ntfs,Craig Rodrigues2006-05-241-25/+19
* If the user asks for "kernel sources" to be installed, extract theColin Percival2006-05-241-1/+1
* Convert mountd to nmount(). Remove some hardcoded dependenciesCraig Rodrigues2006-05-232-69/+142
* - Document the new Read_Node_List command, autodetection of HCI nodes andMarkus Brueffer2006-05-221-8/+9
* - Add HCI node autodetection. As a consequence of this, make the '-n'Markus Brueffer2006-05-223-7/+89
* s/packages/packets/Joel Dahl2006-05-221-2/+2
* Add manual page for ipfwpcap(8).Joel Dahl2006-05-222-1/+130
* - Add support for filtering the the list of providers by a regularSimon L. B. Nielsen2006-05-203-41/+159
* o SIOCGIFCONF -> getifaddrs(3) conversion. As a side effect fixMaxim Konovalov2006-05-172-97/+44
* - Update to ntp-4.2.0Pav Lucistnik2006-05-177-1340/+2457
* Send the pcvt(4) driver off to retirement.Poul-Henning Kamp2006-05-1788-12434/+0
* Fix formatting. Add missing break;Maksim Yevmenkin2006-05-141-2/+3
* Fix typo.Colin Percival2006-05-131-1/+1
* Add a mechanism for constructing INDEX files which include local ports.Colin Percival2006-05-132-2/+22
* PR: bin/71663Hellmuth Michaelis2006-05-132-7/+7
* fix conflicting types for log(), add some prototypes to isdnd.hHellmuth Michaelis2006-05-1317-545/+547
* correct strtol(3) usage and style(9)Matteo Riondato2006-05-121-4/+8