Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-23 | reorder operations a bit for st16550{v2}, xr16850, ti16750: | Jason Wright | |
wake them up and then initialize them This fixes a comatose st16650 problem on addcom (detected as st16550). | |||
2001-07-23 | improve IFA_ROUTE handling. do not lose connected route on primary | Jun-ichiro itojun Hagino | |
interface address removals. | |||
2001-07-23 | Fix typo. | Aaron Campbell | |
2001-07-23 | sync PreferredAuthentications | Markus Friedl | |
2001-07-23 | reorder default sequence of userauth methods to match ssh behaviour: | Markus Friedl | |
hostbased,publickey,keyboard-interactive,password | |||
2001-07-22 | Xr login.conf | Markus Friedl | |
2001-07-22 | enable challenge-response auth by default; ok millert@ | Markus Friedl | |
2001-07-22 | There is no option "Compress", point to "Compression" instead; ok markus | Peter Valchev | |
2001-07-22 | update comment | Markus Friedl | |
2001-07-22 | Fix times vs timed typo. Closes PR #1952. | Kenneth R Westerback | |
2001-07-22 | pmap_clear_modify returns boolean_t | Miod Vallat | |
2001-07-22 | belt-and-suspenders: define SHLIB_* from major/minor, then use | Marc Espie | |
SHLIB_* exclusively. | |||
2001-07-22 | Use shlib_version, like the rest of the tree. | Marc Espie | |
2001-07-22 | Fix a typo, and remove a ton of duplicate entries. | Miod Vallat | |
2001-07-22 | typo; david@phobia.ms | Theo de Raadt | |
2001-07-21 | print additional debugging information for 'insert invalid' messages. occurs ↵ | Daniel Hartmeier | |
for some people (never for me), and I need more information. will be removed after the issue is resolved. please report these, if you get them. | |||
2001-07-21 | no rd required in regular kernels | Theo de Raadt | |
2001-07-21 | Fix hard links from libl -> libfl after discussion with krw@; espie@ OK | Todd C. Miller | |
2001-07-21 | SHLIB_MAJOR/_MINOR not set in bsd.lib.mk anymore. Use major/minor. | Kenneth R Westerback | |
2001-07-21 | regen | Nathan Binkert | |
2001-07-21 | Add Level1 and their LXT1001 (Now owned by Intel) | Nathan Binkert | |
2001-07-21 | Define SHLIB_MAJOR and SHLIB_MINOR from major/minor, so that perl library | Marc Espie | |
does install. | |||
2001-07-21 | missing \n in a log() call | Jun-ichiro itojun Hagino | |
2001-07-21 | repair validation on RTAX_GENMASK insertion. has been broken since 44bsd. | Jun-ichiro itojun Hagino | |
(freebsd3 has a fix since 1999, but has insufficient validation on sa_len) | |||
2001-07-21 | sync | Theo de Raadt | |
2001-07-21 | repair IPv6 TCP. th_sum has to be initialized to 0 on template. | Jun-ichiro itojun Hagino | |
(older code had "th_sum = 0" at the bottom of the function, which was removed during TCP hardware checksumming change) | |||
2001-07-21 | plug mem leak; zero right amount of mem | Theo de Raadt | |
2001-07-21 | Undo last fix to ata_wdc.c. Don't deregister timeout in generic code | Constantine Sapuntzakis | |
2001-07-21 | Don't hang on missing interrupts | Constantine Sapuntzakis | |
2001-07-21 | Several fixups; from Brian Poole <raj@cerias.purdue.edu> | Jason Wright | |
2001-07-21 | - don't allow wildcarded interrupts | Jason Wright | |
- use correct type (bus_addr_t) for iobase - if interrupt allocation fails, abort - clean up interrupt handler (again) | |||
2001-07-21 | - Clear all interrupts during initialization (shouldn't be necessary, but | Jason Wright | |
doesn't hurt). - Turn the dma queues on and off as needed. This results in fewer PCI aborts on 7751. | |||
2001-07-20 | One BINDIR too many, I don't know how I pulled that one. | Marc Espie | |
2001-07-20 | use a variable, not it's default value from constant | Michael Shalayeff | |
2001-07-20 | do not dup-redefine binown and bindir | Michael Shalayeff | |
2001-07-20 | do not include or define things which are common for this subdir's parent | Michael Shalayeff | |
2001-07-20 | inherit BINDIR from ../Makefile.inc | Michael Shalayeff | |
2001-07-20 | let make do it's job, not dupping pieces from included files here | Michael Shalayeff | |
2001-07-20 | undo broken changes, i dunno a fix for these; how many times you gonna ↵ | Michael Shalayeff | |
repeat the same mistake espie@ and millert@ ? | |||
2001-07-20 | inherit BINDIR from ../Makefile.inc | Michael Shalayeff | |
2001-07-20 | every change you make, every step you take, we'll be whatching you | Michael Shalayeff | |
2001-07-20 | we don't like: | Mike Pechkin | |
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS; | |||
2001-07-20 | make this work, after espie changed other mk behaviours | Theo de Raadt | |
2001-07-20 | make equal() macro to check sa_len match, otherwise we will touch | Jun-ichiro itojun Hagino | |
the content of a2 beyond a2->sa_len mistakenly. sync with kame | |||
2001-07-20 | "the" command line | Kevin Steves | |
2001-07-20 | we don't like: | Mike Pechkin | |
o) .Pp before/after .Sh; o) .Pp before/after .Rs/.Re; o) .Nm without argument in SYNOPSIS; | |||
2001-07-20 | add -v option to fid command | Jim Rees | |
parse_atr -> sectok_parse_atr | |||
2001-07-20 | parse_atr -> sectok_parse_atr | Jim Rees | |
remove sc7816.h from installed includes move struct scparam to sectok.h lookup_cmdname -> sectok_get_ins | |||
2001-07-20 | fix example: you need 'proto' if you specify ports | Markus Friedl | |
2001-07-20 | do not exit() from signal handlers; ok deraadt@ | Markus Friedl | |