summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Sorry, ndp command is not exist yet.shin1999-12-291-1/+0
* Forgot to add newly added udp and raw IPv6 apps to usr.sbin SUBDIR.shin1999-12-291-0/+8
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-293-4/+6
* Only print "couldn't install distributions" popup if anyjkh1999-12-291-3/+5
* Small bug fix and improvementsshin1999-12-281-1/+5
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-2829-0/+9055
* This commit adds device driver support for the ADMtek AN986 Pegasuswpaul1999-12-282-0/+2
* Add a bunch of `const's and fix a typo.brian1999-12-2716-26/+30
* Don't allowt '#' as a comment when it's embedded in quotes:brian1999-12-277-33/+34
* kvm_mkdb(8) no longer exists (in .Xr) and kvm_nlist(8) has even less to dopeter1999-12-271-3/+1
* Zap kvm_mkdb, it was for kvm_nlist's benefit, but now it goes directpeter1999-12-277-730/+0
* Don't bother fork()ing after closing a ctty if ppp is about tobrian1999-12-231-0/+10
* Understand double-quotes anywhere on a command line in the samebrian1999-12-233-18/+14
* Correct warning about unindented commands when the unindented commandbrian1999-12-231-27/+34
* configSamba is gone, and is not coming back.dcs1999-12-231-1/+0
* Don't munge ``set dial|login|logout|hangup'' arguments beforebrian1999-12-227-17/+20
* IPSEC support in the kernel.shin1999-12-221-1/+0
* Bye bye xntpd.roberto1999-12-22360-93367/+0
* Don't compile mktime, it is already present elsewhere.roberto1999-12-221-1/+1
* Fix the brain-o which prevented the Custom installation item fromjkh1999-12-222-2/+2
* Fix minor typo.archie1999-12-221-1/+1
* Properly manify this manpage.asmodai1999-12-211-2/+1
* Manual page style work.julian1999-12-212-21/+37
* Fix my '#'-at-end-of-lines change, spammed by a subsequent commit.brian1999-12-201-3/+10
* Use getpwuid()->pw_dir instead of $HOME when expanding ``~''.brian1999-12-201-10/+6
* Use getpwuid() instead of getlogin() in ``allow users''.brian1999-12-201-4/+5
* Add missing linefeed.brian1999-12-201-1/+1
* Cosmetic: clean up some parenthesis confusionbrian1999-12-201-10/+5
* Handle comments at the end of lines.brian1999-12-203-25/+44
* Notice and warn about unterminated quoted strings in commands.brian1999-12-2013-44/+100
* Implement mbuf allocation internally by maintaining 8 buckets ofbrian1999-12-205-21/+82
* Cosmetic: Make struct mbuf more like kernel mbufs.brian1999-12-2030-519/+527
* configApache does not exist anymore.dcs1999-12-201-1/+0
* Now that we have an elf(5) we can x-ref it here.billf1999-12-201-0/+1
* Whoops, this function is supposed to return a boolean status, notjkh1999-12-201-1/+1
* Do better things with router configuration (use proper display variable,jkh1999-12-194-4/+14
* Whoops, I broke the doc browser (not that anyone would notice since nobodyjkh1999-12-191-4/+4
* D'oh! Inserted a clear() in a *very* wrong place with my last commit.jkh1999-12-191-1/+0
* Bah, I got the MFC and this commit backwards. :)jkh1999-12-194-5/+2
* This commit was generated by cvs2svn to compensate for changes in r54816,peter1999-12-193-0/+322
|\
| * Import NetBSD's mailwrapper to redirect /usr/sbin/sendmail to the user'speter1999-12-193-0/+322
| * Import Lite2's src/usr.sbin, except for timed. All changed filesbde1997-08-021-66/+54
* | MFC: can't stop tweaking this compulsively.jkh1999-12-192-2/+20
* | cosmetics missed in last commit.jkh1999-12-192-28/+58
* | More cosmetic surgery and a nasty null pointer bug in index.c fixed.jkh1999-12-195-68/+113
* | Be paranoid about refreshing after an action.jkh1999-12-191-2/+1
* | Revert the libcrypt/libmd stuff back to how it was. This should not havepeter1999-12-182-4/+4
* | Use long long format specifiers and cast each parameter to long long.marcel1999-12-181-14/+6
* | Yet more cosmetic fixes (I have a little time to kill while waiting forjkh1999-12-182-0/+5
* | Learn to do pointer arithmatic (doh!)brian1999-12-181-1/+1
OpenPOWER on IntegriCloud