summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-07fix a logic botch in discover_interfaces that prevented dhclient to seeHenning Brauer
any but the first real interface found yesterday evening at RATT when dhclient would not get me a lease on wireless
2004-04-07doh. i386.html had even more models...Michael Shalayeff
2004-04-07another 8139Michael Shalayeff
2004-04-07regenMichael Shalayeff
2004-04-07attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org>Michael Shalayeff
2004-04-07.Xr rdate 8 in SEE ALSO;Jason McIntyre
from xsa@
2004-04-07from wiz@netbsd:Jason McIntyre
Log Message: Add TNF copyright license in Matt Thomas' name; okayed by matt@. problem found by miod@
2004-04-07list options w/o operands before options w/ operands (style(9));Jason McIntyre
.Xr adjtime 2 in SEE ALSO;
2004-04-07Remove those option letters from the getopt string which do not have a caseAaron Campbell
handler below. millert@ ok
2004-04-07ISO function declarations, trim a few comments, rename a few variables toMarc Espie
more explicit/more consistent names. okay otto@
2004-04-07Fix bounds check for printing of ip6 options. Similar fix in tcpdumpOtto Moerbeek
3.8.1. From Greg Taleck <taleck at oz dot net>, with twist from me to keep diffablility.
2004-04-07kill whitespace at EOL;Jason McIntyre
2004-04-07another piece inside qflag checkTheo de Raadt
2004-04-07- alter .Nd to reflect that characters can be counted alsoJason McIntyre
(syncs description w/ posix) - remove unnecessary .Fl - note that the default listing may show character, rather than byte, count started by PR from Juan Vera (#3738)
2004-04-07hifn card works just fine (with working /dev/crypto).Dale Rahn
2004-04-07align /dev/crypto with it's device node. would allow crypto cards to be used.Dale Rahn
2004-04-07Clean up printf's per deraadt@. Kill panic in mpt_pci_attach per mickey@Marco Peereboom
2004-04-06Add PERC3/DCL. ok mickey@Marco Peereboom
2004-04-06Set mode and ownership when renaming file -> file.0 like we do whenTodd C. Miller
moving the file across filesystems or renaming from file.0 -> file.1. Problem noticed by mpech@
2004-04-06Microsoft MN-520 wireless card works nowTodd C. Miller
2004-04-06Attach Microsoft MN-520 wireless cardTodd C. Miller
2004-04-06regen; add Microsoft MN-520 wireless cardTodd C. Miller
2004-04-06Add Microsoft MN-520 wireless cardTodd C. Miller
2004-04-06Hil keyboard layout for german keyboards, at least suitable for the PS/2-likeMiod Vallat
layout. Based upon an old diff from paul@, tests and feedback otto@ paul@
2004-04-06in cpu_exit() make sure to flush the fpu operation (store fr0)Michael Shalayeff
2004-04-06repair last: proper unimplemented'' trap checkMichael Shalayeff
2004-04-06doh. disable ahc here as wellMichael Shalayeff
2004-04-06fix siginfo generation for posted signals and avoid double ktrpsig() call ↵Michael Shalayeff
for the same signal; deraadt@ ok
2004-04-06syncTheo de Raadt
2004-04-06shortenTheo de Raadt
2004-04-06syncTheo de Raadt
2004-04-06pci express device ids; from someoneTheo de Raadt
2004-04-06sort SYNOPSIS and options, and various other fixes,Jason McIntyre
for s_client and s_server;
2004-04-06some of these functions are prototyped in pwd.h; ok deraadt@Damien Miller
2004-04-06prototypes for bcrypt and md5crypt, as described in manpage; ok deraadt@Damien Miller
2004-04-06When optimizing a logical arithmetic operation, which operands are bothMiod Vallat
comparisons using different operators, make sure to generate an insn with the correct mode. This means that constructs like if (c != -1 & i < 9999) and if ((i<=7) | (value != 0)) as found in transfig and teTeX, respectively, will now compile with optimization. Note the single & or | in these constructs - this kind is rare enough for this bug to have remained unnoticed until now...
2004-04-06- add margins when formatting w/ -TasciiJason McIntyre
- remove some macros that were causing formatting errors
2004-04-06dont write more than 4 bytes even on 64-bit. beck@ okAnil Madhavapeddy
2004-04-06Print DELETE payload contents. ok markus@.Hakan Olsson
2004-04-06- add a margin when formatting w/ -TasciiJason McIntyre
- some punctuation fixes - typos and other small stuff
2004-04-06Remove the 3.3 -> 3.4 upgrade openssl hack.Kenneth R Westerback
2004-04-06Apply patch from guenther at mho.com (pr3730) that fixes a doubleMarco S Hyman
free in the threads library
2004-04-06remove optimization workaround for sparc64 now that we're using gcc3.Brad Smith
ok deraadt@
2004-04-05o use mode_t, not int for permissions.Todd C. Miller
o use strtol() instead of sscanf() to parse numbers in config file This has been sitting in my tree for a long time...
2004-04-05Switch mvme88k to -O2 optimization by default.Miod Vallat
(the perl chunk discussed with millert@ and pushed upstream)
2004-04-05In Exit() when used as a signal handler, emsg is a pointer soTodd C. Miller
sizeof() is wrong so make it a #define instead. Also avoid using a negative exit value. Found by aaron@
2004-04-05- redefine the .UL macro so that, even if output is to a non-TTY device,Jason McIntyre
.UL formats as italic (underline on TTY); this also makes .ul and .UL consistent, and avoids formatting problems when punctuation is involved - simplify .IT macro (from e.mac) - make bold font work for .P1/.P2 (from e.mac) - fix a double blank line issue w/ -Tascii - kill a pesky blank line that was messing the output
2004-04-05redefine the .UL macro so that, even if output is to a non-TTY device,Jason McIntyre
.UL formats as italic (underline on TTY); this also makes .ul and .UL consistent, and avoids formatting problems when punctuation is involved;
2004-04-05Pass correct buffer length to gethdir(), and also change int arg to size_tAaron Campbell
per anil@. deraadt@, millert@ ok
2004-04-05Don't init curses until after option processing. pjanzen@ okAaron Campbell