Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-26 | fix typo in comment. tedu@ ok | Jolan Luff | |
2003-06-26 | Compile the vax kernel with -Wmissing-prototypes -Wstrict-prototypes now. | Miod Vallat | |
2003-06-26 | add prototypes for userland code that reaches over. ok deraadt@ | Ted Unangst | |
2003-06-26 | Simplify code a bit by eliminating a few early returns in the sense | Kenneth R Westerback | |
key case statement and let the common code after the case do the right thing. Return EINVAL for sense key SKEY_ILLEGAL_REQUEST whether SCSI_SILENT is set or not. ok tdeval@ nate@ | |||
2003-06-26 | addrmask canbe const | Michael Shalayeff | |
2003-06-26 | alignment for extent_alloc_subregion cannot be zero | Michael Shalayeff | |
2003-06-26 | constify readonly data | Michael Shalayeff | |
2003-06-26 | regen | Michael Shalayeff | |
2003-06-26 | add netgear ha501 802.11a | Michael Shalayeff | |
2003-06-26 | fix probing for ami raid owned hba properly; mjacob@ ok | Michael Shalayeff | |
2003-06-26 | it's better w/ a comma between irq and address | Michael Shalayeff | |
2003-06-26 | align acb size to 256 bytes to avoid cache issues; krw@ ok | Michael Shalayeff | |
2003-06-26 | space vs tab consistancy | Michael Shalayeff | |
2003-06-25 | constify some readonly data | Michael Shalayeff | |
2003-06-25 | fix #if/ifdef issue and use u_int16_t instead of int where appropriate | Michael Shalayeff | |
2003-06-25 | Typo police: attribute is better written with an 'r'. | Miod Vallat | |
2003-06-25 | Acknowledge the status interrupt in some odd and usually rare cases, which | Miod Vallat | |
could render a sparc so crazy it would panic... | |||
2003-06-25 | mimic delays pattern from i82365 on socket enable. actually pull the reset ↵ | Michael Shalayeff | |
line before clearing it. this together makes some more cards work and unwedges my wedged wedgy on reboot alright; miod@ ok and testing | |||
2003-06-25 | AN_RID_ACTUALCFG gets the same endianesslessness as AN_RID_GENCONFIG | Michael Shalayeff | |
2003-06-25 | add topic97b support; from netbsd and tested by Pedro la Peu <pedro@am-gen.org> | Michael Shalayeff | |
2003-06-25 | We want address incrementation disabled, so correctly ask for it... | Miod Vallat | |
2003-06-25 | fix all the _BITS and their use | Michael Shalayeff | |
2003-06-25 | implement new means of manipulating buf queues, bufq. | Ted Unangst | |
accessed with BUFQ macros, bufq structs support extensible, potentially changable algorithms and queue formats. the current default scheme should support nice priority based queuing, but is missing some vfs_bio.c support. only on wd.c for now, other drivers are easy converts. as a side bonus, this makes the driver code look cleaner. idea for the name comes from netbsd, but this scheme is incompatible. thanks to various people for testing. ok grange@ | |||
2003-06-25 | Oops, put back iot/memt affectations in io_alloc/mem_alloc; spotted by todd@ | Miod Vallat | |
2003-06-25 | Restore the original wdcdebug_mask instead of clearing DEBUG_PROBE when | Henric Jungheim | |
done with it. This makes "wdcprobe()" consistent with "wdcattach()". ok grange@ | |||
2003-06-25 | Recent bus_space changes make ne at pcmcia work out of the box, | Miod Vallat | |
tested by pb@ | |||
2003-06-25 | Extend the sparc bus_space_tag_t to store access endianness in it, and | Miod Vallat | |
adapt all bus_space functions to do proper endianness conversion whenever necessary, except for the raw ones. This allows us to remove the forced endianness conversions in if_wi. with help from and ok mickey@ | |||
2003-06-25 | Let the stp driver use different bus_space_tag_t for its own device access, | Miod Vallat | |
and for access to the pcmcia windows from the pcmcia drivers. | |||
2003-06-25 | #include <machine/intr.h> is not necessary here. | Miod Vallat | |
2003-06-25 | add a pf_tagname field to ifbrlreq and a pf_tag field to ifbrlnode. | Henning Brauer | |
on bridge rule load translate tagnames to pf tags using pf_tagname2tag etc if packets match a bridge filter rule tag them using pf_tag_packet() with the given tag help dhartmei@ ok deraadt@ jason@ dhartmei@ | |||
2003-06-25 | a bit whitespace/tab KNF while I'm here | Henning Brauer | |
2003-06-25 | support Moxa C104H | Henning Brauer | |
from Raul Aldaz <raul.aldaz at grupocarreras.com> with minor polishing by me, thanks! | |||
2003-06-25 | regen | Henning Brauer | |
2003-06-25 | Moxa C104H | Henning Brauer | |
2003-06-25 | Avoid a divide by zero by | Kenneth R Westerback | |
1) Ensuring that both sd_scsi.c and sd_atapi.c report a device as offline when its disksize cannot be determined. 2) Ensuring blksize is always non-zero, with a default value of 512. 3) Eliminating a couple of unneeded 'sectors' variables, which makes the code easier for me to read if nothing else. The bug was introduced when sd_atapi.c was changed to allow 'incomplete' implementations to be reported as online. REALLY incomplete implementations (i.e. not even the disksize can be determined) would be reported online with a blksize of zero. Also fix a couple of knf nits in Mickey's last commit, and add another check for an rpm of 0. ok (pre-Mickey diffs) tdeval@ marc@ frantzen@ | |||
2003-06-25 | fix _set_ functions as found while debugging an@stp | Michael Shalayeff | |
2003-06-24 | ... and it must compile, too. Doh. | Miod Vallat | |
2003-06-24 | io_alloc must provide working bus_space tag and handles... | Miod Vallat | |
2003-06-24 | a.out emulation for dynamic binaries: intercept the right system calls | Marc Espie | |
so that they look in /emul/a.out first. This allows a.out's ld.so to find its own libraries without interfering with ELF at all. Many comments from various people. okay deraadt@ | |||
2003-06-24 | try to devise drive's rpm and default to 3600 should we fail miserably. | Michael Shalayeff | |
derived from pr2815 from Marco Peereboom krw@ deraadt@ ok | |||
2003-06-24 | Use the common Power9000 definitions. | Miod Vallat | |
2003-06-24 | Add a "where" argument to the sparc64 interrupt code. This lets us | Henric Jungheim | |
associate a name with each interrupt handler. This is not visible outside the kernel (yet). ok jason@ | |||
2003-06-24 | Revert the addition of the blanking code - it will corrupt displays after long | Miod Vallat | |
blanking periods... | |||
2003-06-24 | For now depend on the gccism __CHAR_UNSIGNED__ to define if we have (un)signed | Dale Rahn | |
chars. Fixes other defines if -fsigned-chars is specified. ok deraadt. | |||
2003-06-24 | in the ipv6 case, allow route-to to route to link-local addresses | Henning Brauer | |
from KOZUKA Masahiro <ma-kun@kozuka.jp> with a minor adjustment from itojun ok itojun@ dhartmei@ | |||
2003-06-24 | KNF | Henning Brauer | |
2003-06-24 | recover code that requires exact match on rtm_change/lock (lost in netbsd 1.16). | Jun-ichiro itojun Hagino | |
without it "route change X" would change less-specific route by mistake. reported by jinmei@kame, markus ok | |||
2003-06-24 | remove unneeded checks of accept_rtadv. from kame | Jun-ichiro itojun Hagino | |
2003-06-24 | * kame/sys/netinet6/nd6.c (nd6_rtrequest): changed a condition to | Jun-ichiro itojun Hagino | |
decide whether to create an empty llinfo stricter so that a user can manually change the link-layer address of an existing neighbor cache. Pointed out by: KIU Shueng Chuan from kame | |||
2003-06-24 | use time.tv_sec directly, rather than having time_second (freebsd NIH). | Jun-ichiro itojun Hagino | |