summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-07-23reorder 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-23improve IFA_ROUTE handling. do not lose connected route on primaryJun-ichiro itojun Hagino
interface address removals.
2001-07-23Fix typo.Aaron Campbell
2001-07-23sync PreferredAuthenticationsMarkus Friedl
2001-07-23reorder default sequence of userauth methods to match ssh behaviour:Markus Friedl
hostbased,publickey,keyboard-interactive,password
2001-07-22Xr login.confMarkus Friedl
2001-07-22enable challenge-response auth by default; ok millert@Markus Friedl
2001-07-22There is no option "Compress", point to "Compression" instead; ok markusPeter Valchev
2001-07-22update commentMarkus Friedl
2001-07-22Fix times vs timed typo. Closes PR #1952.Kenneth R Westerback
2001-07-22pmap_clear_modify returns boolean_tMiod Vallat
2001-07-22belt-and-suspenders: define SHLIB_* from major/minor, then useMarc Espie
SHLIB_* exclusively.
2001-07-22Use shlib_version, like the rest of the tree.Marc Espie
2001-07-22Fix a typo, and remove a ton of duplicate entries.Miod Vallat
2001-07-22typo; david@phobia.msTheo de Raadt
2001-07-21print 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-21no rd required in regular kernelsTheo de Raadt
2001-07-21Fix hard links from libl -> libfl after discussion with krw@; espie@ OKTodd C. Miller
2001-07-21SHLIB_MAJOR/_MINOR not set in bsd.lib.mk anymore. Use major/minor.Kenneth R Westerback
2001-07-21regenNathan Binkert
2001-07-21Add Level1 and their LXT1001 (Now owned by Intel)Nathan Binkert
2001-07-21Define SHLIB_MAJOR and SHLIB_MINOR from major/minor, so that perl libraryMarc Espie
does install.
2001-07-21missing \n in a log() callJun-ichiro itojun Hagino
2001-07-21repair 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-21syncTheo de Raadt
2001-07-21repair 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-21plug mem leak; zero right amount of memTheo de Raadt
2001-07-21Undo last fix to ata_wdc.c. Don't deregister timeout in generic codeConstantine Sapuntzakis
2001-07-21Don't hang on missing interruptsConstantine Sapuntzakis
2001-07-21Several fixups; from Brian Poole <raj@cerias.purdue.edu>Jason Wright
2001-07-21- don't allow wildcarded interruptsJason 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, butJason Wright
doesn't hurt). - Turn the dma queues on and off as needed. This results in fewer PCI aborts on 7751.
2001-07-20One BINDIR too many, I don't know how I pulled that one.Marc Espie
2001-07-20use a variable, not it's default value from constantMichael Shalayeff
2001-07-20do not dup-redefine binown and bindirMichael Shalayeff
2001-07-20do not include or define things which are common for this subdir's parentMichael Shalayeff
2001-07-20inherit BINDIR from ../Makefile.incMichael Shalayeff
2001-07-20let make do it's job, not dupping pieces from included files hereMichael Shalayeff
2001-07-20undo broken changes, i dunno a fix for these; how many times you gonna ↵Michael Shalayeff
repeat the same mistake espie@ and millert@ ?
2001-07-20inherit BINDIR from ../Makefile.incMichael Shalayeff
2001-07-20every change you make, every step you take, we'll be whatching youMichael Shalayeff
2001-07-20we don't like:Mike Pechkin
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS;
2001-07-20make this work, after espie changed other mk behavioursTheo de Raadt
2001-07-20make equal() macro to check sa_len match, otherwise we will touchJun-ichiro itojun Hagino
the content of a2 beyond a2->sa_len mistakenly. sync with kame
2001-07-20"the" command lineKevin Steves
2001-07-20we don't like:Mike Pechkin
o) .Pp before/after .Sh; o) .Pp before/after .Rs/.Re; o) .Nm without argument in SYNOPSIS;
2001-07-20add -v option to fid commandJim Rees
parse_atr -> sectok_parse_atr
2001-07-20parse_atr -> sectok_parse_atrJim Rees
remove sc7816.h from installed includes move struct scparam to sectok.h lookup_cmdname -> sectok_get_ins
2001-07-20fix example: you need 'proto' if you specify portsMarkus Friedl
2001-07-20do not exit() from signal handlers; ok deraadt@Markus Friedl