Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-05 | basic implementation of the rcs(1) tool, very useful in debugging the | Jean-Francois Brousseau | |
RCS code. options will get supported as the missing bits get added to the RCS parsing and output code | |||
2005-03-05 | free bnum when we are done using it, also use rcsnum_parse() instead | Joris Vink | |
of our own combination of rcsnum_alloc() and rcsnum_aton(). ok jfb@ | |||
2005-03-05 | add functions to retrieve and set the comment leader for an RCS | Jean-Francois Brousseau | |
file | |||
2005-03-05 | fix file loading when recursion is disabled. this should fix the | Jean-Francois Brousseau | |
weird behaviour encountered when using the -l option to most commands ok joris@ | |||
2005-03-05 | regen | Jun-ichiro itojun Hagino | |
2005-03-05 | OQO/0003 is bluetooth interface | Jun-ichiro itojun Hagino | |
2005-03-05 | Remove code which enforces a advskew=0 for the case | Marco Pfatschbacher | |
that carp shares the IP addresse with its physical interface. It's neither supported nor needed, since we have carpdev now. ok mcbride@ | |||
2005-03-05 | No need to allocate a local digest buffer. Cleanup error path. hshoexer@ ok. | Hakan Olsson | |
2005-03-05 | No need to use a local hashsize. hshoexer@ ok. | Hakan Olsson | |
2005-03-05 | Silence a couple of annoying gcc3 warnings. hshoexer@ ok. | Hakan Olsson | |
2005-03-05 | Add RFC3947 NAT-T vendor ID string. hshoexer@ ok. | Hakan Olsson | |
2005-03-05 | No need for err.h. hshoexer@ ok | Hakan Olsson | |
2005-03-05 | bit of clean-up, cosmetic, style, comments. | Marc Espie | |
2005-03-05 | add RCS error codes and a global variable to hold the last error | Jean-Francois Brousseau | |
and make the code less verbose at the same time | |||
2005-03-05 | identify ID tokens correctly and fix parsing of RCS files containing | Jean-Francois Brousseau | |
no revisions | |||
2005-03-05 | unbreak the RCS_KWEXP_INVAL() macro | Jean-Francois Brousseau | |
2005-03-05 | functions to manage the locking mode of RCS file | Jean-Francois Brousseau | |
2005-03-05 | make sure that errors from cvs_file_lget() cascade down instead of | Jean-Francois Brousseau | |
ignoring them ok joris@ | |||
2005-03-05 | Sync | Miod Vallat | |
2005-03-05 | Sync with reality | Miod Vallat | |
2005-03-05 | Now that xbox sort-of works on sparc64, port the cgtwelve driver, since | Miod Vallat | |
the only way to connect it to a sparc64 machine is via an xbox device. | |||
2005-03-05 | Preliminary xbox support: attaches, memory mapping and interrupts work, but | Miod Vallat | |
DMA transfers are not implemented yet, and are disabled (which causes drivers to SBus cards on the xbox to fail to attach). In practice, this allows frame buffers to work, maybe more devices; DMA support will be worked on in the near future. | |||
2005-03-04 | fix the MALLOC macro if built without malloc statistics. this won't | Reyk Floeter | |
affect GENERIC. ok deraadt@ miod@ | |||
2005-03-04 | remove unneeded casts of if stats; ok krw miod dhartmei | Jared Yanovich | |
2005-03-04 | Bring in a number of reliability fixes from FreeBSD' rl(4) driver. | Brad Smith | |
rev's 1.147, 1.134, 1.93, 1.81, 1.72, 1.71 Tested by uwe@ robert@ jsg@ and a few others | |||
2005-03-04 | add missing 'add' request in cvs_request table. | Joris Vink | |
ok jfb@ | |||
2005-03-04 | add real support for the `access' keyword, both in parsing and | Jean-Francois Brousseau | |
output; rcs_access_add() can be used to add a new login name to the access list, and rcs_access_remove() to remove an entry | |||
2005-03-04 | Fix a variable name in a comment; from Clint <cruoho@gmail.com>; ok tdeval@ | Robert Nagy | |
2005-03-04 | Sync | Miod Vallat | |
2005-03-04 | remove unused variable. | Hans-Joerg Hoexer | |
2005-03-04 | cleanup binding and cloning functions, use text2port(), correctly | Hans-Joerg Hoexer | |
determin the encap port. This makes udpencap fully useable on ports other than the default 4500. ok ho cloder | |||
2005-03-04 | remove unused function udp_decode_port(), add modified version as text2port() to | Hans-Joerg Hoexer | |
utilities. ok cloder ho | |||
2005-03-04 | remove unused stuff. | Hans-Joerg Hoexer | |
ok ho@ | |||
2005-03-04 | remove unused variable. | Hans-Joerg Hoexer | |
noticed by and ok markus | |||
2005-03-04 | sync | Todd T. Fries | |
2005-03-04 | correct typo, wrong pf major | Todd T. Fries | |
2005-03-04 | make :passwordtries=0:\ in login.conf work. | Moritz Jodeit | |
from Ross Richardson. closes PR 4133. ok henning@ millert@ | |||
2005-03-04 | fix leak when a phase 2 SA cannot create an exchange for the matching phase 1 | Markus Friedl | |
ok ho@, hshoexer@ | |||
2005-03-04 | - check th_ack against snd_una/max; from Raja Mukerji via hugh@ | Markus Friedl | |
- limit pool to tcp_sackhole_limit entries (sysctl-able) - stop sack option processing on pool_get errors - use SEQ_MIN/SEQ_MAX ok henning, hshoexer, deraadt | |||
2005-03-04 | missing -F in `tag' synopsis; | Jason McIntyre | |
2005-03-04 | document that $HOME is shown as `~' for PS1 \w substitutions; | Jason McIntyre | |
diff from niall o'higgins, pr 4132 (slightly reworded); ok otto@ | |||
2005-03-04 | Fix handling of names bigger than NCHNAMLEN in cache_enter(), okay tedu@ | Pedro Martelletto | |
2005-03-04 | flesh list of classes out. | Marc Espie | |
2005-03-04 | add state's tag for IPv6, too. spotted by markus@ | Daniel Hartmeier | |
2005-03-04 | Typos in comments from Niall O'Higgins <niallo at netsoc dot ucd dot ie> | Otto Moerbeek | |
2005-03-04 | make `cvs tag' consistent w/ `cvs rtag'; ok jmc joris | Xavier Santolaria | |
2005-03-04 | regress test for SendEnv config parsing bug; ok dtucker@ | Damien Miller | |
2005-03-04 | fix SendEnv config parsing bug found by Roumen Petrov; ok dtucker@ | Damien Miller | |
2005-03-04 | for consistency, use preempt(NULL) | Martin Reindl | |
ok uwe@ | |||
2005-03-04 | Put the dmamap for a transmission at the correct array index. Fixes a | Kenneth R Westerback | |
crash on sparc64. From FreeBSD. |