summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-30AlphaServer 800 and 1000 support; from NetBSD. Tested by Tor Houghton.Miod Vallat
Added to floppy31 still fits.
2002-06-30Art says I shouldn't be shy, so uncomment lc entries.Miod Vallat
2002-06-30Add lc[01] at isa entries, commented out. Tested and work fine.Miod Vallat
2002-06-30Dummy bus_space_read_raw_region implementation.Miod Vallat
2002-06-30When duplicating isa_attach_args structures to build several attachementMiod Vallat
possibilities for isapnp devices, make sure to carry the original ia_ic member. Although mostly unused on i386, it is vital on alpha. This makes isapnp on alpha attach without panicing.
2002-06-30The #@$% message about the #$%@ cable down is going to drive me @#%$ insane.Artur Grabowski
I'm not using this built-in tulip because it sucks and I want it to SHUT UP!
2002-06-30Do not suggest the use of the floppy images as poor man's miniroot anymore.Miod Vallat
2002-06-30remove local declaration of user_from_uid()/group_from_uid()Matthieu Herrb
ok millert@
2002-06-30Fix fallout from recent changes.Artur Grabowski
2002-06-30Sync supported and unsupported hardware lists with the web page.Miod Vallat
2002-06-30allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always knowJun-ichiro itojun Hagino
the size of sockaddr_dl on if_attach() - for instance, see ether_ifattach(). from netbsd. fgs ok
2002-06-30more care with utmp strings, and lseek fixes; moritz@jodeit.orgTheo de Raadt
2002-06-29Be sure to correctly initialize the ahc_softc members before usingMiod Vallat
ahc_inb(), to prevent an early panic. This could only affect non-i386 architectures.
2002-06-29the theChristian Weisgerber
2002-06-29ansiTheo de Raadt
2002-06-29Some cleanup/simplification:Kenneth R Westerback
1) Put knowledge of /tmp/fstab in munge_fstab rather than redirect input on calls. Check in munge_fstab whether /etc/fstab was successfully created, and exit install/upgrade with appropriate error if not. This error condition is therefore checked on install and upgrade. 2) Don't bother specifying value in exit statements - no one is checking whether it is 1, 2, or 0. 3) Put status messages inside check_fs rather than around invocation, and exit from check_fs if a fsck fails, rather than checking return value and exiting. 4) With above changes, simplify munge_fs/check_fs/mount_fs logic in upgrade.sh. 5) Various cosmetic cleanups.
2002-06-29syncTheo de Raadt
2002-06-29add /dev/wskbd, /dev/wsmouse and /dev/ttyCcfgMatthieu Herrb
ok millert@
2002-06-29maja@ does not like updating the manuals (;Michael Shalayeff
2002-06-29Add Brazilian keymap (iso275). Create by me and tested byMats O Jansson
gustavo.rios@transport.alstom.com. -moj
2002-06-29Latinamerica keymap from Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>.Mats O Jansson
-moj
2002-06-29correct port range check. from deraadt. sync w/kame. bind-bugs have ↵Jun-ichiro itojun Hagino
already notified.
2002-06-29screw the MLINKSTheo de Raadt
2002-06-29document /var/empty chrootTheo de Raadt
2002-06-29We know noone called Bill FenenrTheo de Raadt
2002-06-29IPPROTO_ICMP will not change in our life; itojun okTheo de Raadt
2002-06-29make -I and -P exclusive; constrain -p and -P to their respective maximums;Theo de Raadt
itojun ok
2002-06-29check -p out of range. sync w/kame, hint from deraadtJun-ichiro itojun Hagino
2002-06-29ansiTheo de Raadt
2002-06-29KNFTheo de Raadt
2002-06-29kqfilter for the log. niels said i can commit it if it worksMichael Shalayeff
and i converted syslog to libevent and it works now (;
2002-06-29Add supported controllers. And a warning.Steve Murphree
2002-06-29syncTheo de Raadt
2002-06-29Replace strtou?q() with the more standard strtou?ll(), using weakTodd C. Miller
aliases to fake up strtou?q(). espie@ OK.
2002-06-28stupid bug written in the last minuteTheo de Raadt
2002-06-28gidset[2] -> gidset[1]; markus okTheo de Raadt
2002-06-28correct uid handling; markusTheo de Raadt
2002-06-28minor KNFTheo de Raadt
2002-06-28wrap NOKVM variables tooTheo de Raadt
2002-06-28go back to running these as root from inetd. however once rpc.{rusersd,rstatd}Theo de Raadt
starts, do a chroot to /var/empty and change to user nobody. hi mom, i'm in jail!
2002-06-28various cleanups; ok millertTheo de Raadt
2002-06-28Use %b and print the bitmask of the flags in the debugging message for the ↵Jason Wright
extent.
2002-06-28Recognize the Fn-arrow combinations (PgUp, PgDwn, Home, End) keys onMiod Vallat
Apple laptops. ok maja@
2002-06-28Don't check for address family conflicts in nat/rdr before expansion,Daniel Hartmeier
rules will expand to all valid combinations, and there's an error when none is found. Makes "nat on tun0 from 10.0.0.0/8 to any -> (tun0)" work (again).
2002-06-28Fix usage counter for IPCOMP --- sam@errno.comAngelos D. Keromytis
2002-06-28Whoops, don't actually register for MODEXP yetJason Wright
2002-06-28Implement MODEXP as MODMUL for debugging purposes until I understand theJason Wright
args for MODEXP.
2002-06-28Oops. Doing a diff before commit is not enough. You have to read the diff too.Artur Grabowski
2002-06-28The IEEE fp stuff changed the rules for how fpu should be enabled.Artur Grabowski
We kept too much of the old code in trap handling. This should fix floppies and bsd.rd on some machines.
2002-06-28Use slightly safer internal variable names in MALLOC and FREE.Artur Grabowski