Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-28 | macppc fcu man page | Theo de Raadt | |
2005-11-28 | - consistently use x86_round_pdr() allowing us to remove the superfluous | Martin Reindl | |
round_pdr() macro - while there remove two more unused Mach macros | |||
2005-11-28 | ARGSUSED stubs | Theo de Raadt | |
2005-11-28 | make Lint prototypes equal; ok millert | Theo de Raadt | |
2005-11-28 | fix month-old breakage found by genududes (after henning's breakage) | Michael Shalayeff | |
2005-11-28 | more breakage | Markus Friedl | |
2005-11-28 | unbreak route deletion (from revision 1.55; obviously too much eyebleeding) | Markus Friedl | |
2005-11-28 | sync usage() for `-xsuffixes'; | Xavier Santolaria | |
2005-11-28 | -T is here for compatibility; | Xavier Santolaria | |
2005-11-28 | do not overflow ifr.ifr_addr; ok mpf, henning, hshoexer, deraadt | Markus Friedl | |
2005-11-28 | shrink some multi-lines comments; | Xavier Santolaria | |
2005-11-28 | consistency in error messages; | Xavier Santolaria | |
2005-11-28 | Update agent socket path templates to reflect reality, correct xref for | Darren Tucker | |
the time formats. bz#1121, patch from openssh at roumenpetrov.info, ok djm@ | |||
2005-11-28 | Enforce DSA key length of exactly 1024 bits to comply with FIPS-186-2, | Darren Tucker | |
increase minumum RSA key size to 768 bits and update man page to reflect these. Patch originally bz#1119 (senthilkumar_sen at hotpop.com), ok djm@, grudging ok deraadt@. | |||
2005-11-28 | Another comment typo | Chad Loder | |
2005-11-28 | Typos in comments | Chad Loder | |
2005-11-28 | Set m_balance to 0 for the COLON operator, thus avoiding a false positive. | Chad Loder | |
In the "question mark" construct, there is no balancing or conversions between the LHS and RHS of the colon; thus, there is no need for the LHS and RHS of the colon to be of compatible types (as long as the LHS and RHS are each compatible with the lvalue of the expression having the question mark expression as the rvalue. Currently lint doesn't verify that. | |||
2005-11-28 | Remove dammit | Chad Loder | |
2005-11-28 | Test for promoting in-range literal to bigger type | Chad Loder | |
2005-11-28 | Do not complain about promotion of a constant (e.g. from int literal to | Chad Loder | |
a quad argument) as long as the constant is within the range of the type being promoted to. | |||
2005-11-28 | List a few more products and mention which radio individual products use. | Jonathan Gray | |
'looks fine' jmc@ | |||
2005-11-28 | Correctly report channel. PR 4728. | Jonathan Gray | |
ok fgsch@ | |||
2005-11-28 | ansi/deregister. | Jonathan Gray | |
'go for it' deraadt@ | |||
2005-11-27 | Hide a few things from _LOCORE. | Miod Vallat | |
2005-11-27 | make lynx(1) to use arc4random(4) instead of other random functions; | Robert Nagy | |
avoid a segfault by checking the value of TAB TO; from Alexey Dobriyan <adobriyan@gmail.com>; pushed by deraadt@ | |||
2005-11-27 | Add a cast for (size_t)-1 because we know what we're doing, the ISO std. | Chad Loder | |
says this is what we're supposed to return. Makes lint happy. OK deraadt, espie | |||
2005-11-27 | repair builds. ramdisk kernels forgotten about again. | Theo de Raadt | |
2005-11-27 | BINMODE not needed | Theo de Raadt | |
2005-11-27 | - only do one rcs_statfile() instead of two; simplify some logic. | Niall O'Higgins | |
2005-11-27 | - fix really stupid bug introduced in the last xsa commit. | Niall O'Higgins | |
problem found by me, joris' eyes spotted the semi colon. | |||
2005-11-27 | don't let anything outside route.c access the routing table heads directly, | Henning Brauer | |
but go through a provided wrapper. also provide rt_lookup() instead of doing the lookup manually in many places. ryan ok | |||
2005-11-27 | - checkin_init() IS now implemented; update comment with this happy | Niall O'Higgins | |
new reality. | |||
2005-11-27 | Move bpf_mtap() after trunk_*_input() so that we hopefull see only one | Ryan Thomas McBride | |
copy of the packet with bpf. ok reyk@ | |||
2005-11-27 | Attempt to accept a packet only once when operating in failover mode. | Ryan Thomas McBride | |
Makes trunk usable with hubs or switches which don't have actual trunk support. ok reyk@ | |||
2005-11-27 | Get rid of the `len' locator for VME devices, since mappings have a page | Miod Vallat | |
granularity anyway; devices who would want more than one page mapped in order to probe for the hardware can take appropriate action in their cfmatch routine anyway. | |||
2005-11-27 | Nuke autoconf.h commons. | Miod Vallat | |
2005-11-27 | ISOXXX/ISO-XXX -> ISO XXX | Jason McIntyre | |
2005-11-27 | Up 1024 -> Up to 1024 | Brad Smith | |
From NetBSD | |||
2005-11-27 | Don't set MNT_UPDATE and MNT_RELOAD before acquiring the mount point | Pedro Martelletto | |
lock. Fixes a race as seen on PR kern/4915. Okay miod@ and joris@, tested by krw@ and hshoexer@, thanks. | |||
2005-11-27 | regen | Brad Smith | |
2005-11-27 | - add Creative PCI ids for AWE64D, SoundBlaster Audigy 1/2/4, and another PCI | Brad Smith | |
joystick port. - mention the name Yukon for the Belkin Yukon entry. | |||
2005-11-27 | In the core of the idle loop, be sure to invoke spl0 more than once to | Miod Vallat | |
process soft interrupts; fixes luna88k hanging after the rootdev line. Tested aoyama@ martin@ and I | |||
2005-11-27 | remove trailing whitespace; | Jason McIntyre | |
2005-11-27 | Completly remove transition path INIT -> MASTER. | Marco Pfatschbacher | |
A bug introduced in -r 1.4 led lower priotorized hosts switching to MASTER state for a short time at bootup, if preemption was enabled. OK mcbride@ | |||
2005-11-27 | bit better description of -T; | Jason McIntyre | |
ok xsa@ | |||
2005-11-27 | .Xr vnconfig 8 | Jason McIntyre | |
2005-11-27 | make EXAMPLES a little more useful by providing some context; | Jason McIntyre | |
help/ok steven@ | |||
2005-11-27 | Sort the IP addresses in ascending order when doing the carp hmac; makes | Ryan Thomas McBride | |
alias address order on the interface irrelevant. prodding by henning@, ok mpf@ | |||
2005-11-27 | sanity check constraints for transforms. | Hans-Joerg Hoexer | |
ok deraadt@ | |||
2005-11-27 | Fix dereference of uninitialised pointer in trunk_input() error path. | Ryan Thomas McBride | |
ok reyk@ |