summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-03In preparation of eliminating <> comment false positives:Ray Lai
2008-01-03Remove text which is incorrect now that 'get bios geometry'Stuart Henderson
2008-01-02Make sure that a key belongs to the table before returning a match.Mats O Jansson
2008-01-02Do not invalidate the 88410 cache without flushing it first; this isMiod Vallat
2008-01-02regression test for lazy binding.Matthieu Herrb
2008-01-02Do not lose nanosleep() return value in the last copyout if nonzero; PR#5697Miod Vallat
2008-01-02remove unused functionCharles Longeau
2008-01-02remove unused functionsCharles Longeau
2008-01-02fix obvious bug in .NODEFAULT handlingMarc Espie
2008-01-02Update commented out kerberos bits in case someone wants to add missingTodd C. Miller
2008-01-02remove unused fileCharles Longeau
2008-01-02remove unused functionsCharles Longeau
2008-01-02Make network scanning work correctly.Marcus Glocker
2008-01-02regenMark Kettenis
2008-01-02Fix typo in 82801IH LPC entry.Mark Kettenis
2008-01-02fix PR 5141:Charles Longeau
2008-01-02Add the ATI SB700 chipset.Brad Smith
2008-01-02syncMiod Vallat
2008-01-02Give LOCKDEBUG kernels a chance to compile; ok kettenis@Miod Vallat
2008-01-02correct the comment above noct_read().Brad Smith
2008-01-02add the NVIDIA MCP77/79 ids.Brad Smith
2008-01-02correct the comment in agp_map_aperture().Brad Smith
2008-01-02return with ENOTTY instead of EINVAL for unknown ioctl requests.Brad Smith
2008-01-02Accept BPF_MUL as a valid instruction in bpf_validate() also improveCan Erkin Acar
2008-01-01In the alpha allocate_stack builtin, only trigger stack probes if not runningMiod Vallat
2008-01-01Implement an MP-safe rw_cas() based upon the casx instruction; ok kettenis@Miod Vallat
2008-01-01Match on Cougar boards, and try to drive them like Jaguars on steroids. OnMiod Vallat
2008-01-01simplify BUGS; ok miodJason McIntyre
2008-01-01Add devices 11b rateset. Add/Adjust comments.Marcus Glocker
2008-01-01syncTheo de Raadt
2008-01-01Oops. Missed a couple of unnecessary 'DL_GETPOFFSET()+DL_GETPSIZE() >Kenneth R Westerback
2008-01-01Update the notice about the daughterboard, and also mention the driverMiod Vallat
2008-01-01A potpourri of bugfixes:Miod Vallat
2008-01-01Fix display of overlapping partitions to account for larger size and offsetKenneth R Westerback
2008-01-01Welcome to the jungle of 2008.Miod Vallat
2008-01-01Typo in comment about cpio_endwr() fixed.Tobias Stoeckmann
2008-01-01get_size() no longer allows DL_GETPSIZE()+DL_GETPOFFSET >Kenneth R Westerback
2008-01-01Shorten and simplify code, eliminate ability to assign arbitrary sizesKenneth R Westerback
2008-01-01No watchdog operations if device is not running.Marcus Glocker
2008-01-01More constant naming for some defines.Marcus Glocker
2008-01-01Tune TX descriptor so we can successfully set some TX rates. CouldMarcus Glocker
2008-01-01Allow PermitRootLogin in a Match block. Allows for, eg, permitting rootDarren Tucker
2008-01-01put lii(4) in the right place;Jason McIntyre
2008-01-01If rcp -p encounters a pre-epoch timestamp, use the epoch which isDarren Tucker
2008-01-01If scp -p encounters a pre-epoch timestamp, use the epoch which isDarren Tucker
2008-01-01Updated moduli file; ok djm@Darren Tucker
2008-01-01spaces -> tabs from my previous commitDarren Tucker
2008-01-01syncTheo de Raadt
2008-01-01provide a thing for use with %b to show which xa flags are set.David Gwynne
2008-01-01- make arc4random*() functions thread safe. Use a custom spinlock functionKurt Miller