Age | Commit message (Expand) | Author |
2010-01-11 | Initial import npppd(8). npppd is a new PPP daemon that handles many | YASUOKA Masahiko |
2010-01-11 | "final" leak in state creation: in pf_state_key_setup, if we actually | Henning Brauer |
2010-01-11 | lex <=, >=, !=, and -> into a single token for correctness and to reduce the | Theo de Raadt |
2010-01-11 | fix a bug in pf_create_state that was a major source of amusement for me | Henning Brauer |
2010-01-11 | rework the polling code to use the semantic krw@ proposed. | David Gwynne |
2010-01-11 | Initial import PIPEX. PIPEX(Pppac IP EXtension) is a IP forwarding | YASUOKA Masahiko |
2010-01-11 | lex <=, >=, !=, and >< into a single token for correctness and to reduce the | Theo de Raadt |
2010-01-11 | regress test for stdio forwarding | Darren Tucker |
2010-01-11 | Enable IP checksum offloading in ix(4). | Reyk Floeter |
2010-01-11 | sync | Theo de Raadt |
2010-01-11 | Add a 'netcat mode' (ssh -W). This connects stdio on the client to a single | Darren Tucker |
2010-01-11 | Make sure we do not add trailing garbage while parsing a prefix that has a | Claudio Jeker |
2010-01-11 | Be as careful with sd/cd buf queue manipulations as was found necessary for | Kenneth R Westerback |
2010-01-11 | remove some debug code that snuck in somehow. | David Gwynne |
2010-01-11 | Add mutex around work consuming loop in sdstart - this ensures that only | Bob Beck |
2010-01-11 | Don't check ITSDONE since we know it is set in scsi_done(). Eliminates | Kenneth R Westerback |
2010-01-10 | replace a pad in the pfsync subheader with a length field. it stores the | David Gwynne |
2010-01-10 | lex <=, >=, and != into a single token for correctness and to reduce the | Theo de Raadt |
2010-01-10 | Restore delay on XS_BUSY result, just in case it is needed somewhere. Polish | Kenneth R Westerback |
2010-01-10 | fix some mdoc tidbits. Thanks to jmc@ for advice. | Marc Espie |
2010-01-10 | Add traces to help tracking subtle timing bugs often causing | Alexandre Ratchov |
2010-01-10 | unify options a bit: use -Dname=value for defines uniformously (e.g., deprecate | Marc Espie |
2010-01-10 | - teach runner how to remove a message from queue given a message id/uid | Gilles Chehade |
2010-01-10 | nits | Marc Espie |
2010-01-10 | use full signatures to avoid downgrades. | Marc Espie |
2010-01-10 | Add /var/db/sysmerge, needed for upcoming change in xenocara. | Antoine Jacoutot |
2010-01-10 | remove and move some chatty byte during upgrade startup; ok krw, idea from mc... | Theo de Raadt |
2010-01-10 | Make hotplugd to not complain if any of attach or detach script | Alexander Yurchenko |
2010-01-10 | ATI AHCI seems not to put slot number into the command register | Alexander Yurchenko |
2010-01-10 | Make sure END() matches the *{LEAF,ENTRY}() function names. | Miod Vallat |
2010-01-10 | Fix two bugs in IPsec/HMAC-SHA2: | Markus Friedl |
2010-01-10 | more signatures checks | Marc Espie |
2010-01-10 | only substract ISAKMP_ID_DATA_OFF once. otherwise 'buf' might overflow | Markus Friedl |
2010-01-10 | follow logic: if same packagename, but different signature elements, | Marc Espie |
2010-01-10 | Fix use of `enumeral_type' in template type unification error as seen | Federico G. Schwindt |
2010-01-10 | trick: I can actually recognize specs easily, so why not allow them without | Marc Espie |
2010-01-10 | add REGRESSION_TESTING markers so tests still run. | Marc Espie |
2010-01-10 | if we make pkg_create more stringent, then we cannot create bogus | Marc Espie |
2010-01-10 | bump copyright | Marc Espie |
2010-01-10 | pull the signature comparison code into its own file. | Marc Espie |
2010-01-10 | fold in content from the usd docs; diff from Daniel Dickman | Jason McIntyre |
2010-01-10 | remove references to docs we no longer install; | Jason McIntyre |
2010-01-10 | have smtpd errx() at startup if no hostname could be detected either from | Gilles Chehade |
2010-01-10 | Generate a EoR marker in the update list instead of sending it independent | Claudio Jeker |
2010-01-10 | In the non-optimized case, an address list containing "any" (ie. { any 10.0.0... | Theo de Raadt |
2010-01-10 | Output a debug if we can't open an existing keyfile. bz#1694, ok djm@ | Darren Tucker |
2010-01-10 | GCC doesn't respect the aligned attribute for automatic variables. So | Mark Kettenis |
2010-01-10 | Set XL_FLAG_FUNCREG for "cyclone" variants. This makes them see interrupts | Mark Kettenis |
2010-01-10 | s/setpriority/setifpriority/ to eliminate a conflict with setpriority() | Philip Guenthe |
2010-01-10 | Add ChrootDirectory to sshd.c test-mode output | Darren Tucker |