summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-11-29miod thinks mpu should be xreffed from hereMichael Shalayeff
2002-11-29syncTheo de Raadt
2002-11-29- Fix playback problem on SiS7018.Federico G. Schwindt
- mute the volume for interrupt channel. - add some improvements for device initialization. - Fix recording problem on SiS7018. From NetBSD via Gabriel Gonzalez.
2002-11-29Upon detection of an international Sun keyboard with a recognized layout,Miod Vallat
attach it with the appropriate keymap table, rather than the default KB_US table. If this is not the expected behaviour, users can still revert to US layout via "kbd us" or "wsconsctl -w keyboard.encoding=us". As the installation media uses the prom console, which will honor the international keyboard layout, this will definitely help users with international keyboards and fancy characters in their passwords... Note that there is still some Sun keyboard tables missing at the moment.
2002-11-29Add -b flag (brief mode) like NetBSD and FreeBSD; Ibrahim KhalifaTodd C. Miller
2002-11-29Ask for DNS domain name *after* the interfaces are configured, at theKenneth R Westerback
same time as we ask for the default route and name server addresses. This allows users to override any DHCP supplied domain information the same way they could override DHCP supplied default route and name server addresses. As a result, remove the now superfluous warning about not supplying information DHCP is going to overwrite.
2002-11-28mention midi uartsMichael Shalayeff
2002-11-28mpu man and on isaMichael Shalayeff
2002-11-28same devices named the sameMichael Shalayeff
2002-11-28generic isa mpu, from Sergey A. Smitienko w/ fixes from meMichael Shalayeff
2002-11-28fd sharing was re-enabled quite awhile ago.Brad Smith
2002-11-28+qlimitHenning Brauer
+tbrsize
2002-11-28test qlimit on altq ruleHenning Brauer
2002-11-28qlimit before tbrsizeHenning Brauer
2002-11-28print qlimit on altq if not equal to the default valueHenning Brauer
2002-11-28allow qlimit on altq specHenning Brauer
2002-11-28Sync with pciide(4): mention Promise PDC20275 PDC20277 andAlexander Yurchenko
Viatech VT8366 VT8233 VT8235 as supported ok gluk@
2002-11-28Sync with reality: mention Promise PDC20275 PDC20277 andAlexander Yurchenko
Viatech VT8366 VT8233 VT8235 as supported ok gluk@ mpech@
2002-11-28Sync with changes in pfctl:Ryan Thomas McBride
- Remove extra space before -> in print_rdr - Print hex keys lowercase ok dhartmei@ henning@
2002-11-28- Remove extra space before -> in print_rdrRyan Thomas McBride
- Print hex keys lowercase ok dhartmei@ henning@
2002-11-28remove trailing whitespaceRyan Thomas McBride
ok henning@
2002-11-28add regression test for nat poolsRyan Thomas McBride
ok henning@
2002-11-28- Adjust to match replacement of md5 with pf_hashRyan Thomas McBride
- Allow keys to be specified in hex (must be 128 bits, mainly to make pfctl -v output paresable by pfctl) or as a string. Randomly generate key if one is not specified. Suggestions and fixes from camield@ ok mickey@ camield@ henning@
2002-11-28- MD5 too slow, replace with pf_hash (based on hash from if_bridge.c)Ryan Thomas McBride
- Always fold the key in Many fixes & suggestions from camield@ ok mickey@ camield@ henning@
2002-11-28Check for invalid ICMP6 option length, ok itojun@Daniel Hartmeier
2002-11-28Use any existing hostname as the default, as the install could haveKenneth R Westerback
been restarted. Discard any domain information the user supplies.
2002-11-28spacesTheo de Raadt
2002-11-28Make questions out of requests for user input that were demands. UseKenneth R Westerback
a standard format of <question>? (<extra verbiage>) [<default value>] Makes things more consistant, and sometimes more terse.
2002-11-28Save a few bytes;Kenneth R Westerback
1) The one '/sbin/ifconfig' -> 'ifconfig'. 2) Eliminate local variable and thereby unneeded '\n' in welcome().
2002-11-28Fix indent botch.Kenneth R Westerback
2002-11-27typo; Tor HoughtonTodd C. Miller
2002-11-27unkonwn -> unknown; Tor Houghton <torh@bogus.net>Peter Valchev
2002-11-27no wrapper arounf hardclock(), use CPU_CLOCKUPDATE, real microtime; miod okMichael Shalayeff
2002-11-27Honour malloc_junk ('J') with realloc(3), and fix page_dir shrink update.Thierry Deval
2002-11-27Make fc -e work in "sh-mode" (shell invoked as /bin/sh or -o sh option)Peter Valchev
as well; matches Solaris. "can't hurt anything" marc@ Original report from PR user/2883
2002-11-27I fucked up. The manpage was correct before my last commit.Henning Brauer
noticed by Daniel. To unconfuse it a bit, add a little clarification. ok dhartmei@
2002-11-27Avoid possible wraparound when checking timeout size; mickey@ OKTodd C. Miller
2002-11-27more altq testingHenning Brauer
2002-11-27handle the "no bandwidth specified" case earlier and easier.Henning Brauer
2002-11-27allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp;Markus Friedl
http://bugzilla.mindrot.org/show_bug.cgi?id=447; ok mouring@, millert@
2002-11-27more tweakingTheo de Raadt
2002-11-27move even closer to where we want to beTheo de Raadt
2002-11-27corrections and clarifications from Han Boetes <han at mijncomputer dot nl>Henning Brauer
Thanks!
2002-11-27-use a #define for default qlimit instead of hardcoding itHenning Brauer
-print qlimit in print_queue if it is not the default one -assign the default qlimit early in the parser instead of using 0
2002-11-27adjust after printing changesHenning Brauer
2002-11-27next round in print fixes:Henning Brauer
-only print priority if it is not equal to the default one -space handling overhaul
2002-11-27use a #define for default priority instead of hardcoding itHenning Brauer
2002-11-27Make sure daemon() does not close any fd opened during initialization.Hakan Olsson
niklas@ ok.
2002-11-27in print_altq() correctly print scheduler type and optionsHenning Brauer
2002-11-27regenMichael Shalayeff