| Commit message (Expand) | Author | Age | Files | Lines |
* | Give correct definitions to some basic types. | scottl | 2006-02-04 | 1 | -2/+2 |
* | Never select the PCB that has INP_IPV6 flag and is bound to :: if | ume | 2006-02-04 | 1 | -1/+23 |
* | Axe unused code. | davidxu | 2006-02-04 | 1 | -96/+0 |
* | Fix minor inconsistancy between kernel built modules and stand-alone | imp | 2006-02-04 | 1 | -0/+2 |
* | Fix a possible memory leak in asr_attach. | scottl | 2006-02-04 | 1 | -5/+12 |
* | i386/PAE defines bus_size_t to be 32-bits when it likely should be 64-bits. | scottl | 2006-02-04 | 1 | -2/+5 |
* | Fix calculation of the number of arenas to use on multi-processor systems. | jasone | 2006-02-04 | 1 | -1/+1 |
* | Cast pointers to (uintptr_t) before down-casting to (int). This avoids | rwatson | 2006-02-04 | 1 | -7/+8 |
* | Fix INVARIANTS build on amd64; (unsigned unsigned long) != u_int64_t. | rwatson | 2006-02-03 | 1 | -2/+2 |
* | Properly initialize args structure before passing it to ipfw_chk(): having | oleg | 2006-02-03 | 2 | -0/+2 |
* | Add a comment. | jhb | 2006-02-03 | 1 | -0/+3 |
* | Fix compilation with -Wundef (NBPF is undefined on FreeBSD >4). | ru | 2006-02-03 | 1 | -1/+4 |
* | Handle NO_INCS solely inside bsd.incs.mk. | ru | 2006-02-03 | 3 | -10/+4 |
* | Fix a markup glitch. | ru | 2006-02-03 | 1 | -1/+1 |
* | Sort includes. | jhb | 2006-02-03 | 1 | -11/+11 |
* | Add AUDIT to NOTES, as it's probably ready to get regular build testing | rwatson | 2006-02-03 | 1 | -0/+3 |
* | Remove user.h include in audit.h, it is unneeded, and also can cause | rwatson | 2006-02-03 | 1 | -1/+0 |
* | In fchdir(), Giant must be separately acquired and dropped if the old | rwatson | 2006-02-03 | 2 | -0/+4 |
* | Make UDF endian-safe. | will | 2006-02-03 | 3 | -3/+3 |
* | Document carp(4) arguments. | jcamou | 2006-02-03 | 1 | -1/+26 |
* | - Don't shift the clock frequency in MHz left by 8 before assigning it | marius | 2006-02-03 | 1 | -11/+7 |
* | Regenerate. | rwatson | 2006-02-03 | 5 | -215/+215 |
* | Assign audit event identifiers to many system calls. | rwatson | 2006-02-03 | 1 | -226/+225 |
* | Dropping the lock in the transmit_event() is not safe, because we | glebius | 2006-02-03 | 1 | -94/+115 |
* | Fix a sentence. | brueffer | 2006-02-03 | 1 | -2/+1 |
* | Use -O2 on RELENG_6 as well | des | 2006-02-03 | 1 | -0/+2 |
* | Axe unused function. | glebius | 2006-02-03 | 1 | -38/+0 |
* | MFp4: Small cleanup of cpu messages at boot. | imp | 2006-02-03 | 1 | -6/+7 |
* | Merge from p4: minor formatting nits. | imp | 2006-02-03 | 1 | -3/+3 |
* | Allow newer config versions to config older versions with the same | imp | 2006-02-03 | 2 | -21/+30 |
* | MFi386: | davidxu | 2006-02-03 | 1 | -1/+2 |
* | Clear carry flag in get_mcontext so that setcontext does not | davidxu | 2006-02-03 | 1 | -1/+2 |
* | - Add a startup script for hostapd. | flz | 2006-02-03 | 4 | -2/+32 |
* | !$(*&!($!&$(!&$&(!$(&!&($!($ | mjacob | 2006-02-03 | 1 | -0/+1 |
* | Make PV entries dynamic on amd64. i386 has a pre-reserved block of kva | peter | 2006-02-03 | 1 | -6/+36 |
* | If the device has a PNPID, don't bother to attach. There were some | imp | 2006-02-02 | 1 | -2/+5 |
* | Remove devices acpi & mem, as they are in defaults already. | marcel | 2006-02-02 | 1 | -2/+0 |
* | In vlan_config() first call vlan_inithash(), then lock mutex, because | glebius | 2006-02-02 | 1 | -4/+6 |
* | Adjust old comment (present in rev 1.1) to match changes in rev 1.82. | tegge | 2006-02-02 | 1 | -1/+1 |
* | For low memory situations, non-VMIO buffers didnt't release pages back to | tegge | 2006-02-02 | 1 | -0/+5 |
* | Remove use of inlines and use the functions as a library. | mjacob | 2006-02-02 | 6 | -301/+312 |
* | Don't destroy the slave /dev entry until someone figures out why devfs seems | cognet | 2006-02-02 | 1 | -1/+1 |
* | define lock.h before rwlock.h for DEBUG_LOCKS | csjp | 2006-02-02 | 1 | -0/+1 |
* | Whitespace fix. | jhb | 2006-02-02 | 1 | -1/+1 |
* | Implement SIOCGIFCONF for 32bit binaries. | ps | 2006-02-02 | 3 | -0/+34 |
* | Enable 64bit SGL's on PERC 4/DC | ps | 2006-02-02 | 1 | -1/+1 |
* | - Move the command setup from amr_start1 into the card specific submit | ps | 2006-02-02 | 2 | -61/+60 |
* | Use PFIL_HOOKED macros in if_bridge and pass the right argument to | csjp | 2006-02-02 | 2 | -11/+11 |
* | Correct and improve the description of le(4) vs. pcn(4); apparently I | marius | 2006-02-02 | 1 | -5/+12 |
* | Under verbose mode, correctly report L2 cache information | davidxu | 2006-02-02 | 1 | -1/+7 |