summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structwollman2002-09-2111-49/+206
* Insert a missing call to MAC protection check for delivering anrwatson2002-09-211-1/+5
* Remove unnecessary #include <assert.h>; it was used to bring in thetjr2002-09-2120-20/+0
* Add missing semicolongrehan2002-09-201-1/+1
* Assert my copyright on this file (using the default 2-clause BSD).phk2002-09-201-11/+4
* Remove a prototype for a function that is no longer called.markm2002-09-201-1/+0
* Install empty ftp.log file to start off ftp logging.markm2002-09-201-0/+2
* Log ftpd stuff in the same way that we log lpd stuff. Too many ftpd'smarkm2002-09-202-0/+2
* Fix an infinite loop when _fetch_read() can return 0 (if thealfred2002-09-201-1/+5
* The resolver library does a pretty acceptable set of domainmarkm2002-09-201-19/+2
* Kerberised NFS has never (as far as I can tell) worked outsidemarkm2002-09-201-12/+2
* Initialize a variable in order to fix when faced with picky compilers.eric2002-09-201-0/+2
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-2022-219/+100
* Extend the lint handling a bit.markm2002-09-203-6/+14
* Remove NVIDIA ioctl bits. They will be provided in a kernel module.mdodd2002-09-202-29/+0
* Axe unused include.jhb2002-09-203-3/+0
* up gif during setup.ume2002-09-203-0/+3
* mistakenly set IFF_UP by SIOCSIFPHYADDR.ume2002-09-201-4/+0
* This file does not <sys/disklabel.h>phk2002-09-201-1/+0
* Remove unused #includes: <sys/disk.h> <sys/devicestat.h> and <sys/sysctl.h>phk2002-09-204-11/+0
* We need neither <sys/diskslice.h> nor <sys/disklabel.h> here.phk2002-09-202-4/+0
* Put an XXX comment here to point somebody in the right direction.phk2002-09-201-0/+1
* Fix various style(9) bugs:mike2002-09-201-19/+19
* For reasons now lost in historical fog, the bounds_check_with_label()phk2002-09-207-358/+58
* We don't need the <sys/disklabel.h> include for alpha anymore.phk2002-09-201-3/+0
* #include <sys/disk.h> to get disk_err() prototype.phk2002-09-203-0/+3
* Fix k5admind by dropping libkadm5clnt from LDADD.nectar2002-09-202-2/+2
* Kernel MIB name for disabling ACPI was changed.matusita2002-09-201-1/+1
* Reduce <sys/disklabel.h> poisoning a bit.phk2002-09-202-1/+1
* Reorder libraries in LDADD in case some wants to staticallynectar2002-09-202-4/+6
* Make ipropd-slave/ipropd-master actually work. These applicationsnectar2002-09-202-2/+2
* Remove unneeded #include <sys/disklabel.h>phk2002-09-201-1/+0
* Include <sys/ioccom.h> directly, rather than indirectly throughphk2002-09-201-1/+1
* Remove even more Copy&Pasted sets of #includes.phk2002-09-202-16/+0
* Remove unused #includes. Looks amacingly like the exact same setphk2002-09-201-6/+0
* Remove #include of <sys/disklabel.h> (and a few other unused #includes Iphk2002-09-201-8/+0
* We don't need to #include <sys/disklabel.h>.phk2002-09-201-2/+0
* Remove needless <sys/disklabel.h> and <sys/diskslice.h> #includes.phk2002-09-201-2/+0
* Don't call dkunit() to find our unit number, it is in our softc.phk2002-09-201-1/+1
* Don't use dkunit() to find out unit, we already have our softc pointerphk2002-09-201-5/+3
* Revert previous commit to unbreak world until we figure out thearchie2002-09-206-10/+7
* Fix the support for the AN985/983 chips, which do not set thembr2002-09-202-2/+4
* Enable the automatic TX underrun recovery for the ADMtek chips.mbr2002-09-204-0/+10
* Make FreeBSD "struct disklabel" agnostic, step 312 of 723:phk2002-09-206-154/+152
* fork_trampoline() marks a trap frame.jhb2002-09-202-2/+4
* Use proper type for a variable used as a DDB symbol.jhb2002-09-202-2/+4
* Trim includes.jhb2002-09-202-4/+2
* Various style fixes, including moving db_print_backtrace() out of thejhb2002-09-202-64/+50
* Lock the file once per call and use the unlocked fgetwc()/fputwc() variants.tjr2002-09-202-9/+20
* Lock and unlock the file once per call and use the unlocked version oftjr2002-09-201-7/+11
OpenPOWER on IntegriCloud