Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-07 | fix a logic botch in discover_interfaces that prevented dhclient to see | Henning Brauer | |
any but the first real interface found yesterday evening at RATT when dhclient would not get me a lease on wireless | |||
2004-04-07 | doh. i386.html had even more models... | Michael Shalayeff | |
2004-04-07 | another 8139 | Michael Shalayeff | |
2004-04-07 | regen | Michael Shalayeff | |
2004-04-07 | attach 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-07 | from wiz@netbsd: | Jason McIntyre | |
Log Message: Add TNF copyright license in Matt Thomas' name; okayed by matt@. problem found by miod@ | |||
2004-04-07 | list options w/o operands before options w/ operands (style(9)); | Jason McIntyre | |
.Xr adjtime 2 in SEE ALSO; | |||
2004-04-07 | Remove those option letters from the getopt string which do not have a case | Aaron Campbell | |
handler below. millert@ ok | |||
2004-04-07 | ISO function declarations, trim a few comments, rename a few variables to | Marc Espie | |
more explicit/more consistent names. okay otto@ | |||
2004-04-07 | Fix bounds check for printing of ip6 options. Similar fix in tcpdump | Otto Moerbeek | |
3.8.1. From Greg Taleck <taleck at oz dot net>, with twist from me to keep diffablility. | |||
2004-04-07 | kill whitespace at EOL; | Jason McIntyre | |
2004-04-07 | another piece inside qflag check | Theo de Raadt | |
2004-04-07 | - alter .Nd to reflect that characters can be counted also | Jason 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-07 | hifn card works just fine (with working /dev/crypto). | Dale Rahn | |
2004-04-07 | align /dev/crypto with it's device node. would allow crypto cards to be used. | Dale Rahn | |
2004-04-07 | Clean up printf's per deraadt@. Kill panic in mpt_pci_attach per mickey@ | Marco Peereboom | |
2004-04-06 | Add PERC3/DCL. ok mickey@ | Marco Peereboom | |
2004-04-06 | Set mode and ownership when renaming file -> file.0 like we do when | Todd C. Miller | |
moving the file across filesystems or renaming from file.0 -> file.1. Problem noticed by mpech@ | |||
2004-04-06 | Microsoft MN-520 wireless card works now | Todd C. Miller | |
2004-04-06 | Attach Microsoft MN-520 wireless card | Todd C. Miller | |
2004-04-06 | regen; add Microsoft MN-520 wireless card | Todd C. Miller | |
2004-04-06 | Add Microsoft MN-520 wireless card | Todd C. Miller | |
2004-04-06 | Hil keyboard layout for german keyboards, at least suitable for the PS/2-like | Miod Vallat | |
layout. Based upon an old diff from paul@, tests and feedback otto@ paul@ | |||
2004-04-06 | in cpu_exit() make sure to flush the fpu operation (store fr0) | Michael Shalayeff | |
2004-04-06 | repair last: proper unimplemented'' trap check | Michael Shalayeff | |
2004-04-06 | doh. disable ahc here as well | Michael Shalayeff | |
2004-04-06 | fix siginfo generation for posted signals and avoid double ktrpsig() call ↵ | Michael Shalayeff | |
for the same signal; deraadt@ ok | |||
2004-04-06 | sync | Theo de Raadt | |
2004-04-06 | shorten | Theo de Raadt | |
2004-04-06 | sync | Theo de Raadt | |
2004-04-06 | pci express device ids; from someone | Theo de Raadt | |
2004-04-06 | sort SYNOPSIS and options, and various other fixes, | Jason McIntyre | |
for s_client and s_server; | |||
2004-04-06 | some of these functions are prototyped in pwd.h; ok deraadt@ | Damien Miller | |
2004-04-06 | prototypes for bcrypt and md5crypt, as described in manpage; ok deraadt@ | Damien Miller | |
2004-04-06 | When optimizing a logical arithmetic operation, which operands are both | Miod 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/ -Tascii | Jason McIntyre | |
- remove some macros that were causing formatting errors | |||
2004-04-06 | dont write more than 4 bytes even on 64-bit. beck@ ok | Anil Madhavapeddy | |
2004-04-06 | Print DELETE payload contents. ok markus@. | Hakan Olsson | |
2004-04-06 | - add a margin when formatting w/ -Tascii | Jason McIntyre | |
- some punctuation fixes - typos and other small stuff | |||
2004-04-06 | Remove the 3.3 -> 3.4 upgrade openssl hack. | Kenneth R Westerback | |
2004-04-06 | Apply patch from guenther at mho.com (pr3730) that fixes a double | Marco S Hyman | |
free in the threads library | |||
2004-04-06 | remove optimization workaround for sparc64 now that we're using gcc3. | Brad Smith | |
ok deraadt@ | |||
2004-04-05 | o 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-05 | Switch mvme88k to -O2 optimization by default. | Miod Vallat | |
(the perl chunk discussed with millert@ and pushed upstream) | |||
2004-04-05 | In Exit() when used as a signal handler, emsg is a pointer so | Todd 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-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; | |||
2004-04-05 | Pass correct buffer length to gethdir(), and also change int arg to size_t | Aaron Campbell | |
per anil@. deraadt@, millert@ ok | |||
2004-04-05 | Don't init curses until after option processing. pjanzen@ ok | Aaron Campbell | |