Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-27 | sync | Theo de Raadt | |
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 | |
trashes bootblock | |||
2003-10-27 | - make SYNOPSIS expand properly | Jason McIntyre | |
- document -t - clarify behaviour - document differences from POSIX | |||
2003-10-27 | fix crash on startup by using the good allocation routine in edinit() | Vincent Labrecque | |
spotted and ok by henning | |||
2003-10-27 | Be sure to always have a valid faulting address when we send a signal | Miod Vallat | |
to a process. | |||
2003-10-27 | Be sure to flush the entire va space in cpu_switch(). | Miod Vallat | |
This used to work because the cmmu code is suboptimal at the moment. | |||
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 | |
when we fail to get an mbuf. This too is courtesy of Max Laier. | |||
2003-10-27 | Actually stop sending advertisements if we're Master and the carp(4) | Ryan Thomas McBride | |
interface is brought down. Bug reported by Max Laier. | |||
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 ↵ | Michael Shalayeff | |
time processing; krw@ ok | |||
2003-10-26 | Work around a problem with shared libraries named as libX-A.B.so.X.Y. | Dale Rahn | |
Without this patch, the standard major:minor version matching failed. ok brad@ | |||
2003-10-26 | per deraadt@ request, don't permit insanely large stackgap values. | Ted Unangst | |
2003-10-26 | fix partition selection to allow all partitions to be grown. | Ted Unangst | |
report by Mitja Muzenic <mitja at muzenic.net> | |||
2003-10-26 | remove obsolete sections about limit of line length; | Jason McIntyre | |
thanks Eric Jackson for helping me fix this. | |||
2003-10-26 | correct bad dprintf, from Moritz Jodeit <moritz at jodeit.org> | Anil Madhavapeddy | |
2003-10-26 | Use __packed attribute to cleanup the '#define XXX' stuff in here. | Anil Madhavapeddy | |
Also stops the struct having a double ;; in variable declarations, which breaks a few non-gcc parsers. millert@ ok | |||
2003-10-26 | add a __packed #define to map to __attribute__((__packed__)) on gcc>=2.7 | Anil Madhavapeddy | |
2003-10-26 | rename 'supported' static var in userauth_gssapi() to 'gss_supported' | Anil Madhavapeddy | |
to avoid shadowing the global version. markus@ ok | |||
2003-10-26 | Uhm, disable debugging my default, even if it probably is good to | Dale Rahn | |
run with it enabled for now. | |||
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 | |
it does not yet handle bulk data copies or hostap mode. Only one model currently supported, however driver may support other PRISM based adapters. ok millert@ fgsch@ | |||
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 | update for crl and crl2pkcs7; | Jason McIntyre | |
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 | typos from Jared Yanovich; | Jason McIntyre | |
2003-10-26 | Unbrek after recent wdc changes. | Miod Vallat | |
2003-10-26 | Real atomic locks for m88k. | 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 | |
- put the reset protocol itself in the separate function __wdcdo_reset() so we don't need anymore to keep in sync two reset code paths; - change the reset protocol to something like FreeBSD and NetBSD do, this fixes slave ATA drive detect with weird ATAPI master (reported by fgsch@); Discussed with costa@. Tested by me, fgsch@, millert@, canacar@. | |||
2003-10-26 | cosmetic change, people read preadd as p_read_d, so make it explicit: | Marc Espie | |
preadd -> pre_add reallyadd -> really_add | |||
2003-10-26 | Partial synch with reality, ok sturm. | Marc Espie | |
2003-10-26 | "advbase" is the correct operand. | Ryan Thomas McBride | |
diff from Daniel Cavanagh <nofsk@vtown.com.au> | |||
2003-10-25 | OpenSSL generates DNs with emailAddress, not Email. | Ryan Thomas McBride | |
2003-10-25 | Build state search indexes directly on pf_state instead of pf_tree_node. | Ryan Thomas McBride | |
This saves more than 30% memory on state entries, and simplifies the state insertion and removal code as well. NOTE: This changes the pf API; userland tools must be updated to match. ok henning@ dhartmei@ | |||
2003-10-25 | #undef p2 in carp_stats() | Ryan Thomas McBride | |
Pointed out by Max Laier | |||
2003-10-25 | "goto bad" on error with carp_input, instead of simply returning. | Ryan Thomas McBride | |
Fixes leakage of mbufs on error. Pointed out by Max Laier. | |||
2003-10-25 | don't destroy old pointer if realloc fails; from Daniel Lucq; ok deraadt@ | Markus Friedl | |
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 | |
from >1000K cpu cycles to 20-30K for 18000 sockets on i386; test+feedback by Claudio Jeker; ok itojun@; [make sure you rebuild netstat/systat, too] | |||
2003-10-25 | precompute most of hmac; fix size for md; ok mcbride | Markus Friedl | |
2003-10-25 | correct description of ip.porthifirst - oops! | Jason McIntyre | |
from Daniel Cavanagh; | |||
2003-10-25 | fix possessive; from Jared Yanovich; | Jason McIntyre | |
2003-10-25 | bzcat2 -> bzcat; from Jared Yanovich; | Jason McIntyre | |
2003-10-25 | receiveing -> receiving; from Jared Yanovich; | Jason McIntyre | |
2003-10-25 | adddress -> address; from Jared Yanovich; | Jason McIntyre | |