summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-24add pgt(4).Brad Smith
2006-09-24No point in checking for a NULL ifi after we've used it. Plus ifi isKenneth R Westerback
2006-09-24do not suggest that !expression and (expression) (without spaces) is valid;Jason McIntyre
2006-09-24revert for now, this breaks stuff elsewhere...Marc Espie
2006-09-24use .Fx and .Ox;Jason McIntyre
2006-09-24syncTheo de Raadt
2006-09-24Zap LFS, okay deraadt@Pedro Martelletto
2006-09-23syncMarcus Glocker
2006-09-23Add TRENDnet TEW-429UB A.Marcus Glocker
2006-09-23correct author chunkTheo de Raadt
2006-09-23delete blank line; Paul StoeberTheo de Raadt
2006-09-23syncTheo de Raadt
2006-09-23In pgt_media_status() also DPRINTF if the rate == 0.Marcus Glocker
2006-09-23Update media state correctly.Marcus Glocker
2006-09-23fix a bug where the logic was reversedKurt Miller
2006-09-23If fgetln() != NULL, len == 0 is impossible, so remove check.Ray Lai
2006-09-23typo, remove reference to lfsPedro Martelletto
2006-09-22missed B_GATHERED bits removalMichael Shalayeff
2006-09-22Remove B_GATHERED, okay thib@Pedro Martelletto
2006-09-22variant of Socket 10/100 CF+ ethernet card.Federico G. Schwindt
2006-09-22Get rid of (unused) MACH_CLASSP580 and flatten MACH_CLASSxxx values.Miod Vallat
2006-09-22Dump memory above 4GB correctly.Miod Vallat
2006-09-22Part 1 of file descriptor race and deadlock corrections.Kurt Miller
2006-09-22Check return value of authunix_create_default(); from bret lambertOtto Moerbeek
2006-09-22add blocked_close, blocked_dup2, close_race and dup2_raceKurt Miller
2006-09-22Test dup2() racing with other threads using the same fileKurt Miller
2006-09-22Test close() racing with other threads using the same fileKurt Miller
2006-09-22Test dup2() racing with other threads using the same fileKurt Miller
2006-09-22Test close() racing with other threads using the same fileKurt Miller
2006-09-22regenBrad Smith
2006-09-22add a few more Intel 5000 series and 6321ESB chipset PCI ids.Brad Smith
2006-09-22regenPedro Martelletto
2006-09-22Put the LFS syscall stubs back in, turns out libc is unable to buildPedro Martelletto
2006-09-22Back out change in rev 1.15 of to allow whitespace to separate aTodd C. Miller
2006-09-22Remove reference to LFS, okay deraadt@Pedro Martelletto
2006-09-22regenPedro Martelletto
2006-09-22Remove LFS system calls from here tooPedro Martelletto
2006-09-22remove the :dc: is always set behavior (use cua devices or /etc/remoteJason Wright
2006-09-22regenPedro Martelletto
2006-09-22Remove LFS system callsPedro Martelletto
2006-09-22Unplug LFS from VFSPedro Martelletto
2006-09-22- explain diff_options (which i renamed from "diff options")Jason McIntyre
2006-09-22Remove lfs_cleanerd and mount_lfsPedro Martelletto
2006-09-22- document which parts need to be packet filtered, and whyJason McIntyre
2006-09-22add the Marvell Yukon 88E8056 PCI idBrad Smith
2006-09-22regenBrad Smith
2006-09-22- add the Marvell Yukon 88E8056 PCI idBrad Smith
2006-09-22regenSteven Mestdagh
2006-09-22add new nvidia graphics cardSteven Mestdagh
2006-09-22typo in err(); from bret.lambert@gmail.com, thanks!Hans-Joerg Hoexer