summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reassert some maintainership. People aren't using good judgment.obrien2005-05-311-0/+4
* Use __FBSDID() over #ident.stefanf2005-05-314-4/+8
* Use %z to print size_t values.jhb2005-05-312-2/+2
* Just use uintptr_t and intptr_t rather than requiring each arch to providejhb2005-05-311-24/+2
* Move #ident into #if 0.stefanf2005-05-319-18/+9
* Add a missing END() to quiet a warning.jhb2005-05-311-0/+1
* Mark _thread_exit() and __sys_exit() as __dead2 to quiet some warnings.jhb2005-05-311-2/+2
* Style tweak.jhb2005-05-311-1/+2
* This patch addresses a standards violation issue. The standards say akensmith2005-05-313-1/+25
* Ensure GCC does not use FP registers in integer code.obrien2005-05-311-0/+1
* o Missed colon in getopt(3) argument makes tftpd(8) crash. Fix that.maxim2005-05-311-1/+1
* According to:rodrigc2005-05-313-56/+98
* Do not declare a struct as extern, and then implementrodrigc2005-05-311-59/+57
* Change the test infrastructure so that tests are easier to maintain andharti2005-05-31192-623/+910
* The new name for the DIAGNOSTICS section is EXIT STATUS.tjr2005-05-311-1/+1
* Pass the RE_ICASE flag to re_set_syntax() as appropriate to fixtjr2005-05-311-3/+3
* MFi386: revision 1.533.nyan2005-05-311-0/+1
* Add support for XMM registers in GDB for x86 processors that supportdfr2005-05-3115-13/+404
* For ${SUBDIR} targets, change the type of dependency operator from `::'ru2005-05-311-2/+2
* Add install-info to the list of install tools now that we don'tru2005-05-311-1/+1
* Synchronize access to aio_freeproc with a mutex. Eliminate related splalc2005-05-301-12/+21
* Add /etc/security, into which the BSM audit configuration files will berwatson2005-05-301-0/+2
* Use the proc mtx to prevent simultaneous changes to p_aioinfo.alc2005-05-302-17/+22
* Make apm(8) understand AC Line state 2 as "backup power".will2005-05-302-4/+6
* Fix LINT by defining vga_pxlmouse_planar and vga_pxlmouse_direct.scottl2005-05-301-1/+2
* Eliminate unnecessary calls to wakeup(); no one sleeps on &aio_freeproc.alc2005-05-301-12/+1
* New release notes:hrs2005-05-302-0/+24
* Rebuild generated system call definition files following the addition ofrwatson2005-05-3028-2538/+2541
* Introduce a new field in the syscalls.master file format to hold therwatson2005-05-309-2964/+3668
* Markup nits.ru2005-05-301-2/+2
* Add the Dell PERC 4/IM as supported.brueffer2005-05-301-1/+3
* - Don't set our bio op to be a READ when we've just completed a write. Therejeff2005-05-301-10/+10
* - Add bufobj_wrefl() to add a write ref to a bufobj that is already locked.jeff2005-05-302-0/+10
* Deny to switch into banked video mode when it is not available. Somedelphij2005-05-301-1/+2
* Kernel hooks to support PMC sampling modes.jkoshy2005-05-309-22/+78
* Eliminate aio_activeproc; it's unused.alc2005-05-301-6/+0
* malloc.h relies on param.h for a definition of MAXCPU. I guess that there isscottl2005-05-302-0/+2
* Correct mistake in previous commit: add 'bsm' to LDIRS not LSUBDIRS.rwatson2005-05-301-2/+2
* Create nexus in configure_first() instead of in configure(). Thismarcel2005-05-297-14/+17
* s/-1000/BUS_PROBE_LOW_PRIORITY/tanimura2005-05-291-1/+1
* Call cninit_finish() from configure_final().marcel2005-05-292-0/+2
* Call cninit_finish() in configure_final().marcel2005-05-291-0/+2
* Call cninit_finish() and set cold to 0 in configure_final() insteadmarcel2005-05-291-3/+3
* o Call cninit_finish() in configure_final().marcel2005-05-291-86/+1
* Make bzip2 support working again after bzip2 upgrade. This time commitsobomax2005-05-292-4/+28
* Eliminate aio_bufjobs; it's unused.alc2005-05-291-5/+0
* Catch up with s/dev_t/struct cdev */.simon2005-05-291-3/+3
* White space normalization: use tabs instead of spaces before and afterrwatson2005-05-291-39/+39
* Add missed ${.CURDIR}/../../contrib/bzip2 into include search path, otherwisesobomax2005-05-291-1/+1
* Normalize white space in syscalls.master: try to use tabs before systemrwatson2005-05-291-20/+20
OpenPOWER on IntegriCloud