Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-24 | add pgt(4). | Brad Smith | |
2006-09-24 | No point in checking for a NULL ifi after we've used it. Plus ifi is | Kenneth R Westerback | |
set once in main() and used everywhere without further checks. From Matthew R. Dempsky via tech@ | |||
2006-09-24 | do not suggest that !expression and (expression) (without spaces) is valid; | Jason McIntyre | |
"from sander bos, with credit to peter bex" ok otto | |||
2006-09-24 | revert for now, this breaks stuff elsewhere... | Marc Espie | |
2006-09-24 | use .Fx and .Ox; | Jason McIntyre | |
2006-09-24 | sync | Theo de Raadt | |
2006-09-24 | Zap LFS, okay deraadt@ | Pedro Martelletto | |
2006-09-23 | sync | Marcus Glocker | |
2006-09-23 | Add TRENDnet TEW-429UB A. | Marcus Glocker | |
2006-09-23 | correct author chunk | Theo de Raadt | |
2006-09-23 | delete blank line; Paul Stoeber | Theo de Raadt | |
2006-09-23 | sync | Theo de Raadt | |
2006-09-23 | In pgt_media_status() also DPRINTF if the rate == 0. | Marcus Glocker | |
2006-09-23 | Update media state correctly. | Marcus Glocker | |
ok claudio@ | |||
2006-09-23 | fix a bug where the logic was reversed | Kurt Miller | |
2006-09-23 | If fgetln() != NULL, len == 0 is impossible, so remove check. | Ray Lai | |
OK otto@ and jaredy@. | |||
2006-09-23 | typo, remove reference to lfs | Pedro Martelletto | |
2006-09-22 | missed B_GATHERED bits removal | Michael Shalayeff | |
2006-09-22 | Remove B_GATHERED, okay thib@ | Pedro Martelletto | |
2006-09-22 | variant of Socket 10/100 CF+ ethernet card. | Federico G. Schwindt | |
from Andrew Smith (asmith at tranquility dot fsbusiness dot co dot uk) | |||
2006-09-22 | Get rid of (unused) MACH_CLASSP580 and flatten MACH_CLASSxxx values. | Miod Vallat | |
2006-09-22 | Dump memory above 4GB correctly. | Miod Vallat | |
2006-09-22 | Part 1 of file descriptor race and deadlock corrections. | Kurt Miller | |
File status flags should be shared for dup'ed file descriptors. However fd_table_entry's should not be shared for dup'ed file descriptors so they can be independently be closed without interfering with dup'ed fd's. - split out file status flags into its own structure fs_flags to manage sharing of status flags between dup'ed file descriptors. - when duplicating a fd, initialize a new fd_table_entry for the new fd, but share the status flags via status_flags. - consolidate the code that sets the underlying system fd to be non-blocking to a new function _thread_fs_flags_init() - consolidate the code that sets the underlying system fd back to blocking into a new function _thread_fs_flags_replace() This change is needed as a prerequisite to the coming race and deadlock corrections. okay marc@ | |||
2006-09-22 | Check return value of authunix_create_default(); from bret lambert | Otto Moerbeek | |
with some guidance by me; ok jaredy@ | |||
2006-09-22 | add blocked_close, blocked_dup2, close_race and dup2_race | Kurt Miller | |
2006-09-22 | Test dup2() racing with other threads using the same file | Kurt Miller | |
descriptor. | |||
2006-09-22 | Test close() racing with other threads using the same file | Kurt Miller | |
descriptor. | |||
2006-09-22 | Test dup2() racing with other threads using the same file | Kurt Miller | |
descriptor, with some of them blocking on data that will never arrive. | |||
2006-09-22 | Test close() racing with other threads using the same file | Kurt Miller | |
descriptor, with some of them blocking on data that will never arrive. | |||
2006-09-22 | regen | Brad Smith | |
2006-09-22 | add a few more Intel 5000 series and 6321ESB chipset PCI ids. | Brad Smith | |
2006-09-22 | regen | Pedro Martelletto | |
2006-09-22 | Put the LFS syscall stubs back in, turns out libc is unable to build | Pedro Martelletto | |
without those, even though they're currently not implemented | |||
2006-09-22 | Back out change in rev 1.15 of to allow whitespace to separate a | Todd C. Miller | |
flag from its optional argument if permutation is disabled. The idea was that since "r:" would match "-r foo" then "r::" should match "-r foo" too as long as we know that things have not been reshuffled. Unfortunately, this causes incompatibilities with GNU getopt_long when the POSIXLY_CORRECT environment variable is set. OK deraadt@ | |||
2006-09-22 | Remove reference to LFS, okay deraadt@ | Pedro Martelletto | |
2006-09-22 | regen | Pedro Martelletto | |
2006-09-22 | Remove LFS system calls from here too | Pedro Martelletto | |
2006-09-22 | remove the :dc: is always set behavior (use cua devices or /etc/remote | Jason Wright | |
entries to override); ok deraadt awhile ago. | |||
2006-09-22 | regen | Pedro Martelletto | |
2006-09-22 | Remove LFS system calls | Pedro Martelletto | |
2006-09-22 | Unplug LFS from VFS | Pedro Martelletto | |
2006-09-22 | - explain diff_options (which i renamed from "diff options") | Jason McIntyre | |
- sync usage() ok xsa | |||
2006-09-22 | Remove lfs_cleanerd and mount_lfs | Pedro Martelletto | |
2006-09-22 | - document which parts need to be packet filtered, and why | Jason McIntyre | |
- move example ruleset into a more logical order - correct the if-bound example (spotted by hshoexer) help/ok markus hshoexer | |||
2006-09-22 | add the Marvell Yukon 88E8056 PCI id | Brad Smith | |
2006-09-22 | regen | Brad Smith | |
2006-09-22 | - add the Marvell Yukon 88E8056 PCI id | Brad Smith | |
- YUKON_3 -> YUKON_8055 (Marvell Yukon 88E8055) | |||
2006-09-22 | regen | Steven Mestdagh | |
2006-09-22 | add new nvidia graphics card | Steven Mestdagh | |
ok mickey marco | |||
2006-09-22 | typo in err(); from bret.lambert@gmail.com, thanks! | Hans-Joerg Hoexer | |