Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-24 | sync | Theo de Raadt | |
2009-03-23 | add a HISTORY section to fts(3). | Igor Sobrado | |
diff proposed by an anonymous user on bugs@; tweaked by jmc@; verified using the superb 4BSD collection at pdp-11.org.ru (thanks form@). ok jmc@ | |||
2009-03-23 | Whitespace nit in previous. | Owain Ainsworth | |
2009-03-23 | turn a for (i = 0; i < size; i++) arc4random(); loop into arc4random_buf(). | Owain Ainsworth | |
Since that function is now so small (2 lines), inline it into it's only user. Shaves some bytes (104 on amd64). ok deraadt@, blambert@. djm@ liked an earlier diff. | |||
2009-03-23 | Switch msk(4) over to using MCLGETI when allocating mbufs for the RX ring. | Mark Kettenis | |
This gets rid of one of the evil jumbo allocators! | |||
2009-03-23 | Xr otus(4) | Theo de Raadt | |
2009-03-23 | otus(4), a driver for Atheros AR9001U USB IEEE 802.11 devices. | Damien Bergamini | |
more work is required but basic operations work. requires a non-free firmware to operate. partly based on source code released under the ISC by Atheros Communications for Linux, although I had to rewrite almost everything (actually I only used some .h files from the Atheros driver.) there also exists a rewrite of the Atheros driver for Linux (ar9170) but the guy decided to make the code less free by wrapping the GPL around the ISC. committed over a NETGEAR WNDA3100. ok deraadt@ | |||
2009-03-23 | various minor improvements; ok jacekm gilles | Jason McIntyre | |
2009-03-23 | Prevent null pointer dereference that could happen when we process an RX | Mark Kettenis | |
interrupt that was queued while stopping the interface. | |||
2009-03-23 | My previous commit didn't fix the problem at all, so stick at my first | Tobias Stoeckmann | |
version of the fix presented to dtucker. Issue notified by Matthias Barkhoff (matthias dot barkhoff at gmx dot de). ok dtucker | |||
2009-03-23 | Remove space added in last commit. Pointed out by miod@. | Owain Ainsworth | |
2009-03-23 | Add missing dependency generation for assym.h (...the lack of which | Philip Guenthe | |
made testers of art's affinity diff go insane) ok krw@ miod@ | |||
2009-03-23 | kill SIZE_LEFT() macro, no longer used | Joris Vink | |
2009-03-23 | simplify | Joris Vink | |
2009-03-23 | Reorganize NBIO and SMALL_KERNEL handling again but this time without | Alexander Yurchenko | |
ramdisk breakage. | |||
2009-03-23 | correct example; from Sebastian Rother | Jason McIntyre | |
2009-03-23 | tweak the description of -A a little more; | Jason McIntyre | |
feedback/ok krw | |||
2009-03-23 | repair library use. this was detected on the vax, a nice static linking | Theo de Raadt | |
architecture. it was silently creating broken code on other architectures. | |||
2009-03-23 | sys/types.h before other things | Theo de Raadt | |
2009-03-23 | good god no you do not use LDFLAGS to pull in libraries | Theo de Raadt | |
2009-03-23 | Small rewording to remove ambiguity. | Antoine Jacoutot | |
A package can actually "change" after an update even if its version does not and yet it will not appear in the security(8) output. wording by eric@ ok mbalmer@ | |||
2009-03-23 | remove debug, bleh | Joris Vink | |
2009-03-23 | fix buffer cache pending writs statistic so it does not go negative. | Bob Beck | |
this ensures we ignore counting any buffers returning through biodone() for which B_PHYS has been set - which should be set on all transfers that manually do raw io bypassing the buffer cache by setting up their own buffer and calling strategy.. ok thib@, todd@, and now that he is a buffer cache and nfs hacker oga@ | |||
2009-03-23 | add rlog -d support, ported from openrcs by | Joris Vink | |
Josh Elsasser <josh@elsasser.org> | |||
2009-03-23 | Update to tzdata2009d from elsie.nci.nih.gov | Todd C. Miller | |
2009-03-23 | Processor affinity for processes. | Artur Grabowski | |
- Split up run queues so that every cpu has one. - Make setrunqueue choose the cpu where we want to make this process runnable (this should be refined and less brutal in the future). - When choosing the cpu where we want to run, make some kind of educated guess where it will be best to run (very naive right now). Other: - Set operations for sets of cpus. - load average calculations per cpu. - sched_is_idle() -> curcpu_is_idle() tested, debugged and prodded by many@ | |||
2009-03-23 | advisory locks should return ENOLCK if we're out of locks. | Otto Moerbeek | |
ok deraadt@ fgs@ | |||
2009-03-23 | some smtpd bits; ok jacekm gilles | Jason McIntyre | |
2009-03-23 | Fixed a possible out-of-bounds memory access if the environment variable | Tobias Stoeckmann | |
SHELL is shorter than 3 characters. with input by and ok dtucker | |||
2009-03-23 | Fixed a leaking of a fd each time a file is delivered to a mbox, which | Tobias Stoeckmann | |
was introduced in revision 1.7. ok and log message by gilles | |||
2009-03-23 | LP_NOTICE should be LP_ERR when showing directory messages. | Joris Vink | |
2009-03-23 | any directory messages are, believe it or not, suppose to go to LP_ERR | Joris Vink | |
instead of LP_NOTICE, while here modify output for non-existing files to match "? foobar" instead of "cannot find foobar". makes our output a little less alien and a little bit more gnuish. | |||
2009-03-23 | wait an appropriate amount of time before giving up on a bulk update, | David Gwynne | |
rather than giving up after a hardcoded 5 seconds (which is generally much too short an interval for a bulk update). pointed out by david@, eyeballed by mcbride@ | |||
2009-03-23 | use auto-negotiation for manual media type selection. This fixes | Kevin Lo | |
establishment of 10/100Mbps link on ale(4). From FreeBSD | |||
2009-03-23 | actually follow rfc 3720, from Remco. | David Gwynne | |
2009-03-22 | fix a bug in the resolution of forward files which would cause usernames | Gilles Chehade | |
not to be taken into account if they had no ~/.forward file AND were the result of an alias expansion that expanded to more than one username. while at it, I spotted another bug where I would check T_MDA_MESSAGE on the flags field instead of the type field. the bug could cause two MDA message to end up in the same batch which is no longer valid. | |||
2009-03-22 | make transparent-as yes|no settable peer neighbor with the global setting | Henning Brauer | |
acting as default. per-neighbor requested by arnold nipper @ decix, ok claudio | |||
2009-03-22 | Mention that msk(4) support 88E807x chips now. | Mark Kettenis | |
2009-03-22 | Add workaround for RX MAC/FIFO hangs on ERI. Tested by matthieu@ and naddy@. | Mark Kettenis | |
ok dlg@ | |||
2009-03-22 | unbreak ramdisk builds in a way i guess might work | Theo de Raadt | |
2009-03-22 | tweak previous; | Jason McIntyre | |
2009-03-22 | let u (undo) work for the A command; ok krw | Theo de Raadt | |
2009-03-22 | tweaks; | Jason McIntyre | |
2009-03-22 | Add 'A' command to Editor mode, and -A flag to automatically execute it | Kenneth R Westerback | |
on disks without an existing label. The 'A' command allocates all space on the disk into a reasonable partition scheme for a root disk. Feedback from several, time to work on it in-tree. Prodded (repeatedly) by and ok deraadt@ | |||
2009-03-22 | Update volume info on every bio call instead of waiting for the | Alexander Yurchenko | |
sensors task to do it. | |||
2009-03-22 | style | Tobias Stoeckmann | |
2009-03-22 | Avoid the usage of uninitialized value, which even might result in a memory | Tobias Stoeckmann | |
leak if a file has no line in CVS/Entries. ok joris | |||
2009-03-22 | Properly free allocated memory in error case. | Tobias Stoeckmann | |
ok joris | |||
2009-03-22 | Don't show rebuild status for offline volumes. | Alexander Yurchenko | |
2009-03-22 | trivial message repair, ok jacek@ | Ian Darwin | |