aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* leverage fixed fifo implementation (rev 1.56 ofAlfred Perlstein2001-11-081-8/+3
* use syslog rather than printf so we can see what's going on in debug modeAlfred Perlstein2001-11-081-4/+4
* style fixes, fix line wrap and function declarationAlfred Perlstein2001-11-081-6/+5
* o When "-n" is used with watch, it disables the use of <control-X> toRobert Watson2001-11-072-6/+8
* Remove unused variablesBrian Somers2001-11-041-5/+2
* Exclude pppctl on ia64 due to libc_r. I had been building withPeter Wemm2001-11-041-1/+1
* Add a ``log'' command for logging specific information.Brian Somers2001-11-0313-44/+104
* Call CCP protocol -1 ``none''Brian Somers2001-11-031-1/+4
* cmott@scientech.com -> cm@linktel.netBrian Somers2001-11-033-4/+4
* Always set unit number to -1 unless some other unit is specified inWarner Losh2001-11-021-0/+1
* MFS: Stop reaping children. It makes evil things happen to the extractionJordan K. Hubbard2001-11-012-0/+4
* Don't assume fixit media is only either a floppy disk or 2nd CDROM discBrian Somers2001-10-292-12/+12
* Fix ctime(&int) due to change to lastlog->ll_timeMatthew Dillon2001-10-291-1/+2
* localtime() was being called with an int-pointer due to recent utmpMatthew Dillon2001-10-291-2/+4
* Do not assume that sizeof(tv_sec) is sizeof(time_t) - it will be, butMatthew Dillon2001-10-281-4/+9
* Fix int vs time_t, convert int to time_tMatthew Dillon2001-10-281-2/+3
* Convert time_t to/from 32 bit representations for transmission overMatthew Dillon2001-10-281-4/+6
* Explicitly use int32_t for on-disk records for pw_change and pw_expire,Peter Wemm2001-10-271-8/+11
* mdoc(7) police:Ruslan Ermilov2001-10-261-38/+49
* Make `-b' option actually work as advertised.Maxim Sobolev2001-10-251-0/+1
* Move the 'type' variable inside the block where it is actually used.John Baldwin2001-10-232-6/+6
* Collect multi name handling.Takanori Watanabe2001-10-232-0/+4
* Don't avoid setting a 0 second timer in datalink_StartDialTimer() byBrian Somers2001-10-232-13/+11
* ia64 support. Due to the bogus placement of some i4b includes, it isPeter Wemm2001-10-231-1/+1
* ia64 support. Hide a.out support solely under i386. While alpha neverPeter Wemm2001-10-232-1/+8
* ia64 support: move pnpinfo to i386 and alpha sections for now. i386 hasPeter Wemm2001-10-231-3/+7
* Change the vnode list under the mount point from a LIST to a TAILQMatthew Dillon2001-10-231-2/+2
* Fix UserTerms disassembling. Now that dumped ASL can be compiled withMitsuru IWASAKI2001-10-2210-35/+266
* This is __i386__-only, not !__alpha__. We never had userconfig onPeter Wemm2001-10-221-1/+1
* Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnPHellmuth Michaelis2001-10-211-1/+2
* Remove the ``-c 22'' option from newfs command line. Changes in newfs(8)Ollivier Robert2001-10-202-2/+2
* Include the right i4b files for NetBSDBrian Somers2001-10-191-0/+5
* Change rmskey() to rmopie() - we don't have skey anymoreAndrey A. Chernov2001-10-191-6/+6
* Print [fddi] or [atm] tags for ARP addresses on interfaces of that type.Matthew N. Dodd2001-10-191-0/+6
* Add experimental support for sending keypad facility messages.Hellmuth Michaelis2001-10-187-24/+172
* Fix AUTH callback negotiations.Brian Somers2001-10-181-2/+2
* When the peer fails to specify an MRU and a 1500 byte MRU is notBrian Somers2001-10-182-4/+8
* keypad facility information element: add keypad facility information decoding.Hellmuth Michaelis2001-10-181-4/+12
* The interface index space may be sparsely populated (e.g. when anBill Fenner2001-10-171-1/+5
* When nfsd was started with only UDP servers, the master nfsd wouldIan Dowse2001-10-161-76/+106
* Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer.Maxim Sobolev2001-10-161-1/+1
* Increase the number of packages that can be installed by an order ofDavid E. O'Brien2001-10-161-1/+1
* Fix "off by 1" error introduced in the previous commit by replacing strncpy(3)Maxim Sobolev2001-10-162-2/+2
* Use strncpy(3) instead of strcpy(3) to copy optarg into a fixed-sized buffer.Maxim Sobolev2001-10-152-2/+2
* The user wants to ensure, not insure, that the package isn't going toDima Dorfman2001-10-151-1/+1
* Implement partial-file NFS lock testing.Alfred Perlstein2001-10-143-13/+139
* Add the ability to load klds from a floppy as part of the installation.Jordan K. Hubbard2001-10-125-0/+142
* DTRT in the restart caseJordan K. Hubbard2001-10-1210-6/+16
* Write a real man page.Dag-Erling Smørgrav2001-10-122-26/+95
* Make `-t' flag in pkg_*(1) tools actually working.Maxim Sobolev2001-10-111-1/+2