summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-02-07deal with new ANSI malloc stuffTheo de Raadt
2001-02-07indentTheo de Raadt
2001-02-07We need to loose some weight.Artur Grabowski
If someone feels very opposed to this, the code is left in the Attic. Just revive and _make_it_work_.
2001-02-07XXX two horrible abuses of spl.Artur Grabowski
2001-02-07Now that niklas has fixed ddb to not barf on elf symbols, thereArtur Grabowski
is no need to disable ddb.
2001-02-07Remove support for #!. It's not intuitive and if you happen to addFederico G. Schwindt
lines as the end of a stock syslog.conf you're going to spend some time figuring why is not working as it should; problem found by riq@core-sdi.com, millert@ ok.
2001-02-07Add support for bus_space_write_region_[1248] bus_space_read_region_[1248]Dale Rahn
as needed for some drivers, primarily drivers from NetBSD, where these defines came from.
2001-02-07Some devices use NPBG others want PAGE_SIZE, and the related macros.Dale Rahn
so provide both.
2001-02-07ok, commit this since it most likely to work; i guess now it will get tested ↵Michael Shalayeff
a little bit sooner than in a few months; 10x brad@
2001-02-07check for stat failures, too; ok djm@Markus Friedl
2001-02-06dir==lsMarkus Friedl
2001-02-06Fix -o option under getopt; ok markus@Damien Miller
2001-02-06use lower case error messages similar to errno.hMarkus Friedl
2001-02-06replace arc4random with counter for request ids; ok markus@Damien Miller
2001-02-06missed ) in if()Michael Shalayeff
2001-02-06reorder -{1,2,4,6} options. ok markus@Jakob Schlyter
2001-02-06ignore blank lines in addition to commentsTodd T. Fries
fixes pr#1660 from wilfried@telia.com .. Thanks!
2001-02-06add missing -1 optionJakob Schlyter
2001-02-06add -1 option (force protocol version 1). ok markus@Jakob Schlyter
2001-02-06i can be stooooopidMichael Shalayeff
2001-02-06remove confusing callback codeMarkus Friedl
2001-02-06Punctuation fix from Pekka Savola <pekkas@netcore.fi>Damien Miller
2001-02-06do not ask for passphrase in batch mode; report from ejb@ql.orgMarkus Friedl
2001-02-06stat target for remote chdir before doing chdirDamien Miller
2001-02-06Change host width to 24 so last produces one line per user; deraadt ok.Federico G. Schwindt
2001-02-06enable sftp-server by defaultTheo de Raadt
2001-02-06fatal() if subsystem failsMarkus Friedl
2001-02-06Wait for ssh subprocess at exitDamien Miller
2001-02-06Use getopt to process commandline argumentsDamien Miller
2001-02-06Committed by accident.Artur Grabowski
2001-02-06Rename pcs_bus* to pci_swiz_bus* to reduce confusion and match NetBSD.Artur Grabowski
2001-02-06I don't think there is a reason to enable IDE through isa now thatArtur Grabowski
we have pciide.
2001-02-06ipf/ipnat check the securelevel in the original code, so don't do it twice.Federico G. Schwindt
Also remove uneeded definition of ICMP_UNREACH_FILTER_PROHIB; this isn't needed. Why keep adding things to make diffs harder?
2001-02-06Don't initialize ddb until I've committed elf support for ddb.Artur Grabowski
2001-02-06spelling and KNF.Federico G. Schwindt
2001-02-06Laptop ICH2 IDEChris Cappuccio
2001-02-06syncChris Cappuccio
2001-02-06Laptop ICH2 IDEChris Cappuccio
2001-02-06Bring up-to-dateNiklas Hallqvist
2001-02-06Allow booting on alphas with DDB, although no symbols will be seen.Niklas Hallqvist
2001-02-06allow for configuring number of bridge ifaces in ukc; jason@ ok and helpMichael Shalayeff
2001-02-06If sdl type is ISO88025, print the address using `:' as well.Federico G. Schwindt
2001-02-06cleanup get_pathname, fix pwd after failed cd. okay djm@Niels Provos
2001-02-06Pick up work by matt@netbsd.org to get scsi working on vaxstation 4000/90.Hugh Graham
Is it working? I don't know.. Anyone have a machine to spare?
2001-02-06forgot to bzero() malloced memoryMichael Shalayeff
2001-02-06allow configuring number of tunnel ifacesMichael Shalayeff
2001-02-06allow configuring gif ifaces; itojun@ okMichael Shalayeff
2001-02-06- bridge_input() expects to be called at splnet(), not splsoftnet()Jason Wright
- add a bit more debugging (controlled by ENCDEBUG and encdebug) - turn off several more m_flags that may have been set by the higher layers (so any sharing of mbuf's in the return direction doesn't confuse the upper layers)
2001-02-06sync with latest kame (comment only)Jun-ichiro itojun Hagino
2001-02-06bad semicolon after "if" conditional.Jun-ichiro itojun Hagino