summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert from `${CMD_OSTYPE}` to ${OSTYPE}. This saves a shell invocation ongordon2002-09-0641-59/+59
* Add a support for a ${OSTYPE} which is set once in /etc/rc.subr. Also convertgordon2002-09-061-3/+4
* Add support for printing out the contents of a PCI BIOS $PIR interruptjhb2002-09-063-6/+162
* Prefer the physical bus number of the PCI bus as the unit of the pciXjhb2002-09-063-3/+3
* Add a helper routine acpi_SetIntrModel() to call the _PIC method to setjhb2002-09-062-0/+24
* Minor spelling tweak: assume "his" is actually "This".rwatson2002-09-061-1/+1
* Removed vestiges of the -a and -d options.bde2002-09-061-5/+3
* Style: One space between "restrict" qualifier and "*".tjr2002-09-0666-121/+121
* Expand a contraction in the text of style(9) for consistency.robert2002-09-061-1/+1
* Remove magicspace from reference data.phk2002-09-068-282/+0
* Remove "magicspace". It looks good on paper, it doesn't work in practice.phk2002-09-066-113/+2
* expat2 changed the name of their include file to expat.hphk2002-09-062-2/+2
* Fix an indentation typo.phk2002-09-061-1/+1
* Add a zeroed out sector one for the GPT hack and test T003.phk2002-09-061-0/+21
* Remove the -a maxcontig option, the kernel doesn't inspect fs_maxcontigphk2002-09-062-27/+3
* Don't respect the O_EXCL flag, we don't get it back on close so we cannotphk2002-09-061-0/+8
* Bump the -mev56 to -mev6. Otherwise, when you compile with gcc usingpeter2002-09-062-4/+4
* Use UMA as a complex object allocator.julian2002-09-067-150/+143
* Use sys/libkern.h not /usr/include/string.hpeter2002-09-062-2/+2
* nfsnode.h was moved to ../nfsclient ages ago. I forgot to remove it here.peter2002-09-061-210/+0
* o Fix namespace scope issues in <ctype.h> by using the relatively newmike2002-09-064-44/+72
* rev 1.6 claimed to add 'bootparams', but in fact added 'bootparamd' whichpeter2002-09-061-1/+1
* Remove extra ';'davidxu2002-09-061-1/+1
* Updated release notes: ACPIA CA 20020815, Binutils 2.12.1bmah2002-09-052-12/+12
* Only try to initialize syscons if /dev/ttyv0 exists and it's not a pcvt.fenner2002-09-051-140/+156
* Only try to run /usr/sbin/ispcvt if it exists and is executable.fenner2002-09-051-1/+9
* Implement the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods.phk2002-09-052-31/+192
* Introduce the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods.phk2002-09-051-0/+19
* Fix an inherited style bug: compare with NOCRED instead of NULL.phk2002-09-051-1/+1
* Use canonical extattr_check_cred() instead of private implementation of thephk2002-09-051-39/+3
* Introduce new extattr_check_cred() function which implements the canonicalphk2002-09-052-0/+39
* Add an archdep script and hook it up to the build.gordon2002-09-052-11/+93
* Fix credentials check: do not leak ENOATTR until we know if they'rephk2002-09-051-12/+15
* Update rc.conf.5 man page to reflect bootparamd_enable and _flagsgordon2002-09-051-0/+16
* Hook bootparams up to the worldgordon2002-09-051-11/+11
* Introduce bootparamd into the boot scripts. Add a bootparamd_enable andgordon2002-09-052-2/+13
* Fixed namespace pollution in uma changes:bde2002-09-051-2/+3
* Re-insert TUNABLE() export of MAC Biba and MAC MLS module 'enabled'rwatson2002-09-052-0/+2
* Make the printf messages when routing interrupts more consistent in thejhb2002-09-052-7/+8
* Test PCIbios.ventry against 0 to see if we found a PCIbios entry point,jhb2002-09-053-6/+6
* Warns cleanups for netstat:dwmalone2002-09-0515-195/+194
* Move some variables to the BSS instead of explicitly zero'ing them. Thisjhb2002-09-052-6/+6
* Statically compile pcn(4) into the install kernel vs. using as module.obrien2002-09-056-6/+2
* Add the PCN module.obrien2002-09-051-1/+1
* Make recursion prevention variable per-instance and remove XXX commentsobomax2002-09-052-7/+5
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of dependingbde2002-09-051-8/+6
* Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn'tbde2002-09-052-2/+2
* Include <sys/systm.h> for the definition of offsetof() instead of dependingbde2002-09-051-0/+1
* Include <sys/systm.h> for the definition of offsetof() instead of dependingbde2002-09-051-0/+1
* Do not cast from a pointer to an integer of a possibly different size.bde2002-09-051-1/+1
OpenPOWER on IntegriCloud