aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* 4.8 should look for packages in the packages-4.8-release directory.Murray Stokely2003-03-301-0/+1
| | | | | | | Approved by: re Notes: svn path=/releng/4.8/; revision=112854
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_8'.cvs2svn2003-03-222-161/+0
| | | | Notes: svn path=/releng/4.8/; revision=112503
* Sync a few more manual pages with current:Tom Rhodes2003-03-1312-34/+38
| | | | | | | | | | | - Update hm's email address to @FreeBSD.org - The .Nm utility - Use .Pa for file names and paths. Approved by: re (blanket) Notes: svn path=/stable/4/; revision=112173
* MFC: Syncs and diff reductions with -current. This includes:Tom Rhodes2003-03-1224-243/+292
| | | | | | | | | | | | | | | | - Remove an instance of pseudo-device. - Add an EXAMPLES section to boot0cfg.8. - A few spelling fixes. - The .Nm utility. - Eliminate hard sentence breaks. - Fix some mdoc(7) markup. - Change phk's email address to @FreeBSD.org. - Mark up files and pathnames with .Pa macro. Approved by: re (blanket) Notes: svn path=/stable/4/; revision=112166
* Another hunk of -current syncs:Tom Rhodes2003-03-1161-315/+433
| | | | | | | | | | | | - Spelling fixes. - Grammar fixes. - The .Nm utility - Kill whitespace at EOL/EOF Approved by: re (blanket) Notes: svn path=/stable/4/; revision=112122
* Sync several manual pages with current. This includes:Tom Rhodes2003-03-1134-129/+206
| | | | | | | | | | | - Spelling fixes. - Grammar fixes. - The .Nm utility. Approved by: re (blanket) Notes: svn path=/stable/4/; revision=112113
* MFC the latest fix which deals with the newly created login.conf.db,Doug Barton2003-03-101-4/+4
| | | | | | | | | | | and proactively with the *.db files to come. This is a slightly improved version of the comment, which more clearly explains the purpose of the update. Approved by: re (murray) Notes: svn path=/stable/4/; revision=112053
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-03-031-0/+72
| | | | Notes: svn path=/stable/4/; revision=111805
* MFC 1.41, including the new DIFF_OPTIONS variable, and misc. small improvementsDoug Barton2003-03-021-5/+6
| | | | | | | Approved by: re (murray) Notes: svn path=/stable/4/; revision=111721
* MFC 1.25-7, update copyright year and an example for the newDoug Barton2003-03-021-2/+5
| | | | | | | | | DIFF_OPTIONS variable. Approved by: re (murray) Notes: svn path=/stable/4/; revision=111720
* MFC: (1.38) avoid referencing uninitialized variables.Dag-Erling Smørgrav2003-02-281-13/+11
| | | | Notes: svn path=/stable/4/; revision=111672
* Sync with -current:Hidetoshi Shimokawa2003-02-241-71/+48
| | | | | | | | | | | | | | | | | | | | * firewire - Don't initiate bus reset even if probe failed for some nodes to prevent infinite bus reset loop. - Protect timeout routine with splfw() for 4-stable. - Fix memory leak in detaching. - Initialize fc->status to other than FWBUSREST. * fwohci - Ignore BUS reset events while BUS reset phase - Add 'uPD72871/2 IEEE1394 1-Chip OHCI Host Controller'. - Use pci_get_devid(). * sbp - Make sure to release devq when start request. Notes: svn path=/stable/4/; revision=111421
* MFC: revision 1.20: Remove contractions and use `Force' in place of `Cause'.Tom Rhodes2003-02-241-3/+3
| | | | | | | Approved by: re (blanket) Notes: svn path=/stable/4/; revision=111393
* MFC 1.117: The tcp_wrappers function `fromhost()' can fail. In suchHajimu UMEMOTO2003-02-151-2/+16
| | | | | | | cases, the `struct sockaddr' will not be allocated. Notes: svn path=/stable/4/; revision=110934
* Disconnect kernfs from the build and remove all references to it from theDag-Erling Smørgrav2003-02-101-1/+3
| | | | | | | documentation. Notes: svn path=/stable/4/; revision=110641
* Sync with -current:Hidetoshi Shimokawa2003-02-102-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * all - Remove unnecessary M_NOWAIT. - Add/improve some debug messages. * fwohci - Increase atrq.ndesc for if_fwe. * firewire - Detect split transcation timeout. - Add firewire_xferq_drain() for fw_busreset(). - Call fw_xfer_done() if retry handler is NULL. * sbp - Improve recovery after timeout. - Try reconnect first if the device has been seen. - Fix for ORB_FUN_ATA. - Remove unnecessary check for OCB_ACT_CMD. * fwmem - Implement write part. - Use quad access for aligned 4 byte access. - Add a new ioctl to specify target EUI64. * fwcontrol - Device list improvement. Notes: svn path=/stable/4/; revision=110634
* MFC: Give more information to users replacing sendmail regarding periodic'sGregory Neil Shapiro2003-02-081-0/+11
| | | | | | | | | | | submit mail queue check. Revision Changes Path 1.46 +2 -0 src/share/man/man5/periodic.conf.5 1.10 +11 -0 src/usr.sbin/mailwrapper/mailwrapper.8 Notes: svn path=/stable/4/; revision=110575
* The daemon(8) utility was committed to 5.0 first. But 4.7 was the actualTom Rhodes2003-02-051-1/+1
| | | | | | | | | release date. Fix. PR: 47767 Notes: svn path=/stable/4/; revision=110361
* Sync with -current:Hidetoshi Shimokawa2003-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Probe number of IT/IR DMA contexts as specified in OHCI spec. - Restart cycle master after bus manager election. - Change some function names. - Sort device list by eui64 in acendent order correctly. - Replace timeout with callout_*. - Replace TAILQ with STAILQ for device list. - Define new malloc type. - Fix overwrite problem of freed buffers. - Drain AT queues and pend AR queues on SID. * sbp - Handle SCSI_STATUS_BUSY case. - Set dual phase retry BUSY_TIMEOUT. - Improve error/debug messages. - Issue LOGOUT command on detach and shutdown. - Add basic support for device wiring down. - Do agent reset in sbp_timeout(). * fwcontrol - Fix alignment in printf(). Notes: svn path=/stable/4/; revision=110271
* Remove an unused Makefile.Tom Rhodes2003-02-021-10/+0
| | | | Notes: svn path=/stable/4/; revision=110250
* MFC: Revision 1.19Tom Rhodes2003-02-022-5/+5
| | | | Notes: svn path=/stable/4/; revision=110216
* MFC 1.52: Changes so the 'pw' command will allow '$' as the last characterGarance A Drosehn2003-02-011-13/+50
| | | | | | | in a userid or group name (mainly for the benefit of samba). Notes: svn path=/stable/4/; revision=110205
* MFC: - Initial MPI-350 supportDoug Ambrisko2003-02-012-26/+133
| | | | | | | | - Correct signal/quality/noise parsing and RSSI mapping - Diff reduction to -current Notes: svn path=/stable/4/; revision=110173
* MFC: The symbol for Hertz is Hz.David Malone2003-01-313-3/+3
| | | | Notes: svn path=/stable/4/; revision=110139
* MFC 1.43: umask 002 explanationTony Finch2003-01-291-3/+5
| | | | Notes: svn path=/stable/4/; revision=110062
* Sync with -current:Hidetoshi Shimokawa2003-01-293-120/+175
| | | | | | | | | | | | | | | | | | | kernel - Merge little and big endian case. - Remove FW_SSTDV ioctl. - Change API of FW_GDEVLST ioctl. - Improve IT/IR DMA queue management. - Wait 1 sec for DMA stop in fwohci_i{t,r}x_disable() before freeing buffers. - Split db.desc.cmd into desc.control and desc.reqcount. - Allow multiple packets read/write for IR/IT to reduce system call. - Remove unused variables. userland - Explot multiple packets read/write for IR/IT to reduce system call. - Search free device node to open. Notes: svn path=/stable/4/; revision=110025
* Sync with -current:Hidetoshi Shimokawa2003-01-243-11/+60
| | | | | | | | | | | | | | - Exploit cycleMatch register for IT DMA start. - Improve memory allocation. - Fix bus manager election process and add sysctl for it. - Ignore stale interrupt. - Header file improvements. - Check invalid SID length. - Add debug messages. - Add DV support for fwcontrol. Notes: svn path=/stable/4/; revision=109795
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-01-241-0/+403
| | | | Notes: svn path=/stable/4/; revision=109788
* MFC: Make `#' mark a comment in the file specified with the -f option.Ruslan Ermilov2003-01-172-2/+12
| | | | Notes: svn path=/stable/4/; revision=109414
* Add proper crypto dependencies for the benefit of those building staticDag-Erling Smørgrav2003-01-095-1/+21
| | | | | | | worlds. Notes: svn path=/stable/4/; revision=109003
* MFC: Sync FireWire driver/utility with current.Hidetoshi Shimokawa2003-01-053-42/+23
| | | | | | | | | | | | | | | | - Implement primal Configuration ROM parser. - Support multiple LUNs for SBP-II. - Update PCI device IDs. - Improve phy access. - Free allocated memory when detaching. - Detect contigmalloc failure. - Support suspend/resume. - Remove unused firewirebusreg.h. - Skip mbuf whose length is zero. - Remove speed_map API because speed_map is obsoleted by 1394a. Notes: svn path=/stable/4/; revision=108709
* Add a pair of commands that show how to use vnconfig for mountingGiorgos Keramidas2003-01-041-0/+10
| | | | | | | | | | cdrom images. PR: docs/43755 Submitted by: Warren Block <wblock@wonkity.com> Notes: svn path=/stable/4/; revision=108687
* MFC rev. 1.25: fix usbd.conf parsing: fgetln(3) returns a stringMaxim Konovalov2002-12-311-1/+1
| | | | | | | without terminating NUL character so do not expect it. Notes: svn path=/stable/4/; revision=108498
* MFC: Introduce FireWire userland utility.Hidetoshi Shimokawa2002-12-311-0/+1
| | | | | | | | | - Install header files. - Make device nodes. - Add CSR related macros. Notes: svn path=/stable/4/; revision=108493
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-12-304-0/+758
| | | | Notes: svn path=/stable/4/; revision=108442
* MFC: use .Nm where appropriate (rev.1.33).Maxim Sobolev2002-12-291-2/+3
| | | | Notes: svn path=/stable/4/; revision=108404
* MFC: new `G' and `W' flags and allow comments to be placed to the end ofMaxim Sobolev2002-12-292-12/+86
| | | | | | | | | | | configuration line. Also merge in various recent mdoc fixes. This brings in the following deltas: newsyslog.c: 1.46-1.48 newsyslog.8: 1.34-1.38 Notes: svn path=/stable/4/; revision=108403
* MFC: english(4) fixes, aka typos found by ispell.Jens Schweikhardt2002-12-2928-41/+41
| | | | Notes: svn path=/stable/4/; revision=108396
* MFC: Various language tweaks.Tom Rhodes2002-12-241-17/+17
| | | | | | | | PR: 45604 Submitted by: Chris Pepper <pepper@rockefeller.edu> Notes: svn path=/stable/4/; revision=108252
* MFC: Make newsyslog(8) print the correct date when logs are turned over.Tom Rhodes2002-12-231-2/+2
| | | | | | | | PR: 46395 Submitted by: maxim Notes: svn path=/stable/4/; revision=108220
* MFC 1.25; fix typo: vunerable -> vulnerable.Pierre Beyssac2002-12-221-1/+1
| | | | Notes: svn path=/stable/4/; revision=108183
* MFC: Markup fixes. Document more correctly.Tom Rhodes2002-12-161-8/+14
| | | | | | | | PR: 43678 Submitted by: ru Notes: svn path=/stable/4/; revision=107941
* MFC rev. 1.4:Peter Pentchev2002-12-161-8/+6
| | | | | | | | | Replace the remaining strcpy() instances with strlcpy(), fixing a segfault when parsing a malformed command-line parameter. Rearrange a risky usage of sprintf() in a loop. Notes: svn path=/stable/4/; revision=107926
* Spelling: s/transfered/transferred/Tom Rhodes2002-12-121-1/+1
| | | | | | | | PR: 46104 Pointed out by: Rich Morin <rdm@cfcl.com> Notes: svn path=/stable/4/; revision=107769
* Fix command-line argument parsing, making it more robust andPeter Pentchev2002-12-041-13/+21
| | | | | | | | | | | | | | eliminating an off-by-two error causing crashes with some combinations of improperly specified parameters. This change is not applicable to -current: diskpart(8) is dead, dead, dead. Submitted by: <phrail@division7.us> via the vuln-dev mailing list Reviewed by: thomas, -hackers, -audit Approved by: thomas, silence on -hackers and -audit Notes: svn path=/stable/4/; revision=107602
* Sync with -current, except the -o option (which isn't as relivantDavid Malone2002-12-013-220/+224
| | | | | | | | | | | | | | | | | | in -stable) and Thomas's skip_message change (which hasn't been in -current very long). Main changes: 1) man page updates, 2) ! operator for priority, 3) -c option (include repeats), 4) sort/missing includes, 5) style changes, statisation, de __P, ANSI function definitions, 6) don't initialisation of statics unless needed, 7) allow more characters in program names, 8) be more careful about closing sockets on EHOST{UNREACH,DOWN}. Notes: svn path=/stable/4/; revision=107468
* Sync with -current: Minor man page changes, add -t option and documentDavid Malone2002-12-012-8/+26
| | | | | | | in comments and usage. Notes: svn path=/stable/4/; revision=107465
* MFC:Nate Lawson2002-11-204-8/+14
| | | | | | | | | | * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec. * Change atapi-cd ioctls to use the same units. * Change burncd, cdcontrol to convert CDROM speed to KB/sec before calling the ioctl. Add a "max" speed option for their command lines. Notes: svn path=/stable/4/; revision=107093
* MFC revision 1.109: Sync usage() with reality and sort it alphabetically.Tim J. Robbins2002-11-171-4/+5
| | | | | | | PR: 42620 Notes: svn path=/stable/4/; revision=107005
* MFC: Bring the usb_event structure in line with -current.Josef Karthauser2002-11-132-31/+73
| | | | | | | | In the process change MAXDEVNAMES -> USB_MAX_DEVNAMES and MAXDEVNAMELEN -> USB_MAX_DEVNAMELEN. Notes: svn path=/stable/4/; revision=106854