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