summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-08-30intialize g2 and g7 in trapframe setregs from tf pc so that pc isn't set toJason Wright
2001-08-30typo in the comment.Mike Pechkin
2001-08-30typo in comment.Grigoriy Orlov
2001-08-30Change getnewbuf interface so that getnewbuf always returnGrigoriy Orlov
2001-08-30disable TRAPTRACE and fix a compile error with DEBUG.Artur Grabowski
2001-08-29less definesMichael Shalayeff
2001-08-29make set/get screen work nowMichael Shalayeff
2001-08-29initialize ac_enaddr from sc_enaddrJason Wright
2001-08-29- modify probe routine to check the 'compatible' property for matching andJason Wright
2001-08-29rcsidJason Wright
2001-08-28an attempt at deuglification of the previous commit (It's still ugly, tho)Jason Wright
2001-08-28Relax restriction on buffer length being % 4 = 0 for the last entry in theJason Wright
2001-08-28don't reference seminfo if SYSVSEM isn't definedJason Wright
2001-08-28Getting closer to working userland MAC.ben
2001-08-28Dont hardcode NKMEMCLUSTERS, calculate it to 256, as other m68ks do.Janne Johansson
2001-08-28Add new ioctls to securelevel check, from Can Erkin AcarDaniel Hartmeier
2001-08-28Bump state timeouts and allow tweaking them from pfctl.Mike Frantzen
2001-08-27get direction of read/write correct in calls to bus_dmamap_sync()Jason Wright
2001-08-27reverse read/write directions in bus_dmamap_sync calls since I misunderstood ...Jason Wright
2001-08-27Deal with __HAS_NEW_BUS_DMAMAP_SYNC and try to sync partial maps when possible.Jason Wright
2001-08-27cold is in <sys/systm.h>Miod Vallat
2001-08-27initial support for non-HMAC md5/sha1 (work by ben@ and myself)Jason Wright
2001-08-27Let this build without pcibios.Artur Grabowski
2001-08-27syncChris Cappuccio
2001-08-27Promise PDC20268Chris Cappuccio
2001-08-262nd uninitialized variable that bit me todayNiklas Hallqvist
2001-08-26Don't restrict MICROP 4421-07 quirk to a specific firmware revisionTodd C. Miller
2001-08-26Uninitialized variable.Niklas Hallqvist
2001-08-26The lkkbd and lkms drivers are causing problems on several machines,Hugh Graham
2001-08-26syncTheo de Raadt
2001-08-26newTheo de Raadt
2001-08-26Prepare for transition to 5-parameter bus_dmamap_sync() by creating andKenneth R Westerback
2001-08-26do not panic if spl is wrong, for now; millert & art agreeTheo de Raadt
2001-08-26We can now compile kernels with -Werror.Miod Vallat
2001-08-26Add prototypes, fix compilation warnings, random style fixes.Miod Vallat
2001-08-26Attempt to use the configuration and test register to tell aHugh Graham
2001-08-26this hasn't been used for ages. kill; krw@ ok.Federico G. Schwindt
2001-08-26remove duplicate syscallargs() macrosTheo de Raadt
2001-08-26syncTheo de Raadt
2001-08-26syncTheo de Raadt
2001-08-26be and le varients of syscallarg; from netbsdTheo de Raadt
2001-08-26Yup, I managed to fat finger all three of these while doing bus_dmamap_sync()Jason Wright
2001-08-26deal with 5 arg form of bus_dmamap_sync() if availableJason Wright
2001-08-26there is no need for .bak filesTheo de Raadt
2001-08-26Prepare for transition to 5-parameter bus_dmamap_sync() by creating andKenneth R Westerback
2001-08-26Add prototypes, fix compilation warnings, random style fixes.Miod Vallat
2001-08-26remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok.Federico G. Schwindt
2001-08-26Nuke annoying defopt, by popular demand. Plus you get two typos fixedMiod Vallat
2001-08-25PF ISN randomization. Or in trekkie techno-babble, ISN phase modulation.Mike Frantzen
2001-08-25Ooops. Disable accidentally comitted DEBUG.Artur Grabowski