freebsd-skq/sbin
luigi 8b2204b3d0 Fix a couple of problems which could cause panics at runtime:
+ setting a bandwidth too large for a pipe (above 2Gbit/s) could
   cause the internal representation (which is int) to wrap to a
   negative number, causing an infinite loop in the kernel;

 + (see PR bin/35628): when configuring RED parameters for a queue,
   the values are not passed to the kernel resulting in panics at
   runtime (part of the problem here is also that the kernel does
   not check for valid parameters being passed, but this will be
   fixed in a separate commit).

These are both critical fixes which need to be merged into 4.6-RELEASE.

MFC after: 1 day
2002-05-05 21:34:10 +00:00
..
adjkerntz o Use real prototypes 2002-03-18 04:55:09 +00:00
atacontrol Sync with the new endianness in ata.h 2002-04-05 21:51:03 +00:00
atm Default to WARNS=2. 2001-12-04 02:19:58 +00:00
badsect Kill register 2002-03-20 04:33:25 +00:00
bsdlabel disklabel(8) manual page: 2002-04-15 22:24:34 +00:00
camcontrol Fix a bzero length calculation. sizeof(struct ccb_getdev) should have been 2002-04-01 03:58:51 +00:00
ccdconfig o __P removal. 2002-03-18 05:00:52 +00:00
clri Kill register 2002-03-20 04:33:25 +00:00
comcontrol Default to WARNS=2. 2001-12-04 02:19:58 +00:00
conscontrol Default to WARNS=2. 2001-12-04 02:19:58 +00:00
cxconfig Default to WARNS=2. 2001-12-04 02:19:58 +00:00
dhclient Do not use perl where sed is more than adequate. 2002-04-13 23:53:36 +00:00
disklabel disklabel(8) manual page: 2002-04-15 22:24:34 +00:00
dmesg o Remove __P 2002-03-19 13:29:39 +00:00
dump Replaced exists() tests with two equivalent defined(). 2002-04-18 07:01:35 +00:00
dumpfs o __P removed 2002-03-20 22:57:10 +00:00
dumpon Update dumpon manual page to explain single/multi-user usability 2002-04-09 19:51:50 +00:00
fdisk Add a hack so that fdisk(8) can initialize an ia64 disk. There is 2002-05-01 06:48:29 +00:00
fdisk_pc98 Add missing \ before an 'n' to get the proper newline when running 2002-03-27 06:20:20 +00:00
ffsinfo Use `The .Nm utility' 2002-04-20 11:58:12 +00:00
fsck Usage style sweep: spell "usage" with a small 'u'. 2002-04-22 13:44:47 +00:00
fsck_ffs Minor bug fixes uncovered while working on UFS2. 2002-05-02 01:03:06 +00:00
fsck_ifs Usage style sweep: spell "usage" with a small 'u'. 2002-04-22 13:44:47 +00:00
fsck_msdosfs Usage style sweep: spell "usage" with a small 'u'. 2002-04-22 13:44:47 +00:00
fsdb o __P removal. 2002-03-21 13:10:52 +00:00
fsirand o __P removal. 2002-03-21 13:10:52 +00:00
growfs Remove 'register' keyword. 2002-03-20 17:55:10 +00:00
ifconfig De-__P, use ansi function definitions 2002-04-18 17:14:09 +00:00
init o remove __P 2002-03-20 22:53:13 +00:00
ip6fw just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. 2002-04-19 04:46:24 +00:00
ipf * add extra -I path to get the "matching" header files. 2002-03-20 09:02:48 +00:00
ipfs add extra include path to get .h files from source being used to compile 2002-03-26 10:09:09 +00:00
ipfstat Hopefully fix make world. 2002-03-19 22:51:53 +00:00
ipfw Fix a couple of problems which could cause panics at runtime: 2002-05-05 21:34:10 +00:00
ipmon * add extra -I path to get the "matching" header files. (and split the one 2002-03-20 09:04:34 +00:00
ipnat * need to compile printnat.c now that this function is in a separate .c file 2002-03-20 09:01:48 +00:00
kldconfig Default to WARNS=2. 2001-12-04 02:19:58 +00:00
kldload mdoc(7) police: tidy up previous delta. 2002-01-09 15:22:30 +00:00
kldstat Default to WARNS=2. 2001-12-04 02:19:58 +00:00
kldunload Default to WARNS=2. 2001-12-04 02:19:58 +00:00
ldconfig o __P removed 2002-03-21 13:14:21 +00:00
md5 Use `The .Nm utility' 2002-04-19 23:06:29 +00:00
mdconfig Usage style sweep: spell "usage" with a small 'u'. 2002-04-22 13:44:47 +00:00
mdmfs Usage style sweep: spell "usage" with a small 'u'. 2002-04-22 13:44:47 +00:00
mknod Minor English fixes. 2002-03-10 08:50:53 +00:00
mount Unbreak NFS mounts when mount(8) is invoked as : mount path@server. 2002-04-23 17:24:02 +00:00
mount_cd9660 mdoc(7) police: misc fixes. 2002-03-15 14:56:53 +00:00
mount_ext2fs o __P removed 2002-03-21 13:14:21 +00:00
mount_hpfs o __P removed 2002-03-21 13:14:21 +00:00
mount_ifs o __P removed 2002-03-21 13:14:21 +00:00
mount_msdosfs o __P removed 2002-03-21 13:14:21 +00:00
mount_nfs o __P removed 2002-03-21 13:14:21 +00:00
mount_ntfs o __P removed 2002-03-21 13:14:21 +00:00
mount_nullfs o __P removed 2002-03-21 13:14:21 +00:00
mount_nwfs Add character translation table between Unix and NetWare according 2002-04-20 05:35:02 +00:00
mount_portalfs o __P removed 2002-03-21 13:14:21 +00:00
mount_smbfs Add bmake glue for src/contrib/smbfs and connect userland smbfs 2001-12-14 11:41:22 +00:00
mount_std Fix the fallback to mount(2) with RELENG_4 kernels and -CURRENT 2002-05-05 10:08:04 +00:00
mount_udf Sync with UDF p4 tree: Properly initialize part of the mntopts. 2002-04-15 20:16:48 +00:00
mount_umapfs o __P removed 2002-03-21 13:14:21 +00:00
mount_unionfs o __P removed 2002-03-21 13:14:21 +00:00
mountd o __P removed 2002-03-21 13:14:21 +00:00
natd I don't know what the MAINTAINER means in src/ part of FreeBSD. 2002-04-12 19:11:09 +00:00
newfs Remove the -v option, it is now default behaviour. 2002-04-24 12:27:03 +00:00
newfs_msdos Default to WARNS=2. 2001-12-04 02:19:58 +00:00
nextboot Default to WARNS=2. 2001-12-04 02:19:58 +00:00
nfsd Make this compile and not segfault on ia64. ptr = strdup("foo"); is 2002-05-01 06:49:43 +00:00
nfsiod o remove __P 2002-03-21 13:20:49 +00:00
nologin Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
nos-tun o remove __P 2002-03-21 13:20:49 +00:00
ping WARNS fixes. 2002-04-02 10:15:32 +00:00
ping6 o remove __P 2002-03-21 13:20:49 +00:00
quotacheck o remove __P 2002-03-21 13:20:49 +00:00
rcorder Import the NetBSD 1.5 RC system. 2001-06-16 07:16:14 +00:00
reboot Rename the file used to specify the nextboot to make it clear that this 2002-04-26 22:32:15 +00:00
restore Set the permissions on restored symbolic links. 2002-05-02 17:39:19 +00:00
route Removed the cruft that became cruft after rev. 1.4. 2002-04-12 11:12:37 +00:00
routed Add the possibility to use a no_rip_out configuration option in order 2002-04-07 17:01:20 +00:00
rtsol Default to WARNS=2. 2001-12-04 02:19:58 +00:00
savecore - revert back to vmcore.# 2002-05-05 01:04:00 +00:00
setkey mdoc(7) police: protect trailing full stops of abbreviations 2001-08-10 13:45:36 +00:00
shutdown o remove __P 2002-03-21 13:20:49 +00:00
slattach o remove __P 2002-03-21 13:20:49 +00:00
spppcontrol mdoc(7) police: tidy up the markup. 2002-01-10 16:02:23 +00:00
startslip Use `The .Nm utility' 2002-04-19 23:06:29 +00:00
swapon o remove __P 2002-03-21 13:20:49 +00:00
sysctl Take the "tickadj" element out of struct clockinfo. Our adjtime(2) 2002-04-15 12:11:06 +00:00
tunefs Expand the reserved space section. Explain how the amount of reserved 2002-04-16 05:35:56 +00:00
umount Default to WARNS=2. 2001-12-04 02:19:58 +00:00
vinum vinum_start: examine storage array devices, not just disks. 2002-04-26 04:21:59 +00:00
Makefile Add a filesystem driver for the Universal Disk Format. For more info, 2002-04-14 16:36:49 +00:00
Makefile.inc Default to WARNS=2. 2001-12-04 02:19:58 +00:00