summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Remove mention of the `W' flag, which has been turned to no-op by thesobomax2006-07-212-18/+1
* Convert macros to use C99's syntax for macros with a variable number ofstefanf2006-07-201-10/+10
* Remove unused variables.stefanf2006-07-202-5/+3
* Don't use "implicit int". Move the opening { of the functions to the nextstefanf2006-07-201-2/+4
* Remove an unused variable.stefanf2006-07-191-2/+1
* Don't use empty braces ("{}") to initialise arrays. This is a syntaxstefanf2006-07-176-6/+6
* Add FreeBSD version information to the menu title so it's possible tosimon2006-07-154-15/+40
* Reduce the memory requirements for the tables by (1) using malloced stringsharti2006-07-1411-282/+604
* Extend i4b to support CAPI manager based ISDN controllers (CAPI manager is pa...twinterg2006-07-091-0/+14
* Remove build timestamps. There's no need to know exactly when these programscperciva2006-07-096-6/+6
* Turn on libfetch debugging if -v was specified on the command line.des2006-07-081-0/+1
* In get_exportlist(), properly loop over mounted filesystems.rodrigc2006-07-081-5/+4
* Fix checking of the "lock" file in the spool directory for a queue,gad2006-07-071-2/+9
* o Add an 'optional' keyword, which allows files to be in themaxim2006-07-036-1/+36
* Correct a typodelphij2006-06-291-1/+1
* Style: space after "return".glebius2006-06-2814-65/+65
* Remove the last three calls to strncpy(), two of which would havegad2006-06-271-6/+6
* Remove the "oldorder" processing. The "neworder" processing hasgad2006-06-271-250/+16
* There is a plenty of arch's out there where sizeof(size_t) != sizeof(int).yar2006-06-191-1/+1
* Give a major overhaul to asf(8).yar2006-06-187-237/+685
* Allow variable amounts of verbosity.obrien2006-06-127-7/+7
* o Finally learn how to spell "privileges".maxim2006-06-112-2/+2
* o Spell "privledges" correctly. Re-style comment.maxim2006-06-112-3/+5
* Use IP addresses out of "TEST-NET" (for use in documentation andbz2006-06-111-9/+9
* o Re-arrange parentheses and fix a conition logic for !do_dns case.maxim2006-06-091-2/+2
* o Add /etc/shells to a source files list.maxim2006-06-081-0/+2
* o NIS clients ask for "shells" map not "shells.list".maxim2006-06-081-2/+1
* Add adding_user.8 to SEE ALSO, note that usernames may contain any charactertrhodes2006-06-071-3/+6
* Use calloc() instead of zeroing the memory our own.delphij2006-06-074-22/+11
* For network filesystems (NFS, samba, etc.), do not pass "export" nmount()rodrigc2006-06-061-0/+15
* Cleanups for mailwrapper(8):delphij2006-06-062-69/+42
* - Fix markuppav2006-06-041-1/+1
* - Only print a clarifying message about which HCI node has been used if theremarkus2006-06-021-4/+6
* o Better be safe than sorry: check return code from setuid(2),maxim2006-06-012-8/+30
* Enable inadvertantly disabled "securenet" access controls in ypserv. [1]cperciva2006-05-311-15/+22
* Bring the "just copy" hit list closer to date.ceri2006-05-311-2/+9
* Update the location of the kernel for upgrades.ceri2006-05-311-6/+7
* Use some features of sh(1) which I didn't know about until today ("read"cperciva2006-05-301-5/+2
* Do not log "can't delete export" messages if nmount() returns ENOTSUP.rodrigc2006-05-281-1/+1
* Revert 1.73, since mounting devfs without a devfs ruleset inside asimon2006-05-281-1/+0
* Mention ruleset #4 (devfsrules_jail) in jail's man page.matteo2006-05-281-1/+3
* avoid null ptr derefsam2006-05-271-5/+6
* correct static array overrunsam2006-05-271-1/+1
* Move call to ignore SIGPIPE signals before calling fork(),rodrigc2006-05-271-1/+3
* Ignore SIGPIPE signals on write() failures.rodrigc2006-05-251-0/+1
* Unnest includes before forthcoming editing.glebius2006-05-2416-20/+95
* Convert to nmount() and remove hardcoded checks for ufs, msdosfs, ntfs,rodrigc2006-05-241-25/+19
* If the user asks for "kernel sources" to be installed, extract thecperciva2006-05-241-1/+1
* Convert mountd to nmount(). Remove some hardcoded dependenciesrodrigc2006-05-232-69/+142
* - Document the new Read_Node_List command, autodetection of HCI nodes andmarkus2006-05-221-8/+9
OpenPOWER on IntegriCloud