summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use one line for each function argument to keep the linerobert2002-08-152-2/+11
* Rename mac_check_socket_receive() to mac_check_socket_deliver() so thatrwatson2002-08-1514-43/+43
* Rename mac_check_socket_receive() to mac_check_socket_deliver() so thatrwatson2002-08-159-90/+90
* Oops, add -false to the operators list in the manual page for find(1), as addedjmallett2002-08-151-0/+1
* Add support for -false instead of '!' cause it can be hard to use that injmallett2002-08-151-0/+1
* Fix return case for negative namelen by jumping to normal exit processingrwatson2002-08-151-2/+4
* Reset dupack count in header prediction.hsu2002-08-152-0/+2
* Kernel support for a dummynet option:luigi2002-08-152-1/+2
* On MAC check failure for readdir, use 'goto out' to use the common exitrwatson2002-08-151-1/+1
* o Backout rev. 1.40 and rev. 1.49.maxim2002-08-151-36/+34
* It's now sufficient to rely on a nested include of _label.h to make surerwatson2002-08-151-1/+0
* Perform a nested include of _label.h if #ifdef _KERNEL. This willrwatson2002-08-151-0/+4
* Add mac.h -- raw_ip.c was depending on nested inclusion of mac.h whichrwatson2002-08-151-0/+1
* Make m_flags an int instead of a short, this is consistent with thebmilekic2002-08-152-3/+3
* Fix typo.mux2002-08-151-1/+1
* Removed duplicated MLINKS which make(1) recently started warning about.bde2002-08-151-2/+0
* Include <stdlib.h> to have abort() and exit() declared.robert2002-08-151-0/+1
* - For compliance with IEEE Std 1003.1-2001, add the 'restrict'robert2002-08-156-23/+20
* - Introduce the 'restrict' qualifier to function prototypes androbert2002-08-156-12/+12
* - Add the 'restrict' qualifier to the function prototypes androbert2002-08-1514-48/+24
* Document the effect of contrib/gcc/c-lex.c,v 1.2 commit.ru2002-08-151-0/+5
* Merge gcc.295/cccp.c,v 1.9: don't let gcc(1) hide warnings in system headers.ru2002-08-151-0/+6
* mdoc(7) police: fixed indentation in synopsis.ru2002-08-152-4/+14
* pccbb->cbbimp2002-08-153-4/+4
* No longer neededimp2002-08-151-243/+0
* pccbb -> cbbimp2002-08-152-2/+3
* Rename the pccbb device to cbb.imp2002-08-152-311/+318
* Move the symbol firmware loading routines into if_wi.imp2002-08-154-148/+161
* Add regression tests for sysvipc.alfred2002-08-1510-0/+1079
* Fixed 64bit big endian bugs relating to abuse of ioctl argument passing.jake2002-08-151-4/+4
* Fix some confusion regarding traps that use mmu globals but don't reallyjake2002-08-151-2/+4
* Store the number of itlb and dtlb entries separately; they may be different.jake2002-08-156-20/+29
* I was too conservative with my header changes, so restore some sanitydougb2002-08-151-2/+3
* Improve handling of TX errors. Early reports indicate that thissilby2002-08-154-26/+56
* Clean up comments that are no longer relevant.scottl2002-08-151-12/+9
* I missed the single_mountd_enable in rc.network.gordon2002-08-151-1/+1
* Remove an accidental double chkdepend that snuck in during the last commit.gordon2002-08-151-1/+0
* Sync to trustedbsd_mac tree: default to sigsegv rather than copy-on-writerwatson2002-08-159-9/+9
* return foo -> return (foo)alfred2002-08-151-22/+22
* Factor out some ugle code that's shared by udf_readdir and udf_lookup.scottl2002-08-153-246/+239
* - Add the 'restrict' qualifier to the function definitions androbert2002-08-144-12/+6
* - Add the 'restrict' qualifier to the function definition ofrobert2002-08-143-8/+7
* - Add the 'restrict' qualifier to the definitions of the stringrobert2002-08-146-18/+8
* - Add the C99 'restrict' qualifier using the '__restrict' macro torobert2002-08-143-3/+5
* Use "ugidfw.h" rather than <ugidfw.h> so that mkdep can find it.rwatson2002-08-141-1/+1
* - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001robert2002-08-143-8/+13
* - Add the 'restrict' qualifier required by IEEE Std 1003.1-2001robert2002-08-142-5/+2
* -Add the restrict required by IEEE Std 1003.1-2001 in formrobert2002-08-144-27/+12
* Document why the has_f00f_bug variable is initialised rather than placed intojmallett2002-08-142-2/+2
* When talking about c_db_sym_t, mention that it is not just like db_sym_t:jmallett2002-08-141-1/+1
OpenPOWER on IntegriCloud