summaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* o Do not define WITH_SYSCONS and WITH_MICE on ia64. We cannot haveMarcel Moolenaar2003-11-012-4/+4
* o Compile-out "wizard" mode on ia64.Marcel Moolenaar2003-11-012-8/+52
* o Compile-out "wizard" mode on ia64.Marcel Moolenaar2003-11-012-4/+8
* Fixed breakage of my world in rev.1.30. #include <sys/time.h> instead ofBruce Evans2003-11-011-13/+9
* Temporarily disconnect ipfstat, ipnat, and ipftest to unbreak world.Brooks Davis2003-10-311-2/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-3/+1
* Make mtree's update function update the modification time too.Poul-Henning Kamp2003-10-313-3/+53
* fixe remote panic on short packetSUZUKI Shinsuke2003-10-311-0/+5
* Use -D to rename the log() function (extensively used) rather thanPeter Wemm2003-10-301-1/+1
* Rename the 'log' variable rather than -fno-builtin-logPeter Wemm2003-10-302-8/+7
* Rather than use the gcc -fno-builtin-log flag, just rename the 'int log'Peter Wemm2003-10-302-5/+4
* add ip6addrctl(8) which is a command to configure addressHajimu UMEMOTO2003-10-305-0/+602
* Update test-case to also fail on filenames containing '#'Poul-Henning Kamp2003-10-301-0/+17
* Use vis(3) to encode/decode the target for symlinks.Poul-Henning Kamp2003-10-302-10/+13
* Add another test-script for mtree(8): Check symlinks with space in them.Poul-Henning Kamp2003-10-301-0/+40
* Fix bug in mtree(8)'s create mode where files or directories with hadPoul-Henning Kamp2003-10-301-1/+1
* Add a test script which Mtree fails.Poul-Henning Kamp2003-10-301-0/+51
* Basic PAM authentication support.Ruslan Ermilov2003-10-292-0/+56
* Disclaim ownership of pppd/chat. It is vendor code, but has been badlyPeter Wemm2003-10-291-2/+2
* Add a newline even if IAPC_BOOT_ARCH == 0.Nate Lawson2003-10-291-1/+2
* Don't pass NULL as an integer.Martin Blapp2003-10-291-1/+1
* Don't compare a char to NULL.Martin Blapp2003-10-292-3/+3
* fix comment.Hajimu UMEMOTO2003-10-261-1/+1
* one more IPV6_PKTINFO -> IPV6_RECVPKTINFO.Hajimu UMEMOTO2003-10-261-1/+1
* Deal with xdrproc_t casts. Make these compile cleanly with WARNS=2Peter Wemm2003-10-265-7/+12
* Since semantic of IPV6_PKTINFO was changed in RFC3542, we need toHajimu UMEMOTO2003-10-261-1/+1
* Make this compile cleanly. It passes WARNS=2, but I haven't checkedPeter Wemm2003-10-265-29/+44
* Fix a 64 bit time_t bogon that I missed from before. lastlog.ll_time isPeter Wemm2003-10-261-1/+1
* Use -fno-builtin-log. Fix svc_sendreply() missing required casts.Peter Wemm2003-10-262-13/+17
* Use -fno-builtin-log so gcc doesn't get ideas about using a math functionPeter Wemm2003-10-262-2/+3
* Make this compile cleanly. Switch to using rpcgen to generatePeter Wemm2003-10-262-5/+7
* Make 64 bit safe.Peter Wemm2003-10-262-6/+6
* Disable the log() builtin (the math function), because it will not do muchPeter Wemm2003-10-261-1/+1
* When we pass a string as auxillary data (type long), be sure to convertPeter Wemm2003-10-262-2/+4
* Fix a warning about mismatched pointers. A pointer to "void *" is not thePeter Wemm2003-10-261-1/+1
* fix spelling of ATTACHJohn-Mark Gurney2003-10-251-1/+1
* update for conserver-8.0.4.Hidetoshi Shimokawa2003-10-251-2/+10
* remove debug message.Hidetoshi Shimokawa2003-10-251-1/+0
* - Renumber the skerberos4 dist to fill in the gaps left when krb4 was axed.John Baldwin2003-10-241-2/+2
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-243-18/+99
* show maxmtu.Hajimu UMEMOTO2003-10-241-0/+1
* Add dumb console driver and related bits.Hidetoshi Shimokawa2003-10-244-0/+1201
* Mention the fact that our crontab is not fully POSIX.2 conform, becauseHartmut Brandt2003-10-241-2/+7
* Allow nghook to execute a program with the data socket connected toHartmut Brandt2003-10-242-13/+109
* - styleHajimu UMEMOTO2003-10-231-145/+131
* Add '0x' in front of EUI64 to avoid confusion.Hidetoshi Shimokawa2003-10-221-2/+2
* stop use of NI_WITHSCOPEID. it was deprecated.Hajimu UMEMOTO2003-10-213-24/+7
* Remove clause 3 in the copyrights (according to permission in src/COPYRIGHT)Poul-Henning Kamp2003-10-219-47/+15
* Remove "register" keywords.Poul-Henning Kamp2003-10-216-60/+35
* Various NFS-related bug fixes (mostly related to using variable_get()Dag-Erling Smørgrav2003-10-196-3/+19