Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-17 | Merge newaliases into makemap. | Jacek Masiulaniec | |
ok gilles@ | |||
2008-12-17 | typo | Miod Vallat | |
2008-12-17 | Make the code that picks an IRQ from the list of possible IRQs a bit smarter | Mark Kettenis | |
by avoiding legacy IRQs if possible. Fixes problems (some, not all) with machines that advertise legacy IRQs as usable even if they have ISA devices onboard that need those IRQs. ok marco@ | |||
2008-12-17 | add some newly created stats that are defined in ieee80211_ioctl.h | joshua stein | |
but not shown here update some descriptions to show that they are for wpa as well as wep input from and ok damien@ | |||
2008-12-17 | Introduce /purge, where all msgs scheduled for deletion are put by | Jacek Masiulaniec | |
queue, and removed from disk by runner. On startup, clean /incoming by moving msgs within it to /purge. ok gilles@ | |||
2008-12-17 | - Extend our quirk device table by a flags field. | Marcus Glocker | |
- Add Apple iSight first revision device to the quirk table for future code. - Fix some logic in the device matching function. OK deraadt@ | |||
2008-12-17 | sort; | Jason McIntyre | |
2008-12-17 | Add a workaround for some crazyness that happens if a cloning route has a | Claudio Jeker | |
low priority gateway route below itself plus a carp interface on the same network. The result is that some arp entries can't be added. This is a bandaid that will give me time to figure out the real bug. | |||
2008-12-17 | Add support for demotion counter. | Michele Marchetto | |
When interfaces go up/down the demotion counter of the specified group is decreased/increased. ok henning@ | |||
2008-12-17 | change the name displayed by the c-mode on the mode line to "c", | Igor Sobrado | |
as other modes do, for consistency and to save a few chars. written with help from kjell@ ok kjell@ | |||
2008-12-17 | sort CFLAGS, SRCS and the list of compile-time options; while here, | Igor Sobrado | |
add some missing full stops. ok kjell@ | |||
2008-12-17 | stop using stderr in the library, wrap all diagnostic fprintfs | Alexandre Ratchov | |
so they are visible only when the DEBUG macro is #defined and SIO_DEBUG env. variable is set. requested by many, discussed with jakemsr | |||
2008-12-17 | Document ENOBUFS for writev(2). | Ray Lai | |
Okay claudio, deraadt. | |||
2008-12-17 | more on editors; ok ajacoutot | Jason McIntyre | |
2008-12-17 | tweak previous; | Jason McIntyre | |
2008-12-17 | Backout anonymous union fix, since it breaks V4L ports. we try to fix | Marcus Glocker | |
this upstream instead. OK deraadt@ | |||
2008-12-17 | Rewrite the 'mbuf' page to display mbuf usage information from system pools | Can Erkin Acar | |
and mbuf cluster statistics collected for each interface. More useful than earlier bar graphs about mbuf types. Requested by and ok deraadt@ | |||
2008-12-17 | fix spell errors, from Thomas Pfaff <tpfaff(at)tp76.info>, thanks! | Alexandre Ratchov | |
2008-12-17 | add a writable ``appbufsz'' field to the sa_par structure, containing | Alexandre Ratchov | |
the program-part of the buffer size, ie the part that is subject to underruns. Useful for apps like cdio(1) that don't have their own rings, or to apps that have a minimum ring size constraint. Setting the ``bufsz'' parameter becomes deprecated. ok jakemsr | |||
2008-12-16 | Make the "machine xir" ddb command work on machines with Tomatillo | Mark Kettenis | |
schizo(4) variants. | |||
2008-12-16 | - make it possible to edit a merged file using an external editor ; | Antoine Jacoutot | |
useful when 'sdiff eb' does not cope with one's needs. idea and input from weerd@ ok weerd@ sthen@ | |||
2008-12-16 | when searching for an endpoint, return the correct abuf pointers. | Alexandre Ratchov | |
Fixes the volume knob not working when the input chain has more than two aprocs | |||
2008-12-16 | reorder so that web certificates are more obvious. | Marc Espie | |
Avoid the classical noob problem: read half the manpage, figure out how to build a DSA certificate, then realize it's not what you need. historically, RSA was patented, and so it made sense to put DSA first. But the patent expired a few years ago... okay millert@, jmc@ | |||
2008-12-16 | Use macros from route.h when mapping route priorities to names; the | Stuart Henderson | |
hardcoded values used here before were incorrect. ok claudio@ | |||
2008-12-16 | Move the functionality of psignal() to a new function ptsignal() | Philip Guenthe | |
that takes an additional argument "type" that indicates whether the signal is for the process, just a particular thread, or propagated to a thread because it's not caught or blocked. psignal() becomes a wrapper that does the first of those. So that sys_kill() can tell apart signals for the process and signals for the process's original thread, the tid of the original thread is defined as its pid + THREAD_PID_OFFSET. ok tedu@ art@ andreas@ kurt@ "better early than late" deraadt@ | |||
2008-12-16 | strptime() never sets tm_isdst, so set it to -1 before passing the | Philip Guenthe | |
struct tm to mktime() so that the calculation will follow the local DST rules ok millert@ otto@ | |||
2008-12-15 | Make the "machine xir" ddb command work on machines with uperf(4) on sbus(4). | Mark Kettenis | |
2008-12-15 | Make the "machine xir" ddb command work on machines with uperf(4) on ebus(4). | Mark Kettenis | |
2008-12-15 | Let tty subsystem know when transmit is finished so ioctls do not hang. | Dale Rahn | |
2008-12-15 | Unbreak netstat, reflecting kernel changes. | Michele Marchetto | |
Now it shows MPLS informations correctly. OK claudio@ | |||
2008-12-15 | work around tree breakage by mpls people | Theo de Raadt | |
2008-12-15 | shave off more bytes than you expect by declaring a few const local arrays | Otto Moerbeek | |
as static const | |||
2008-12-15 | turns out gcc is not smart enough to avoid the local array in const | Otto Moerbeek | |
char msg[] = "string literal" if you do not declare it static. shaves off a few bytes | |||
2008-12-15 | in rt2860_rx_intr(), rely on RT2860_FS_DRX_IDX instead of the RX_DMA DDONE | Damien Bergamini | |
bit to know when to stop. | |||
2008-12-15 | regen | Damien Bergamini | |
2008-12-15 | remove duplicated usb id | Damien Bergamini | |
2008-12-15 | regen | Damien Bergamini | |
2008-12-15 | more RT2770/RT2870/RT3070/RT3071 product ids. | Damien Bergamini | |
driver coming soon. | |||
2008-12-15 | Reflect kernel changes. Labels are no more per link unique | Michele Marchetto | |
and operations are now stored in rt_flags. This also simplify a lot the syntax. ok claudio@ laurent@ | |||
2008-12-15 | Initial fixup of sockaddr_mpls struct. | Michele Marchetto | |
Remove smpls_in_iface as labels must be per platform unique. Remove smpls_out_iface. It is redudant and can be inferred from nexthop. Move smpls_operation to rt_flags and temporary remove smpls_out_exp. ok claudio@ | |||
2008-12-15 | tweak the defaults to also do -M if you ask for info on a given package. | Marc Espie | |
2008-12-15 | Cleanup the temporary directory in all the error paths. | Federico G. Schwindt | |
ajacoutot@ ok. | |||
2008-12-15 | remove unused vars; damien@ ok. | Federico G. Schwindt | |
2008-12-15 | a little more clarity on link aggregation, after some discussion | Jason McIntyre | |
with mpf; ok mpf | |||
2008-12-15 | correct the description of fstat output for sockets; | Jason McIntyre | |
reported by Stephan A. Rickauer ok otto | |||
2008-12-15 | remove i386-only inline assembler roll() function; gcc optimises the | Damien Miller | |
equivalent C code into a rol instruction anyway (confirmed with objdump -d); "nuke it" weingart@ | |||
2008-12-15 | revert 1.20 now that the new allocator is used to control the number of | Brad Smith | |
RX buffers allocated. ok dlg@ | |||
2008-12-14 | MCLGETI takes an mbuf *, not an mbuf. | David Gwynne | |
2008-12-14 | Allow trunk_hashmbuf() to take HW VLAN tagging into consideration. | Brad Smith | |
ok mpf@ naddy@ | |||
2008-12-14 | Since trunk_hashmbuf() and thus trunk_lb_gethdr() are no longer specific | Brad Smith | |
to the loadbalance code rename trunk_lb_gethdr() to just trunk_gethr(). ok mpf@ |