Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-06 | add MII_MODEL_AMD_79C875phy | Per Fogelstrom | |
2004-08-06 | Add support for Am79C875 quad phy. | Per Fogelstrom | |
ok deraadt@ | |||
2004-08-06 | update for mips | Per Fogelstrom | |
2004-08-06 | update for mips | Per Fogelstrom | |
2004-08-06 | Document filename semantics, @sample, @extra. | Marc Espie | |
Clean up. | |||
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 | |
Don't bother deleting it if it's not there. | |||
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 ↵ | Marco Peereboom | |
debug sessions bearable. ok krw@ deraadt@ | |||
2004-08-05 | kill 3 lines of unused code | Marc Espie | |
2004-08-05 | refactor classes in PackingElement to share more code. | Marc Espie | |
- all files go through FileBase, all directories go through DirBase. - dirclass() is used to switch classes based on final /, so that @sample, @extra, and @file all take directories as well. - set NoDuplicateNames() more thoroughly. - make sure all no-default-conflict objects are correct. compute_fullname() checks for absolute paths, allowed for @sample and @extra. lastfile only gets set for actual files. special names like INSTALL are only checked for normal files. add a CVSTag class for @comment $OpenBSD$, so that these get sorted first. Changes for make-plist rewrite: clone() method that can create copies of all hash objects, to specialize if needed. add_object() method so that add() is now new() followed by add_object() for most objects (useful for cloned objects). Check that plist has a name in pkg_create, allowing PackingList to write unnamed plists. | |||
2004-08-05 | - Remove the userland data limit check. It's mmap(2)'s job. | Thierry Deval | |
- When malloc_abort==0 (MALLOC_OPTIONS=a), don't abort in wrterror(). fine deraadt@ | |||
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 | |
ETHER_MAX_LEN_JUMBO/ETHERMTU_JUMBO where appropriate. | |||
2004-08-05 | The peer_l is not needed in the rde but still allocated, free them and | Claudio Jeker | |
save 1k per peer. OK henning@ | |||
2004-08-05 | When probing using badaddr make sure the probe load instruction | Per Fogelstrom | |
is retired before turning off trap handling. Otherwise a panic trap may be taken. OK drahn@ | |||
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 | |
ok mickey@ | |||
2004-08-05 | remove some separate per driver constants and use | Brad Smith | |
ETHER_MAX_LEN_JUMBO/ETHERMTU_JUMBO where appropriate. ok mcbride@ henning@ mickey@ | |||
2004-08-05 | Get rid of some statistics stuff that is no longer needed but helped in the | Claudio Jeker | |
beginning. OK henning@ | |||
2004-08-05 | Watch your step and do not access memory below what you've just allocated; | Miod Vallat | |
fixes SIGV on m68k. ok tdeval@ millert@ | |||
2004-08-05 | Cleanup aspath specific functions and api. Mainly switch to a refcnt based | Claudio Jeker | |
allocation. This helps to save a bit of RAM. looks good henning@ | |||
2004-08-05 | tab at EOL | Claudio Jeker | |
2004-08-05 | Cleanup attachs for com and lpt for mips. | Per Fogelstrom | |
ok, miod, todd | |||
2004-08-05 | struct prefix has a pointer to the peer so use it everywhere directly instead | Claudio Jeker | |
of the detour via aspath. | |||
2004-08-05 | rename and move prefix_equal() to prefix_compare() which returns -1, 0, 1 | Claudio Jeker | |
similar to memcmp() and all other compare functions in bgpd. OK henning@ | |||
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 | |
otherwise a path with a trailing slash would give an empty file name and the original path as the base part | |||
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 | |
generation by outputting something similar to GNU CVS: cvs [<command> aborted]: message | |||
2004-08-05 | Add support for passing an fd to the user's S/Key record back and | Todd C. Miller | |
forth between login_skey and the invoking process. This allows us to keep the record locked between an invocation of login_skey that receives the challenge and another that verifies the response, preventing an interloper from sniffing the challenge and beating the legitimate user to the response. | |||
2004-08-05 | Adapt the logging so any messages generated by the server will be | Jean-Francois Brousseau | |
prepended with a 'M' or 'E' command, depending on the log level, and follow the GNU behaviour of printing the command name after the program name in messages | |||
2004-08-05 | Add skeychallenge2() which is like skeychallenge() but takes an | Todd C. Miller | |
already open fd. Will be used to make separate challenge/response invocations of login_skey keep the record locked. Also properly escape minus signs in man page. OK henning@ jmc@ | |||
2004-08-05 | When spawning the subprocess for the connection, attach a pipe to its | Jean-Francois Brousseau | |
standard error as well | |||
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; ↵ | Michael Shalayeff | |
repair sigcache misalignment | |||
2004-08-05 | better signal cache printf | Michael Shalayeff | |