summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-11-29no need for extra hrs; henning@ okMichael Shalayeff
2002-11-29test altq with interface expansionHenning Brauer
as side-effect, this also tests multiple queues with the same name but on different interfaces
2002-11-29coredumps are not nice.Henning Brauer
deal with the fact that when we are merging the lists in host_list both can be NULL. found at EuroBSDCon 2002 while I was explaining the expansion process to Paul de Weerd ok dhartmei@
2002-11-29in pfctl_find_altq_node also compare the interface.Henning Brauer
fixes pfctl -sq output in case the queuespec was expanded to >1 queues on different interfaces
2002-11-29print queuespec only once in verbose mode, even if referenced more oftenHenning Brauer
2002-11-29FREE_LIST nqueues later; can be used more than onceHenning Brauer
2002-11-29Get the address pool in DIOCCHANGEADDR for all operations, preventsRyan Thomas McBride
PF_CHANGE_REMOVE from dereferencing a NULL pointer. Noticed by dhartmei@ ok dhartmei@
2002-11-29Foward; torh@bogus.netTheo de Raadt
2002-11-29supress printf's.Kenjiro Cho
2002-11-29convert read_machclk() from a macro to a real function andKenjiro Cho
avoid kernel-rebuild with ALTQ_NOPCC for non-pentium users.
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@