aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Add prototype to be consistent.Nate Lawson2005-10-231-0/+1
* | MNT_JAILDEVFS is not used anymore. Mark it as spare.Pawel Jakub Dawidek2005-10-231-3/+6
* | Restore the documentation about uid, gid or prison based rules requiringChristian S.J. Peron2005-10-231-0/+10
* | Don't be lazy, set the "command" variable even ifYaroslav Tykhiy2005-10-235-0/+5
* | Make p_itimers as a pointer, so file sys/proc.h does not need to includeDavid Xu2005-10-236-33/+30
* | Document [:blank:].Stefan Farfeleder2005-10-231-0/+1
* | regenPaul Saab2005-10-234-26/+66
* | Implement for FreeBSD 3 32 binaries:Paul Saab2005-10-232-8/+219
* | Make kernel structures invisible to userland.David Xu2005-10-231-1/+4
* | Typo.Gleb Smirnoff2005-10-231-1/+1
* | Previously, nothing prevented the page that was returned by pmap_extract()Alan Cox2005-10-231-4/+3
* | Change _POSIX_REALTIME_SIGNALS to 200112L to indicates we supportDavid Xu2005-10-231-1/+2
* | Regen for POSIX timer syscalls.David Xu2005-10-235-15/+51
* | Implement POSIX timers. Current only CLOCK_REALTIME and CLOCK_MONOTONICDavid Xu2005-10-238-11/+767
* | 1. Make ksiginfo_alloc and ksiginfo_free public.David Xu2005-10-232-13/+70
* | Add member fields for POSIX timer.David Xu2005-10-231-0/+6
* | Before we export network interface data through the ifmibdata structure,Christian S.J. Peron2005-10-231-1/+1
* | Document incorrect handling of multibyte characters.Tim J. Robbins2005-10-231-1/+5
* | Whitespace fix.Nate Lawson2005-10-231-1/+1
* | Add a hack to get around PCI link devices that report "present" but notNate Lawson2005-10-231-1/+6
* | Hook acpi_smbat up to the build.Nate Lawson2005-10-232-1/+2
* | Import ACPI smart battery support. Newer systems (Acer, mostly) do notNate Lawson2005-10-232-0/+687
* | Cleanups and support code for importing smart battery support.Nate Lawson2005-10-232-30/+124
* | Fix typo from last commit.Gleb Smirnoff2005-10-221-1/+1
* | Verify that access to the given address is allowed from user-space.Alan Cox2005-10-221-1/+8
* | Use of the ZERO_COPY_SOCKETS options can result in an unusual state thatAlan Cox2005-10-221-4/+12
* | Fix obvious copy'n'paste-O in rev.1.36 While here nit style.Max Laier2005-10-221-3/+3
* | Fix build after in6_joingroup change. It remains unclear if DAD breaks CARPMax Laier2005-10-221-2/+2
* | In in_addprefix() compare not only route addresses, but their masks,Gleb Smirnoff2005-10-221-8/+13
* | Add bge(4) to the list of supported devices.Gleb Smirnoff2005-10-221-1/+2
* | Introduce polling(4) capability for bge(4).Gleb Smirnoff2005-10-222-2/+113
* | A better, more correct explination of NO_SHARED. This could probablyTom Rhodes2005-10-222-3/+6
* | Add missing softcWarner Losh2005-10-221-0/+1
* | Turns out that we're asking for the MAC address at a bad time in theWarner Losh2005-10-221-4/+3
* | Make the multiple DPC threads an option, and create only one by default.Bill Paul2005-10-221-2/+31
* | In the ISA case, we call ed_probe_WD80x3 before we callWarner Losh2005-10-221-3/+3
* | fixed a compilation failure on amd64/sparc64/ia64SUZUKI Shinsuke2005-10-222-4/+6
* | Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaxWarner Losh2005-10-2220-20/+20
* | The controller -> device switch happened in 4.0, fix commentWarner Losh2005-10-221-1/+1
* | Specifically panic() in the case where pmap_insert_entry() fails toAde Lovett2005-10-214-0/+8
* | Warn the user if the kernel driver dropped samples or ran out of event buffersJoseph Koshy2005-10-211-2/+27
* | Hide a diagnostic message under if (verbose) to avoid cluttering theBill Paul2005-10-211-5/+8
* | nuked non-existing commandsSUZUKI Shinsuke2005-10-211-5/+0
* | sync with KAME regarding NDPSUZUKI Shinsuke2005-10-2115-795/+1529
* | perform NUD on an IPv6-aware point-to-point interfaceSUZUKI Shinsuke2005-10-211-0/+2
* | sync with KAME (renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC)SUZUKI Shinsuke2005-10-213-3/+3
* | Remove redundant string length check from the previous commit.Jung-uk Kim2005-10-211-2/+2
* | Apply the same fix to a potential race in the ISDOTDOT codeJean-Sébastien Pédron2005-10-211-1/+3
* | Eliminate spl* calls.Alan Cox2005-10-211-6/+0
* | Correct the macro definition for KeRaiseIrql(). The official APIBill Paul2005-10-213-25/+8