summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove mac_biba_high_single() check for interface renaming: we nowrwatson2002-09-211-12/+0
* Code tidy-up. ISOfy, turn a macro into an inline for lint(1) (perhapsmarkm2002-09-212-32/+30
* Use a function instead of embedding non-portable asm() constructsmarkm2002-09-212-2/+4
* Sort includes.markm2002-09-212-26/+28
* As INVARIANTS isn't supported for code that loads only as a kernelrwatson2002-09-212-4/+4
* Provide in inline function for the (GNUC) assembler "hlt" instruction.markm2002-09-212-0/+14
* Wrap GCC-specific asm() code in #ifdef __GNUC__markm2002-09-212-0/+4
* Don't include opt_bus.h here, it breaks stuff trying tomux2002-09-211-1/+0
* Constify to kill some warnings.markm2002-09-212-2/+2
* Everywhere else, an argument passed to a device containing flagsmarkm2002-09-211-5/+4
* s/seems to thing/seems to thinkschweikh2002-09-211-1/+1
* Firewire can be built on other than i386 after sbp.c fix.simokawa2002-09-211-2/+1
* don't include bus_dma.h which doesn't need.simokawa2002-09-211-3/+0
* remove unused code.simokawa2002-09-211-15/+0
* Delete stray reference to vsnprintf().tjr2002-09-211-3/+2
* Add implementations of the wprintf() family of functions, which performtjr2002-09-2111-4/+2443
* Rename the ftp log filename for compatability with OpenBSD and NetBSD.markm2002-09-213-3/+3
* Restrict visibility of wcslcat() and wcslcpy() to the __BSD_VISIBLE case.tjr2002-09-211-2/+5
* Remove empty #if*/#endif clauses.phk2002-09-213-7/+0
* Fix typo.max2002-09-211-1/+1
* Remove #ifdef/#endif 3 years after the stuff they protected was removed.phk2002-09-213-6/+0
* Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that therephk2002-09-215-10/+0
* Reduce namespace pollution.alc2002-09-211-3/+0
* Claim to be 1003.1-2001. We're not quite, yet, but that's a more usefulwollman2002-09-213-150/+86
* Initiate deorbit burn sequence for sysctl CTL_USER MIB branch.wollman2002-09-211-105/+351
* Define constants for those POSIX options and option groups which arewollman2002-09-211-18/+237
* Use new visibility macros. Reorder some disordered declarations. Addwollman2002-09-211-52/+104
* Use new visibility macros. (1 of 5)wollman2002-09-211-10/+10
* 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
OpenPOWER on IntegriCloud