aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Assert tcbinfo lock in tcp_attach(), as it is required; the callerRobert Watson2005-06-011-0/+2
* Commit correct version of previous commit (in_pcb.c:1.164). Use theRobert Watson2005-06-011-2/+2
* Assert pcbinfo lock in in_pcbdisconnect() and in_pcbdetach(), as theRobert Watson2005-06-011-0/+3
* Slight white space tweak.Robert Watson2005-06-011-0/+1
* Lock udbinfo and inp before calling in6_pcbdetach() from udp6_abort().Robert Watson2005-06-011-1/+6
* Add a test for escaped newline handling.Hartmut Brandt2005-06-018-0/+45
* Add support for TODO tests. These are tests that are supposed to fail,Hartmut Brandt2005-06-012-23/+43
* De-spl UDP.Robert Watson2005-06-011-31/+5
* Add a handy macro to represent null mount option, MOPT_NULL, and makeXin LI2005-06-0116-15/+18
* Adding note about required firmware to save others time and frustration withTai-hwa Liang2005-06-011-0/+13
* Add a text description for the Intel IOP302/303 processors. Be slightlyScott Long2005-06-013-2/+7
* Printing a warning once when trying to bring up interface before firmware load.Tai-hwa Liang2005-06-012-0/+4
* Don't use a patch w/in /usr/src. Programmatically change files when needed.David E. O'Brien2005-05-312-25/+3
* Don't enable I/O or memory mode in a device's command register if the BARJohn Baldwin2005-05-311-7/+7
* Add a missing const to alpha_setcurrdev() to quiet a warning.John Baldwin2005-05-312-2/+2
* Change the type the buf arg to the strategy routines from void * to char *John Baldwin2005-05-311-4/+4
* Whitespace.John Baldwin2005-05-311-1/+1
* Initialise `hex' at the top of the file, ISO C requires that an array withStefan Farfeleder2005-05-311-6/+5
* Put bzip2 support on equal footing with gzip support.David E. O'Brien2005-05-311-1/+1
* Back out revision 1.51, it is wrong. We don't litter -I's within libDavid E. O'Brien2005-05-311-1/+1
* Remove #ident directives, they don't exist on the vendor branch anymore.Stefan Farfeleder2005-05-319-9/+1
* Reassert some maintainership. People aren't using good judgment.David E. O'Brien2005-05-311-0/+4
* Use __FBSDID() over #ident.Stefan Farfeleder2005-05-314-4/+8
* Use %z to print size_t values.John Baldwin2005-05-312-2/+2
* Just use uintptr_t and intptr_t rather than requiring each arch to provideJohn Baldwin2005-05-311-24/+2
* Move #ident into #if 0.Stefan Farfeleder2005-05-319-18/+9
* Add a missing END() to quiet a warning.John Baldwin2005-05-311-0/+1
* Mark _thread_exit() and __sys_exit() as __dead2 to quiet some warnings.John Baldwin2005-05-311-2/+2
* Style tweak.John Baldwin2005-05-311-1/+2
* This patch addresses a standards violation issue. The standards say aKen Smith2005-05-313-1/+25
* Ensure GCC does not use FP registers in integer code.David E. O'Brien2005-05-311-0/+1
* o Missed colon in getopt(3) argument makes tftpd(8) crash. Fix that.Maxim Konovalov2005-05-311-1/+1
* According to:Craig Rodrigues2005-05-313-56/+98
* Do not declare a struct as extern, and then implementCraig Rodrigues2005-05-311-59/+57
* Change the test infrastructure so that tests are easier to maintain andHartmut Brandt2005-05-31192-623/+910
* The new name for the DIAGNOSTICS section is EXIT STATUS.Tim J. Robbins2005-05-311-1/+1
* Pass the RE_ICASE flag to re_set_syntax() as appropriate to fixTim J. Robbins2005-05-311-3/+3
* MFi386: revision 1.533.Yoshihiro Takahashi2005-05-311-0/+1
* Add support for XMM registers in GDB for x86 processors that supportDoug Rabson2005-05-3115-13/+404
* For ${SUBDIR} targets, change the type of dependency operator from `::'Ruslan Ermilov2005-05-311-2/+2
* Add install-info to the list of install tools now that we don'tRuslan Ermilov2005-05-311-1/+1
* Synchronize access to aio_freeproc with a mutex. Eliminate related splAlan Cox2005-05-301-12/+21
* Add /etc/security, into which the BSM audit configuration files will beRobert Watson2005-05-301-0/+2
* Use the proc mtx to prevent simultaneous changes to p_aioinfo.Alan Cox2005-05-302-17/+22
* Make apm(8) understand AC Line state 2 as "backup power".Will Andrews2005-05-302-4/+6
* Fix LINT by defining vga_pxlmouse_planar and vga_pxlmouse_direct.Scott Long2005-05-301-1/+2
* Eliminate unnecessary calls to wakeup(); no one sleeps on &aio_freeproc.Alan Cox2005-05-301-12/+1
* New release notes:Hiroki Sato2005-05-302-0/+24
* Rebuild generated system call definition files following the addition ofRobert Watson2005-05-3028-2538/+2541
* Introduce a new field in the syscalls.master file format to hold theRobert Watson2005-05-309-2964/+3668