Age | Commit message (Expand) | Author |
2002-12-09 | knf | Theo de Raadt |
2002-12-09 | KNF | Theo de Raadt |
2002-12-09 | typo; David Krause | Henning Brauer |
2002-12-09 | allow setting of ifcost with brconfig. enables selection of preferred | Markus Friedl |
2002-12-09 | KNF | Theo de Raadt |
2002-12-09 | remove argentina. | Federico G. Schwindt |
2002-12-09 | two powerful words the germans should know: which and such | Theo de Raadt |
2002-12-09 | sync | Theo de Raadt |
2002-12-09 | MLINK more pages; openbsd@davidkrause.com | Theo de Raadt |
2002-12-09 | bind ^Xg to gotoline by default | Theo de Raadt |
2002-12-09 | do not use sys/types.h and sys/param.h together; andrushock@korovino.net | Theo de Raadt |
2002-12-09 | add support for regular expressions and pidname translations. from provos | Jun-ichiro itojun Hagino |
2002-12-09 | better parsing of # comments. from provos | Jun-ichiro itojun Hagino |
2002-12-09 | prevent the use of permit for aliases. from provos | Jun-ichiro itojun Hagino |
2002-12-09 | do not allow redefinitions in variable option blocks; henning ok | Theo de Raadt |
2002-12-09 | fix the problem of bison generated codes on alpha | Hiroaki Etoh |
2002-12-09 | Two splasserts in map entry allocation. | Artur Grabowski |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller |
2002-12-08 | regen | Alexander Yurchenko |
2002-12-08 | Add VIA VT8231 PCI to ISA bridge | Alexander Yurchenko |
2002-12-08 | Fix pasto, spotted by lebel@ | Todd C. Miller |
2002-12-08 | Treat a file name of "-" as either stdin or stdout, depending on position. | Todd C. Miller |
2002-12-08 | Remove special case code for sun/xterm that faked a DISPLAY and | Marco S Hyman |
2002-12-08 | Remove header file which is unused since the removal of if_gm, pointed out | Dale Rahn |
2002-12-08 | "flags X" is long dead, the /Y is mandantory now. | Henning Brauer |
2002-12-08 | Add 'br' (Brazil) to displayed list of keyboard encoding tables. | Kenneth R Westerback |
2002-12-08 | typo; gustavo | Henning Brauer |
2002-12-08 | Fix botch in last commit: prepend comments to hosts after adding FQDN to | Kenneth R Westerback |
2002-12-08 | Fix & cleanup logic, especially around interrupted installs. | Kenneth R Westerback |
2002-12-08 | Test option "-" (BSD extension) | Todd C. Miller |
2002-12-08 | correct lcall opcode. fix provided by Hans-Joerg Hoexer | Federico G. Schwindt |
2002-12-08 | In BUGS section, append a warning to not use '-' as the first character | Todd C. Miller |
2002-12-08 | SUS (and apparently 1003.1-2001) say to check optstring for NULL | Todd C. Miller |
2002-12-08 | duh, provide a wrapper on the hardclock() since it's void | Michael Shalayeff |
2002-12-08 | put the -fno-stack-protector into a proper place | Michael Shalayeff |
2002-12-08 | If we are passed "-" in argv and the user didn't specify '-' in optstring, | Todd C. Miller |
2002-12-08 | strncpy is evil. | Henning Brauer |
2002-12-08 | GNU semantics say that if optstring begins with '-' then | Todd C. Miller |
2002-12-08 | getopt returns -1, not EOF | Todd C. Miller |
2002-12-08 | grop long option names, like gzip. | Michael Shalayeff |
2002-12-08 | mirroring is raid1, from Shane J Pearson <shane@flashbsd.net> | Michael Shalayeff |
2002-12-08 | compile non-DIAGNOSTIC kernels | Theo de Raadt |
2002-12-08 | BSD getopt() supports '-' in the optstring so we should too. | Todd C. Miller |
2002-12-08 | sync; ok deraadt | Peter Valchev |
2002-12-08 | No need to try and catch "--" by hand, getopt() does it for us. | Todd C. Miller |
2002-12-08 | Avoid setting optind to 0; drahn@ OK | Todd C. Miller |
2002-12-08 | - Use LIST_ macros. | Artur Grabowski |
2002-12-08 | - Lock the timeout wheel after the diagnostic checks. | Artur Grabowski |
2002-12-08 | comment out bogus portion of test until I figure | Marco S Hyman |
2002-12-08 | remove unused data member from pthread_cond. | Marco S Hyman |