aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Make ndiscvt(8) emit the binary image array as inline assembly code ratherBill Paul2003-12-181-8/+16
* Grrrr. Remove -g flag that snuck in.Bill Paul2003-12-181-1/+1
* Deal with the duplicate sysctl leaf problem. A .inf file may containBill Paul2003-12-182-33/+27
* Install 100dpi fonts by default when installing X11: fun as using 75dpiRobert Watson2003-12-171-1/+1
* Correct truncation detection after use of snprintf: The case whereJacques Vidrine2003-12-172-5/+5
* o grammar fixesChristian Brueffer2003-12-171-7/+7
* Re-linewrap help file on securelevels in sysinstall: sysinstall isRobert Watson2003-12-161-24/+26
* Once upon a time, DEVFS was optional, major numbers where static, and /devScott Long2003-12-161-22/+1
* Provide a way to deal with rc.conf which may already be populated in certainTom Rhodes2003-12-132-0/+4
* Support yet another variant of WinXP .INF files.Bill Paul2003-12-131-5/+11
* Attempt to handle WinXP .INF files. Also, in dump_regvals(), handleBill Paul2003-12-121-9/+36
* Fix handling of .INF files with more than one PCI ID defined.Bill Paul2003-12-111-2/+3
* Fix getopt() string so -o works.Bill Paul2003-12-111-1/+1
* Grrr. Put the right .PATH statements in the right Makefiles.Bill Paul2003-12-111-1/+1
* Commit the ndiscvt(8) utility too. (Missed it in the last import.)Bill Paul2003-12-117-0/+1138
* Commit the first cut of Project Evil, also known as the NDISulator.Bill Paul2003-12-111-0/+1
* Add just enough of i386/include/pcvt_ioctl.h to amd64/include/pcvt_ioctl.hDavid E. O'Brien2003-12-101-0/+1
* Add IPv6 support to pppctl by using getaddrinfo() and trying each addressTim J. Robbins2003-12-071-89/+115
* Fix our kernel support for Basic Block Profiling to work with GCC33.Poul-Henning Kamp2003-12-032-13/+69
* Reconnect ipfstat, ipnat, and ipftest to the build now that if_xnameBrooks Davis2003-12-021-1/+2
* Replace the KDE and GNOME 2 desktops with KDE (Lite Edition) and GNOME 2Joe Marcus Clarke2003-12-024-8/+8
* Spell SSHd as sshd.Robert Watson2003-12-012-2/+2
* The new "spec against spec" comparison code was yet another timePoul-Henning Kamp2003-11-301-7/+22
* Add a Securelevel sub-menu to the Security configuration menu,Robert Watson2003-11-297-0/+190
* Cosmetic fix: a message was mixed with a dialog box border line.Jimmy Olgeni2003-11-281-1/+1
* Remove security profiles from sysinstall. Currently, security profileRobert Watson2003-11-289-188/+10
* - Drop down to one snapshots FTP site since that's all we have nowKen Smith2003-11-242-32/+40
* Add Greek keymaps to sysinstall.John Baldwin2003-11-204-10/+18
* A variety of content cleanups:Robert Watson2003-11-201-22/+70
* No need to copy sysinstall into a jail with -CURRENT, since inRobert Watson2003-11-201-10/+2
* Off by one error in malloc.Poul-Henning Kamp2003-11-191-1/+1
* Catch up with the latest in device naming.David E. O'Brien2003-11-181-5/+5
* * Auto-detect what device to use if none is specifiedEivind Eklund2003-11-172-18/+33
* __FBSDID; remove duplicate <ctype.h>; try to reduce style inconsistencies.Dag-Erling Smørgrav2003-11-171-46/+43
* Sort includes, and remove superfluous <sys/types.h>Dag-Erling Smørgrav2003-11-171-15/+15
* Instead of blindly loading the ums module and bailing out if that fails,Dag-Erling Smørgrav2003-11-171-2/+38
* Remove the BUGS section introduced in rev 1.11 now that the problemDavid Schultz2003-11-171-15/+0
* Reimplement nologin(8) as a C program. This allows us to staticallyDavid Schultz2003-11-173-40/+29
* Document nologin(8) as being insecure in conjunction with a dynamicDavid Schultz2003-11-171-0/+15
* logerror is used in syslogd to log errors from syslogd itself. ItDavid Malone2003-11-161-0/+6
* Remove an argument to printf that is unused.David Malone2003-11-161-1/+1
* Remove an annoying printf that somehow leaked into rev 1.21.Nate Lawson2003-11-161-1/+0
* Make this WARNS 2 clean, and fix up the manual page:Tom Rhodes2003-11-1512-32/+59
* Replace all uses of the old netgraph constants NG_*LEN by the newHartmut Brandt2003-11-157-68/+68
* - poll(2) support.Hajimu UMEMOTO2003-11-1410-757/+439
* - need_trigger/idx should be u_int, not ssize_t.Hajimu UMEMOTO2003-11-141-30/+34
* - interface minimum MTU = 1280 in IPv6.Hajimu UMEMOTO2003-11-141-8/+3
* our netstat is installed in /usr/bin.Hajimu UMEMOTO2003-11-141-1/+1
* Fixed spurious syntax errors for including files that don't begin withBruce Evans2003-11-141-3/+4
* If the name of the mouse device starts with "/dev/ums", try to load theDag-Erling Smørgrav2003-11-131-2/+15