summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Give correct definitions to some basic types.scottl2006-02-041-2/+2
* Never select the PCB that has INP_IPV6 flag and is bound to :: ifume2006-02-041-1/+23
* Axe unused code.davidxu2006-02-041-96/+0
* Fix minor inconsistancy between kernel built modules and stand-aloneimp2006-02-041-0/+2
* Fix a possible memory leak in asr_attach.scottl2006-02-041-5/+12
* i386/PAE defines bus_size_t to be 32-bits when it likely should be 64-bits.scottl2006-02-041-2/+5
* Fix calculation of the number of arenas to use on multi-processor systems.jasone2006-02-041-1/+1
* Cast pointers to (uintptr_t) before down-casting to (int). This avoidsrwatson2006-02-041-7/+8
* Fix INVARIANTS build on amd64; (unsigned unsigned long) != u_int64_t.rwatson2006-02-031-2/+2
* Properly initialize args structure before passing it to ipfw_chk(): havingoleg2006-02-032-0/+2
* Add a comment.jhb2006-02-031-0/+3
* Fix compilation with -Wundef (NBPF is undefined on FreeBSD >4).ru2006-02-031-1/+4
* Handle NO_INCS solely inside bsd.incs.mk.ru2006-02-033-10/+4
* Fix a markup glitch.ru2006-02-031-1/+1
* Sort includes.jhb2006-02-031-11/+11
* Add AUDIT to NOTES, as it's probably ready to get regular build testingrwatson2006-02-031-0/+3
* Remove user.h include in audit.h, it is unneeded, and also can causerwatson2006-02-031-1/+0
* In fchdir(), Giant must be separately acquired and dropped if the oldrwatson2006-02-032-0/+4
* Make UDF endian-safe.will2006-02-033-3/+3
* Document carp(4) arguments.jcamou2006-02-031-1/+26
* - Don't shift the clock frequency in MHz left by 8 before assigning itmarius2006-02-031-11/+7
* Regenerate.rwatson2006-02-035-215/+215
* Assign audit event identifiers to many system calls.rwatson2006-02-031-226/+225
* Dropping the lock in the transmit_event() is not safe, because weglebius2006-02-031-94/+115
* Fix a sentence.brueffer2006-02-031-2/+1
* Use -O2 on RELENG_6 as welldes2006-02-031-0/+2
* Axe unused function.glebius2006-02-031-38/+0
* MFp4: Small cleanup of cpu messages at boot.imp2006-02-031-6/+7
* Merge from p4: minor formatting nits.imp2006-02-031-3/+3
* Allow newer config versions to config older versions with the sameimp2006-02-032-21/+30
* MFi386:davidxu2006-02-031-1/+2
* Clear carry flag in get_mcontext so that setcontext does notdavidxu2006-02-031-1/+2
* - Add a startup script for hostapd.flz2006-02-034-2/+32
* !$(*&!($!&$(!&$&(!$(&!&($!($mjacob2006-02-031-0/+1
* Make PV entries dynamic on amd64. i386 has a pre-reserved block of kvapeter2006-02-031-6/+36
* If the device has a PNPID, don't bother to attach. There were someimp2006-02-021-2/+5
* Remove devices acpi & mem, as they are in defaults already.marcel2006-02-021-2/+0
* In vlan_config() first call vlan_inithash(), then lock mutex, becauseglebius2006-02-021-4/+6
* Adjust old comment (present in rev 1.1) to match changes in rev 1.82.tegge2006-02-021-1/+1
* For low memory situations, non-VMIO buffers didnt't release pages back totegge2006-02-021-0/+5
* Remove use of inlines and use the functions as a library.mjacob2006-02-026-301/+312
* Don't destroy the slave /dev entry until someone figures out why devfs seemscognet2006-02-021-1/+1
* define lock.h before rwlock.h for DEBUG_LOCKScsjp2006-02-021-0/+1
* Whitespace fix.jhb2006-02-021-1/+1
* Implement SIOCGIFCONF for 32bit binaries.ps2006-02-023-0/+34
* Enable 64bit SGL's on PERC 4/DCps2006-02-021-1/+1
* - Move the command setup from amr_start1 into the card specific submitps2006-02-022-61/+60
* Use PFIL_HOOKED macros in if_bridge and pass the right argument tocsjp2006-02-022-11/+11
* Correct and improve the description of le(4) vs. pcn(4); apparently Imarius2006-02-021-5/+12
* Under verbose mode, correctly report L2 cache informationdavidxu2006-02-021-1/+7
OpenPOWER on IntegriCloud