summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
...
* fix -L (scan ap's): use WI_RID_SCAN_APS instead of WI_RDI_SCAN_REQ to startsam2003-01-201-7/+2
* do not loose trailing space when asking uidfjoe2003-01-201-1/+1
* - Rename installFixupBin to installFixupBase to finish up the 'bin' tojhb2003-01-1710-513/+655
* Add 'vlan' as a network device.jhb2003-01-172-0/+2
* Don't hide global `s'.ru2003-01-171-6/+6
* Implement nonblocking tpc-connections. rpcgen -m does stillmbr2003-01-166-8/+35
* Using LOGIN_SETALL &~LOGIN_SETMAC to avoid setting the MAC label improperly,rwatson2003-01-161-1/+1
* Add a function driverFloppyCheck() that asks the user if they would like tojhb2003-01-155-0/+24
* update for revised wi driver that uses the 802.11 link layer supportsam2003-01-151-105/+140
* Move the realloc outside the inner loop. This reduces the number of timesobrien2003-01-151-1/+1
* sigh... revert the previous change; this isn't getpmacchris2003-01-151-2/+1
* Cross-reference the appropriate mac library functions.chris2003-01-152-2/+4
* Cross-reference mac(4).chris2003-01-154-0/+4
* Activate getpmac.8chris2003-01-151-1/+1
* Document getpmac.chris2003-01-151-0/+56
* s/^Sh/.Sh/ (macros begin with .)chris2003-01-151-1/+1
* Document setpmac.chris2003-01-152-1/+62
* If you don't create a /usr filesystem, / will need 200MB.kuriyama2003-01-132-2/+2
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-1/+1
* Fix a typo: s/save_free/safe_free/.jhb2003-01-091-1/+1
* save_free the buf.obrien2003-01-091-0/+1
* Separate the uses of a buffer and make it dynamically sized.obrien2003-01-091-15/+16
* Actually, the canonical way would be syntactically correct.des2003-01-091-1/+1
* Canonical way of determining whether or not to use crypto.des2003-01-091-1/+1
* Fix up some grammar.trhodes2003-01-091-2/+2
* Add code to parse the contents of an ACPI MADT table and to dump itsjhb2003-01-081-0/+176
* Add structure definitions for the various items in a ACPI Multiplejhb2003-01-081-0/+105
* For now, set only the resource limits and process priority associatedrwatson2003-01-081-1/+2
* Teach sysinstall about rpcbind, rpc.lockd, and rpc.statd. As an addedscottl2003-01-076-12/+76
* Compare pointers to NULL rather than make it look like they are ints.obrien2003-01-061-2/+2
* save_realloc() should use reallocf() to close memory leaks.obrien2003-01-062-4/+4
* Update kernbb(8) to deal with GCC's new way of doing things.phk2003-01-063-86/+51
* Prevent buffer overflow in format_cmd() by properly tracking maximumjkh2003-01-064-16/+24
* Enable pppctl(8) on ia64.marcel2003-01-061-1/+1
* Build pppctl on sparc64, now that we have libc_r.tmm2003-01-051-1/+1
* - Remove speed_map API because speed_map is obsoleted by 1394a.simokawa2003-01-042-30/+3
* - Handle zero sized directory right way.simokawa2003-01-042-12/+20
* Make struct swblock kernel only, to make vm/swap_pager.h userland includable.phk2003-01-031-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-0130-49/+55
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-3012-51/+47
* Back out rev 1.19; getbsize(3)'s original interface has been restored.mike2002-12-301-1/+1
* Back out rev 1.78; getbsize(3)'s original interface has been restored.mike2002-12-301-8/+6
* Back out rev 1.33; getbsize(3)'s original interface has been restored.mike2002-12-301-1/+1
* Make fully WARNS=5 clean.obrien2002-12-302-6/+6
* Use basename(3).obrien2002-12-301-3/+2
* Import FireWire userland utility.simokawa2002-12-305-0/+759
* Use <sys/endian.h> rather than a private verison.obrien2002-12-302-60/+2
* Move elf2aout back to /usr/bin -- it is a general development tool, notobrien2002-12-303-172/+0
* This really isn't WARNS clean.obrien2002-12-301-2/+1
OpenPOWER on IntegriCloud