aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove rcconf.sh from /etc/rc.d, and instead load the configurationDoug Barton2005-12-109-27/+58
* Silence a warning about empty directories in all the places it mightDoug Barton2005-12-101-1/+1
* Use of REQUIRE is better than BEFORE for most scripts, and veryDoug Barton2005-12-101-1/+1
* Hide the 4k mbuf clusters if the normal clusters are defined to beAndre Oppermann2005-12-102-0/+6
* Adopt for modern FreeBSD.Ruslan Ermilov2005-12-105-28/+26
* Xref padlock(4), also fast_ipsec(4) and geli(8) as consumers of this device.Christian Brueffer2005-12-101-0/+3
* Manpage for the padlock driver (VIA C3/Eden AES support and RNG).Christian Brueffer2005-12-102-0/+76
* Allocate the jumbo rx frame buffer with busdma.Scott Long2005-12-102-15/+28
* When we get a bogus hostname in an option, drop the option rather thanBrooks Davis2005-12-101-1/+4
* if_ti has been operating with locks for a while, so remove the GIANT markers.Scott Long2005-12-101-20/+29
* The if_ti Tigon I/II driver has moved to /sys/dev/tiScott Long2005-12-107-14455/+5
* - Better use of the busdma API.Olivier Houchard2005-12-092-47/+69
* Fix a harmless bug in the way we allocate the early PTEs.Olivier Houchard2005-12-091-3/+2
* The IQ80321 clock is 200MHz, but the IQ80321 is 198MHz, so add a kernel optionOlivier Houchard2005-12-093-0/+7
* A #define is not enough, we need to cast from u_long * to uint32_t *.Olivier Houchard2005-12-091-1/+8
* Define atomic_whatever_longOlivier Houchard2005-12-091-0/+4
* In copyout(), quad-align the source buffer, and use ldrd if possible.Olivier Houchard2005-12-091-54/+33
* Files are installed with mode 444 by default.Ruslan Ermilov2005-12-091-1/+0
* Really fix the relative timestamp bug. It was only incorrect for the ALQNate Lawson2005-12-091-1/+2
* Unbreak hotplug support on the ICH6 and ICH7 chipsets.Søren Schmidt2005-12-091-3/+4
* Sync with i386, fix compiling for non-SMP.David Xu2005-12-091-0/+2
* Fix compiling warning on 64 bits system.David Xu2005-12-091-1/+1
* Cleanup _FreeBSD_version.Gleb Smirnoff2005-12-091-3/+0
* Fix build breakage by fixing typo.Pawel Jakub Dawidek2005-12-091-1/+1
* Add a sysctl to force a process to sigexit if a trap signal isDavid Xu2005-12-091-0/+17
* Remove itimers_event_hook, now it is a private function in kern_time.c.David Xu2005-12-091-1/+0
* Fix memory leak.Ruslan Ermilov2005-12-091-0/+1
* config.5 was repocopied from share/man/man5/ to usr.sbin/config/.Ruslan Ermilov2005-12-093-383/+1
* Register itimers_event_hook as a kernel event handler, so I don'tDavid Xu2005-12-093-9/+9
* Remove the -B option from the directory-copying examples. The -BTim Kientzle2005-12-091-2/+2
* fixed a kernel crash at the initialization time of PIM-SM register interfaceSUZUKI Shinsuke2005-12-091-13/+30
* Tweak -32 description and add -32 FILES.David E. O'Brien2005-12-091-2/+7
* Comment out mqfs_create_link. Inline some small functions.David Xu2005-12-091-4/+4
* Now SIGCHLD is always queued.David Xu2005-12-091-14/+4
* Cleanup sigqueue sysctl.David Xu2005-12-091-6/+2
* - Allow to specify the byte which will be used for filling read buffer.Pawel Jakub Dawidek2005-12-081-4/+7
* Teach NOP GEOM class how to gather the following statistics:Pawel Jakub Dawidek2005-12-084-9/+99
* Careful measurement of the ST Labs card shows that the pulse width ofWarner Losh2005-12-081-1/+1
* Regen for futimes.Doug Ambrisko2005-12-084-3/+8
* Add 32bit version of futimes so untar doesn't result in bad datesDoug Ambrisko2005-12-082-1/+24
* - Document trap's -l option and the behaviour of a missing action or a singleStefan Farfeleder2005-12-081-2/+14
* Print empty quotes ('') when an empty string is passed to outqstr().Stefan Farfeleder2005-12-081-0/+4
* Correctly quote the output when showing the installed trap actions.Stefan Farfeleder2005-12-081-6/+5
* Add support for 7320 and 915 PCIe chipsets.Craig Rodrigues2005-12-081-7/+11
* Whitespace: reduce diffs with amd64.John Baldwin2005-12-081-2/+1
* MFi386:John Baldwin2005-12-0813-186/+101
* Clarify that the echo builtin takes an arbitrary number of strings.Stefan Farfeleder2005-12-081-4/+3
* A big rewrite of receive Jumbo frame handling. Remove the local JumboGleb Smirnoff2005-12-082-248/+75
* Suppress logging about unimplemented syscalls to one time per process. ThisGleb Smirnoff2005-12-081-9/+7
* After printing per-cpu cache contents, summarize total cached items andRobert Watson2005-12-081-4/+16