summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-04-28Use the prototypes defined via cdev_decl() macros, instead of rolling ourMiod Vallat
2002-04-28Use netisr_dispatchMiod Vallat
2002-04-28RegenMiod Vallat
2002-04-28Move mvme88k to the joys of the m4-generated MAKEDEV world.Miod Vallat
2002-04-28Regen.Miod Vallat
2002-04-28Fix ccd entry, and remove a duplicate.Miod Vallat
2002-04-28Correctly configure ccd(4).Miod Vallat
2002-04-28A few more tweaks to let non-GENERIC kernels (MVMEfoo) build as well with -Wall.Miod Vallat
2002-04-28Shave a few more bytes off bsd.rdMiod Vallat
2002-04-28Change getresp() into ask().Kenneth R Westerback
2002-04-28Implement -s.Marc Espie
2002-04-28use the shared elfsetrootTheo de Raadt
2002-04-28bye byeTheo de Raadt
2002-04-28bye byeTheo de Raadt
2002-04-28Rename all PIL_* constants to IPL_* to match other archs and make themArtur Grabowski
2002-04-28ip6 corrections; pb@sysfive.comTheo de Raadt
2002-04-28modernizeTheo de Raadt
2002-04-28i intended to remove this beforeTheo de Raadt
2002-04-28Deal with xd commented out in files.mvme68k - this went unnoticed until youMiod Vallat
2002-04-28More dead beef here.Miod Vallat
2002-04-27Enable -Wall and friends for kernel compilations.Miod Vallat
2002-04-27Jumbo commit to fix all compilation warnings on mvme68k (add prototypes,Miod Vallat
2002-04-2732 bit constraint is wrong, we thinkTheo de Raadt
2002-04-27Fix typo ('remel' -> 'rmel') in glob_selection.Kenneth R Westerback
2002-04-27Comment biodone as "must be called at splbio".Artur Grabowski
2002-04-27In proc_trampoline, lower the spl level to 0. This way kernel threads that areArtur Grabowski
2002-04-27Lots of cleanup to catch up with other m68k-based ports and modern code,Miod Vallat
2002-04-26Implement shared key support for hostap mode; from Thomas SkiboTodd C. Miller
2002-04-26Add some bounds checking of wi_len on copyin(). From NetBSD via FreeBSD.Todd C. Miller
2002-04-26Don't set WI_RID_OWN_SSID based on wi_net_name if wi_net_name isTodd C. Miller
2002-04-26add WSDISPLAY_COMPAT_RAWKBD for XFree86 servers.Matthieu Herrb
2002-04-26Add support for the WSDISPLAYIO_LINEBYTES ioctl and theMatthieu Herrb
2002-04-26newer gas is picky about misplaced .loc directives; comment'em out for now.Federico G. Schwindt
2002-04-26Fix typo--2347 should be 2047; from FreeBSD (moses)Todd C. Miller
2002-04-26We use wi_authtype, not wi_authmode to store the auth type (open systemTodd C. Miller
2002-04-26build release bsd.scsi3 from regular bsd file, by using config -e toTheo de Raadt
2002-04-26be more terse with outputNathan Binkert
2002-04-26Only call bpf_mtap if we have bpf in the kernelNathan Binkert
2002-04-26a little grammarMichael Shalayeff
2002-04-26debug stuff inside #ifdefTheo de Raadt
2002-04-26properly allocate dmable memory for buffers (no malloc); drahn@ ok and testingMichael Shalayeff
2002-04-26Fix spelling in comment and some whitespace.Artur Grabowski
2002-04-26use ansi function declarations. ok millert@Marc Espie
2002-04-26Strip sudo and visudo on install. Noticed by Camiel Dobbelaar.Todd C. Miller
2002-04-26prototype mismatch, ansi conversion rules...Marc Espie
2002-04-26fix indentation errorMarc Espie
2002-04-26rename `bool' to something else, to avoid C99 surprises.Marc Espie
2002-04-26minor tweaksTheo de Raadt
2002-04-26missed one; deraadtJason Wright
2002-04-261024 bit maxJason Wright