summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add debug.rman_debug sysctl MIB and loader tunable instead of brokeniwasaki2002-09-051-5/+7
* Fix a format buglet.phk2002-09-051-1/+1
* Parse hint.acpi.0.disabled correctly.iwasaki2002-09-051-2/+10
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-051-9/+11
* Forward declare struct uio so that <sys/uio.h> isn't a prerequisite.bde2002-09-051-3/+2
* The changes mentioned below were accidently committed as part ofdwmalone2002-09-050-0/+0
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-054-14/+10
* Pad after "char *n_name;" in the !_AOUT_INCLUDE_ case so that struct nlistbde2002-09-051-0/+2
* Forward declare struct vnode so that <sys/vnode.h> or some other headerbde2002-09-051-0/+1
* Include stdint.h to make this compile.iedowse2002-09-051-0/+1
* s/SGNL/SIG/davidxu2002-09-0511-42/+45
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-059-54/+45
* Uncommented MAC options so that they get linted. This exposes brokennessbde2002-09-051-4/+4
* Implement LINUX_TIOCSCTTY.marcel2002-09-051-1/+4
* Split up ptrace() into a wrapper that does the copying to and fromiedowse2002-09-053-163/+142
* remove #pragma identalfred2002-09-041-2/+0
* ANSIify function definitions.dwmalone2002-09-0475-751/+423
* Add a tip about using sed(1)'s FreeBSD-specific -i option.jmallett2002-09-041-0/+10
* Avoid a signedness warning by casting chain_index to a size_t.dwmalone2002-09-041-1/+1
* No need to declare optind as an external int.dwmalone2002-09-041-1/+0
* Make syslogd -u treat "*" as all levels by explictly setting pri_cmpdwmalone2002-09-042-6/+24
OpenPOWER on IntegriCloud