summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Add a test for escaped newline handling.harti2005-06-018-0/+45
* | Add support for TODO tests. These are tests that are supposed to fail,harti2005-06-012-23/+43
* | De-spl UDP.rwatson2005-06-011-31/+5
* | Add a handy macro to represent null mount option, MOPT_NULL, and makedelphij2005-06-0116-15/+18
* | Adding note about required firmware to save others time and frustration withavatar2005-06-011-0/+13
* | Add a text description for the Intel IOP302/303 processors. Be slightlyscottl2005-06-013-2/+7
* | Printing a warning once when trying to bring up interface before firmware load.avatar2005-06-012-0/+4
* | Don't use a patch w/in /usr/src. Programmatically change files when needed.obrien2005-05-312-25/+3
* | Don't enable I/O or memory mode in a device's command register if the BARjhb2005-05-311-7/+7
* | Add a missing const to alpha_setcurrdev() to quiet a warning.jhb2005-05-312-2/+2
* | Change the type the buf arg to the strategy routines from void * to char *jhb2005-05-311-4/+4
* | Whitespace.jhb2005-05-311-1/+1
* | Initialise `hex' at the top of the file, ISO C requires that an array withstefanf2005-05-311-6/+5
* | Put bzip2 support on equal footing with gzip support.obrien2005-05-311-1/+1
* | Back out revision 1.51, it is wrong. We don't litter -I's within libobrien2005-05-311-1/+1
* | Remove #ident directives, they don't exist on the vendor branch anymore.stefanf2005-05-319-9/+1
* | 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
OpenPOWER on IntegriCloud