Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-26 | Oops, correct import this time. | Miod Vallat | |
2006-04-26 | don't talk about "shared mode"; | Jason McIntyre | |
2006-04-26 | grammar; | Jason McIntyre | |
2006-04-26 | zap -DRCSPROG leftover. | Xavier Santolaria | |
2006-04-26 | zap uneeded includes. | Xavier Santolaria | |
2006-04-26 | the pack #pragma is a gccism, so replace its use with __packed which will | David Gwynne | |
be defined correctly for whatever compilers we use. prompted by lint. ok krw@ marco@ | |||
2006-04-26 | simpler; from michael knudsen | Jason McIntyre | |
ok krw | |||
2006-04-26 | remove dup of <err.h> | Xavier Santolaria | |
2006-04-26 | build again... | Xavier Santolaria | |
2006-04-26 | Cleanup, remove an unused var, use an int to store argc instead of a char, | Chad Loder | |
makes lint a bit happier. OK deraadt | |||
2006-04-26 | fork our code we shared between openrcs/cvs into the openrcs dir. | Joris Vink | |
this was starting to become inhuman to maintain without ugly ugly hacks in the shared code, and it will be easier to make specific changes for openrcs without touching the soon-to-be-replaced opencvs code. | |||
2006-04-26 | pleasing lint, without displeasing future developers | Theo de Raadt | |
2006-04-26 | merge parts of strtonum() cleanup from tan.dang@gmail.com | Theo de Raadt | |
2006-04-26 | Use %b in error flag printfs to describe meaning of error bits. | Jonathan Gray | |
requested by deraadt@ | |||
2006-04-26 | And commit the diff from the right system. | Brad Smith | |
2006-04-26 | Fix some debug prints. | Marco Peereboom | |
2006-04-26 | check for IFF_RUNNING being set before calling nfe_init(). | Brad Smith | |
ok damien@ jsg@ | |||
2006-04-26 | Undo last commit. | Marco Peereboom | |
2006-04-26 | don't return -1, just 1. | Marco Peereboom | |
2006-04-26 | typo | Marco Peereboom | |
2006-04-26 | Add subvendor and subsysid to the mix to differentiate between controllers. | Marco Peereboom | |
2006-04-26 | sync | Marco Peereboom | |
2006-04-26 | Rename PERC 5/i to PERC SAS so that we can differentiate between models. | Marco Peereboom | |
2006-04-25 | kill unused old debug code. | Esben Norby | |
ok claudio@ | |||
2006-04-25 | Prettier error messages | Chad Loder | |
2006-04-25 | Avoid shadowing of external symbols by local variables; whoever | Otto Moerbeek | |
thought up the names of the bessel functions deserves a beating. ok deraadt@ | |||
2006-04-25 | enable udcf, why not | Theo de Raadt | |
2006-04-25 | kill setjmp() and alarm() methods, which are almost always inverted signal | Theo de Raadt | |
races. use poll() instead. by marcus@nazgul.ch | |||
2006-04-25 | Oops, correct import this time. | Miod Vallat | |
2006-04-25 | Remove virtual tunnel support from the mrouting code. The virtual tunnel | Claudio Jeker | |
code breaks multicast on gif(4) interfaces and it is far better to configure a real gif(4) tunnel instead of a multicast tunnel as the latter is almost not manageable. OK norby@, mblamer@ | |||
2006-04-25 | various small lint cleanups; ok otto | Theo de Raadt | |
2006-04-25 | reference to spl(9) | Michael Shalayeff | |
2006-04-25 | quote strings consistently. | Xavier Santolaria | |
2006-04-25 | fatal() -> err()/errx() as we try to not depend on heavy cvs_log(). | Xavier Santolaria | |
OK joriski. | |||
2006-04-25 | the error path for teh sync cache command should return, not try to blunder | David Gwynne | |
on with the second half of the command. | |||
2006-04-25 | same hack for .ln as .o | Marc Espie | |
2006-04-25 | check rcs_head_set() return value. | Xavier Santolaria | |
2006-04-25 | Oops, correct import this time. | Miod Vallat | |
2006-04-25 | Match PCI ids for Intel ICH7 SATA in AHCI mode. | Jonathan Gray | |
Then ask for SATA IDE mode of operation. X60/T60 Thinkpads are shipped in AHCI configuration by default, this makes them work without changing a BIOS option. | |||
2006-04-25 | Mark fatal and fatalx as __dead from deraadt@ | Claudio Jeker | |
2006-04-25 | Mark fatal and fatalx as __dead from a similar diff for bgpd from deraadt@ | Claudio Jeker | |
2006-04-25 | Use size_t for buffer lenght passed to send_ls_ack() plus an ARGSUSED. | Claudio Jeker | |
2006-04-25 | limit pool backend preallocation to 2048 pages max (which only affects >2g ↵ | Michael Shalayeff | |
physmem); miod@ toby@ ok | |||
2006-04-25 | Kill unused function and add a ARGSUSED. | Claudio Jeker | |
2006-04-25 | Path the length of the packet as size_t to in_cksum(). Enforce that the | Claudio Jeker | |
passed size is not bigger than 2^16 (limit of the used algorithm). This removes some more lint warnings and makes sense. | |||
2006-04-25 | The return value of lsa_num_links is an u_int16_t tnd not int. Found by lint. | Claudio Jeker | |
2006-04-25 | More lint cleanup. Kill unneeded stuff and sprinkle some ARGSUSED. | Claudio Jeker | |
2006-04-25 | Prevent ssh from trying to open private keys with bad permissions more than | Darren Tucker | |
once or prompting for their passphrases (which it subsequently ignores anyway), similar to a previous change in ssh-add. bz #1186, ok djm@ | |||
2006-04-25 | ARGSUSED for event handler. | Claudio Jeker | |
2006-04-25 | Mark event handlers with ARGSUSED to please lint. | Claudio Jeker | |