summaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Improve alignment in printf().Hidetoshi Shimokawa2003-01-301-1/+1
* Part 1/3 of unbreaking cross releases:Ruslan Ermilov2003-01-292-1/+58
* iAdjust for OpenSSL 0.9.7.Mark Murray2003-01-282-0/+2
* Backout last commit by request.Matthew Dillon2003-01-281-44/+11
* - Search free device node to open. (fwcontrol.c)Hidetoshi Shimokawa2003-01-283-94/+135
* Changes so the 'pw' command will allow '$' as the last character in a useridGarance A Drosehn2003-01-281-14/+51
* Teach sysinstall about the em(4) device.Tom Rhodes2003-01-272-0/+2
* Note that -c is no longer supported. This was requested by a few users andTom Rhodes2003-01-271-0/+4
* Correct typo.Murray Stokely2003-01-262-2/+2
* Reword the description of -R a bit and add a note about being carefulGiorgos Keramidas2003-01-261-2/+6
* Change the nominal swap calculation from 1/2 physical memory to 1/8Matthew Dillon2003-01-252-2/+2
* Commit simple mergemaster changes to make the UI more deterministicMatthew Dillon2003-01-251-11/+44
* Change API of FW_GDEVLST ioctl.Hidetoshi Shimokawa2003-01-251-28/+42
* Use stderr for message output.Hidetoshi Shimokawa2003-01-242-31/+37
* back out logging to /var/log/adduserMax Khon2003-01-241-6/+0
* In interactive mode, ask the user if he/she wants to add anotherMike Makonnen2003-01-241-0/+18
* expr foo -> $((foo))Max Khon2003-01-231-2/+2
* - restore an ability to write log of added users (default toMax Khon2003-01-231-3/+13
* Do not loose trailing spaces when printing prompt messages.Max Khon2003-01-231-3/+3
* Do not expose password if it is empty and PWF_STANDARD format is requestedMax Khon2003-01-231-1/+2
* Merge DV(Digital Video) support.Hidetoshi Shimokawa2003-01-234-3/+449
* burncd format accepts either 'dvd+rw' or 'dvd-rw' not 'dwd+rw'.Johan Karlsson2003-01-231-2/+2
* ypserv(8) is now started from rc.dMike Makonnen2003-01-231-1/+1
* *blush*Mike Makonnen2003-01-231-8/+8
* Don't forget to properly quote input.Mike Makonnen2003-01-211-1/+1
* pccardd and pccardc are for i386 and pc98 only. Don't build them onWarner Losh2003-01-211-1/+1
* - Restore header printing to wi_printaplist()Matthew N. Dodd2003-01-211-34/+59
* Fix kldxref on sparc64 by allowing non-trivial relocations to be performedJake Burkholder2003-01-216-3/+239
* fix -L (scan ap's): use WI_RID_SCAN_APS instead of WI_RDI_SCAN_REQ to startSam Leffler2003-01-201-7/+2
* do not loose trailing space when asking uidMax Khon2003-01-201-1/+1
* - Rename installFixupBin to installFixupBase to finish up the 'bin' toJohn Baldwin2003-01-1710-513/+655
* Add 'vlan' as a network device.John Baldwin2003-01-172-0/+2
* Don't hide global `s'.Ruslan Ermilov2003-01-171-6/+6
* Implement nonblocking tpc-connections. rpcgen -m does stillMartin Blapp2003-01-166-8/+35
* Using LOGIN_SETALL &~LOGIN_SETMAC to avoid setting the MAC label improperly,Robert Watson2003-01-161-1/+1
* Add a function driverFloppyCheck() that asks the user if they would like toJohn Baldwin2003-01-155-0/+24
* update for revised wi driver that uses the 802.11 link layer supportSam Leffler2003-01-151-105/+140
* Move the realloc outside the inner loop. This reduces the number of timesDavid E. O'Brien2003-01-151-1/+1
* sigh... revert the previous change; this isn't getpmacChris Costello2003-01-151-2/+1
* Cross-reference the appropriate mac library functions.Chris Costello2003-01-152-2/+4
* Cross-reference mac(4).Chris Costello2003-01-154-0/+4
* Activate getpmac.8Chris Costello2003-01-151-1/+1
* Document getpmac.Chris Costello2003-01-151-0/+56
* s/^Sh/.Sh/ (macros begin with .)Chris Costello2003-01-151-1/+1
* Document setpmac.Chris Costello2003-01-152-1/+62
* If you don't create a /usr filesystem, / will need 200MB.Jun Kuriyama2003-01-132-2/+2
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-121-1/+1
* Fix a typo: s/save_free/safe_free/.John Baldwin2003-01-091-1/+1
* save_free the buf.David E. O'Brien2003-01-091-0/+1