summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-10-29Avoid another malloc in the VIA AES stuff: move the operation stuffJason Wright
2003-10-29don't allocate two buffers when one will do (VIA's AES stuff can have src==dst)Jason Wright
2003-10-29Revert to 1.70 for now which is the last working version on my u5.Matthieu Herrb
2003-10-29un-revert previous. wrong suspect. ok deraadt@Matthieu Herrb
2003-10-29backout previous. It breaks my u5 drive. ok deraadt@Matthieu Herrb
2003-10-29fix binat for incoming connections when a netblock (not just a singleDaniel Hartmeier
2003-10-28another ne2k entry. from Janjaap van Velthooven via PR/3524.Federico G. Schwindt
2003-10-28another ne2k entry. from Janjaap van Velthooven via PR/3524.Federico G. Schwindt
2003-10-28Split pmap_remove_range() into its main loop and a new function,Miod Vallat
2003-10-28In pmap_remove_range(), be sure to propagate pvlist flags when removingMiod Vallat
2003-10-28guard cpu register functions from userland, otherwise they appear whenAnil Madhavapeddy
2003-10-28syncAlexander Yurchenko
2003-10-28Correct name for ITE ATA RAIDAlexander Yurchenko
2003-10-28syncAlexander Yurchenko
2003-10-28ITE IT8212 ATA133 chip found in dmesg from frisco@blackant.net.Alexander Yurchenko
2003-10-27Skip ATA modes detection for SATA drives, it's useless and someAlexander Yurchenko
2003-10-27Skew the advertisement interval correctly when we reschedule.Ryan Thomas McBride
2003-10-27typos; fom bruno@rohee.comMichael Shalayeff
2003-10-27make sure that label block ends up in the right b_blkno for writedisklabel() ...Michael Shalayeff
2003-10-27Be sure to always have a valid faulting address when we send a signalMiod Vallat
2003-10-27Be sure to flush the entire va space in cpu_switch().Miod Vallat
2003-10-27Remove dead code and polish commentsMiod Vallat
2003-10-27Also check if we're going down before scheduling an advertisementRyan Thomas McBride
2003-10-27Actually stop sending advertisements if we're Master and the carp(4)Ryan Thomas McBride
2003-10-27atlas does indeed support tagging and only the siop was brokenMichael Shalayeff
2003-10-27disable tagging on hppa and thus effectively restrict to one command at a tim...Michael Shalayeff
2003-10-26per deraadt@ request, don't permit insanely large stackgap values.Ted Unangst
2003-10-26Use __packed attribute to cleanup the '#define XXX' stuff in here.Anil Madhavapeddy
2003-10-26add a __packed #define to map to __attribute__((__packed__)) on gcc>=2.7Anil Madhavapeddy
2003-10-26Uhm, disable debugging my default, even if it probably is good toDale Rahn
2003-10-26Add line for wi@usb, currently commented out, for development and testing only.Dale Rahn
2003-10-26Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress,Dale Rahn
2003-10-26syncDale Rahn
2003-10-26Add netgear MA111 USB wifi.Dale Rahn
2003-10-26More ansi/knf missed the first time around.Dale Rahn
2003-10-26Oops, I'm on drugs. Revert and blame gremlins for the state of my tree.Miod Vallat
2003-10-26typos from Jared Yanovich;Jason McIntyre
2003-10-26Unbrek after recent wdc changes.Miod Vallat
2003-10-26Print error registers values in debug message after reset too.Alexander Yurchenko
2003-10-26Device reset improvements:Alexander Yurchenko
2003-10-25Build state search indexes directly on pf_state instead of pf_tree_node.Ryan Thomas McBride
2003-10-25"goto bad" on error with carp_input, instead of simply returning.Ryan Thomas McBride
2003-10-25Support the TI1410 Cardbus bridge found in some apple laptops. ok brad@Dale Rahn
2003-10-25additional hash for local port; improves speed of implicit bindMarkus Friedl
2003-10-25precompute most of hmac; fix size for md; ok mcbrideMarkus Friedl
2003-10-24Remove dead code.Miod Vallat
2003-10-24If cons_backlight_available is not set, cons_brightness will not be valid,Dale Rahn
2003-10-24IPKDB has never been supported in OpenBSD/powerpc/macppc delete thisDale Rahn
2003-10-24style(9)ed panics, from tom cosgrove.Ted Unangst
2003-10-24refactor stackgap sysctl. prompted by a bug report from Michael Coulter.Ted Unangst