Age | Commit message (Expand) | Author |
2004-08-06 | Document filename semantics, @sample, @extra. | Marc Espie |
2004-08-06 | unneeded switch to main package. | Marc Espie |
2004-08-06 | avoid pulling in OpenBSD::md5 and File::Copy if we can. | Marc Espie |
2004-08-06 | block-scoped require is way simpler than weird AUTOLOAD hack. | Marc Espie |
2004-08-06 | unified headers, switch to smaller copyright notice. | Marc Espie |
2004-08-06 | Extradir name. | Marc Espie |
2004-08-06 | deinstall DirRm like DirBase. | Marc Espie |
2004-08-06 | And another... | Marco Peereboom |
2004-08-06 | oops. noted by lizardo@openbsd.org.mx | Artur Grabowski |
2004-08-06 | Remove __static inline to make the kernel ~24k smaller on i386 and make the d... | Marco Peereboom |
2004-08-05 | kill 3 lines of unused code | Marc Espie |
2004-08-05 | refactor classes in PackingElement to share more code. | Marc Espie |
2004-08-05 | - Remove the userland data limit check. It's mmap(2)'s job. | Thierry Deval |
2004-08-05 | spacing | Theo de Raadt |
2004-08-05 | sync | Theo de Raadt |
2004-08-05 | Unbreak luna88k; spotted by aoyama@ | Miod Vallat |
2004-08-05 | comapring -> comparing noticed by brad@. | Claudio Jeker |
2004-08-05 | remove some separate per driver constants and use | Brad Smith |
2004-08-05 | The peer_l is not needed in the rde but still allocated, free them and | Claudio Jeker |
2004-08-05 | When probing using badaddr make sure the probe load instruction | Per Fogelstrom |
2004-08-05 | As usual cleanup on exit. OK henning@ | Claudio Jeker |
2004-08-05 | compile before you commit damnit | Theo de Raadt |
2004-08-05 | use ETHER_MAX_LEN. | Brad Smith |
2004-08-05 | remove some separate per driver constants and use | Brad Smith |
2004-08-05 | Get rid of some statistics stuff that is no longer needed but helped in the | Claudio Jeker |
2004-08-05 | Watch your step and do not access memory below what you've just allocated; | Miod Vallat |
2004-08-05 | Cleanup aspath specific functions and api. Mainly switch to a refcnt based | Claudio Jeker |
2004-08-05 | tab at EOL | Claudio Jeker |
2004-08-05 | Cleanup attachs for com and lpt for mips. | Per Fogelstrom |
2004-08-05 | struct prefix has a pointer to the peer so use it everywhere directly instead | Claudio Jeker |
2004-08-05 | rename and move prefix_equal() to prefix_compare() which returns -1, 0, 1 | Claudio Jeker |
2004-08-05 | we wanna ignore SIGPIPE here just like in the session engine, claudio ok | Henning Brauer |
2004-08-05 | Be nice to poor people with small machines and low limits. | Artur Grabowski |
2004-08-05 | When splitting a path, strip the trailing slashes before splitting it, | Jean-Francois Brousseau |
2004-08-05 | Fix typos. Found by Dries Schellekens | Artur Grabowski |
2004-08-05 | Add a new log level LP_ABORT, which modifies the behaviour of prefix | Jean-Francois Brousseau |
2004-08-05 | Add support for passing an fd to the user's S/Key record back and | Todd C. Miller |
2004-08-05 | Adapt the logging so any messages generated by the server will be | Jean-Francois Brousseau |
2004-08-05 | Add skeychallenge2() which is like skeychallenge() but takes an | Todd C. Miller |
2004-08-05 | When spawning the subprocess for the connection, attach a pipe to its | Jean-Francois Brousseau |
2004-08-05 | Remove forgotten debug code which does not compile on alpha. | Miod Vallat |
2004-08-05 | fix the perl to generate proper \n in the output. | Artur Grabowski |
2004-08-05 | simpler copyright, adjust date. | Marc Espie |
2004-08-05 | keep at least a page in pv_entries pool and uppen the high mark | Michael Shalayeff |
2004-08-05 | allocate a cluster on rx after all possible failures had been checked for; re... | Michael Shalayeff |
2004-08-05 | better signal cache printf | Michael Shalayeff |
2004-08-05 | again, sync usb device support accross archs by adding cdce | David Gwynne |
2004-08-05 | sync usb devs to other archs by adding cdce | David Gwynne |
2004-08-05 | attach the compaq w100 and w200. the w100 should work with a bit of work. it | David Gwynne |
2004-08-05 | unmap bios when done. from form@pdp-11.org.ru via grange | Ted Unangst |