Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-10 | spacing | Theo de Raadt | |
2004-08-10 | use MID_MIPS64 | Theo de Raadt | |
2004-08-10 | big-endian MIPS64 mid | Theo de Raadt | |
2004-08-10 | spacing | Theo de Raadt | |
2004-08-10 | The second spc is missing on original LUNA-88K, so add and check the | Kenji Aoyama | |
machine type field in the internal device lists. ok miod@ | |||
2004-08-10 | make kvm happy again! | Per Fogelstrom | |
2004-08-10 | Add SADB_X_EXT_LIFETIME_LASTUSE for use with isakmpd/DPD, adding this | Hakan Olsson | |
extends the bitmap to 64bits. Also repair SADB_GET. hshoexer@ ok. | |||
2004-08-10 | Variable size arrays are not ANSI C. Replace by malloc/free. | Otto Moerbeek | |
ok deraadt@ henning@ | |||
2004-08-10 | Add SADB_X_EXT_LIFETIME_LASTUSE. hshoexer@ ok | Hakan Olsson | |
2004-08-10 | Better implementation of the Dead Peer Detection protocol, RFC 3706. | Hakan Olsson | |
hshoexer@ ok. | |||
2004-08-10 | Only expand a tilde for strings like "~", "~/..", "~user" and "~user/". | Todd C. Miller | |
For the PATH, only expand a tilde that is at the beginning of the path name. This is similar to the behavior prior to my commit here yesterday. | |||
2004-08-10 | update to reality | Jared Yanovich | |
- elaborate on cloned route behavior - mention route labels - sync header file excerpts - remove ISO mention - things that were new 10 years ago are just "the way" now, so do not refer to them as such - remove source routing stuff for now mdoc corrections add some cross-refs slight consistency and reorganizational fixes grammar, punctuation, and rewording fixes requested by, help, and ok henning help and ok jmc | |||
2004-08-10 | Cleanup, and don't close the Entries file handle for a directory when we | Jean-Francois Brousseau | |
are done loading its contents. We will need the file for whatever changes we bring to it | |||
2004-08-10 | Gahhh, why is this still around? It was never necessary to inform the parent | Claudio Jeker | |
after fd passing. I thought I removed that some time ago... anyway now it is gone. | |||
2004-08-10 | Always free message buffer on error. | Claudio Jeker | |
2004-08-10 | Add O2 built in ethernet. | Per Fogelstrom | |
2004-08-10 | Support IPv6 in message and state transition dumps. Table dumps still | Claudio Jeker | |
unsupported. OK henning@ | |||
2004-08-10 | clean | Per Fogelstrom | |
2004-08-10 | -L and -h are synonymous; noticed by espie@ | Todd C. Miller | |
2004-08-10 | Apacer Wireless Steno MB112 includes wi@USB | Todd C. Miller | |
2004-08-10 | style, use sizeof() instead of a hardcoded value. | Claudio Jeker | |
2004-08-10 | switch nexthop in struct filter_set form struct in_addr to struct bgpd_addr | Claudio Jeker | |
OK henning@ | |||
2004-08-10 | Correctly set the MED in outgoing UPDATEs. OK henning@ | Claudio Jeker | |
2004-08-10 | Document @man, @info, @lib, @mandir, @fontdir. | Marc Espie | |
2004-08-10 | in the pool case ("servers somepool.somewhere"), we add new peers while | Henning Brauer | |
looping over the addresses returned by the dns lookup, as each address is one new peer. however, if the lookup fails with a temporary error, we will try to lookup later again. for that, we obviously need to insert one peer with the hostname in addr_head... change one for() loop into a do { } while() one | |||
2004-08-10 | move memory allocation for new peers into a new function, makes ID allocation | Henning Brauer | |
easier | |||
2004-08-10 | make enaddr_aton in machdep.c global | Per Fogelstrom | |
2004-08-10 | Don't mess with the msgbuf location when free memory is determined by the bios. | Per Fogelstrom | |
2004-08-10 | typo | Marc Espie | |
2004-08-10 | cosmetic tweak: ensure all dirs always get exactly one / at the end. | Marc Espie | |
cosmetic tweak: do not show a space after a keyword without args. dir support reworked: keep clones() of dir objects, and call cleanup/reload routines at end. @mandir/fontdir support: both mandir and fontdir remove extra files on delete. @fontdir creates alias files, runs mkfontdir, and uses fc-cache. | |||
2004-08-10 | when inserting a dynamic group entry into the pfi_ifs tree, don't incorrectly | David Gwynne | |
create an interface entry with the same name. Prevents panics due to subsequent invalid refcounting. from Chris Pascoe ok dhartmei@ henning@ | |||
2004-08-10 | Linux has AES (and DES). From Benjamin Pineau. | Hakan Olsson | |
2004-08-10 | If opening /dev/arandom fails, try /dev/random. Suggested by Benjamin Pineau. | Hakan Olsson | |
2004-08-10 | if_mec man | Michael Shalayeff | |
2004-08-10 | use generic net/netisr_dispatch.h; pefo@ ok | Michael Shalayeff | |
2004-08-10 | give mace some dma; pefo@ ok | Michael Shalayeff | |
2004-08-10 | mac-110 on mace from netbsd | Michael Shalayeff | |
2004-08-10 | regen | Brad Smith | |
2004-08-10 | 1000baseTX -> 1000baseT | Brad Smith | |
gigabit -> Gigabit | |||
2004-08-10 | sync | Theo de Raadt | |
2004-08-10 | sync | Theo de Raadt | |
2004-08-10 | missing \ at eol | Theo de Raadt | |
2004-08-09 | remove some old stuff and clean up. arc and galileo is gone. | Per Fogelstrom | |
ok mickey@ | |||
2004-08-09 | remove old arc stuff and add sgi support. | Per Fogelstrom | |
ok mickey@ | |||
2004-08-09 | mips/sgi uses same symbol table style setup as sparc64 | Per Fogelstrom | |
OK mickey@ | |||
2004-08-09 | Mention "setenv" login.conf capability so people can find it. | Todd C. Miller | |
2004-08-09 | Support the "setenv" capability in login.conf ala FreeBSD. Following | Todd C. Miller | |
FreeBSD's example, a '~' in an environment variable is replaced with the user's homedir. A '$' is replaced by the user's login name. Both can be escaped with a backslash to get the literal char. OK deraadt@ | |||
2004-08-09 | sgi TOD clock | Per Fogelstrom | |
2004-08-09 | adding tod support to sgi | Per Fogelstrom | |
2004-08-09 | fixed printout | Per Fogelstrom | |