Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-09 | Add a hook to deal with special sendmail db files under /etc/mail/ | Antoine Jacoutot | |
Tweak some outputs and put interesting messages into sysmerge.log. export the NEED_NEWALIASES variable. inputs from and ok sthen@ | |||
2009-04-09 | Remove obsolete braces around case switch. | Marcus Glocker | |
2009-04-09 | regen | Marcus Glocker | |
2009-04-09 | Add DisplayLink DL-120 USB graphic chip found in the | Marcus Glocker | |
``Century Corp. Japan Plus One LCD-8000U'' device. | |||
2009-04-09 | in bus_dmamap_load_raw, only map the requested number of bytes into the | David Gwynne | |
dmamap rather than all the bytes that are described by the sg list we're mapping. tested on iwn by me and beck@ | |||
2009-04-09 | unrevert marco's revert of my bus_dmamap_load_raw change now that i found | David Gwynne | |
the bug in it. bugfix will be committed next. make bus_dmamap_load_raw respect the constraints of the dmamap we're loading the raw memory into, particularly the segment size constraint. | |||
2009-04-09 | add fpaccuracy | Martynas Venckus | |
2009-04-09 | fpaccuracy, by prof. Gaston H. Gonnet, uses some most difficult | Martynas Venckus | |
values to test accuracy of math functions (currently, only double precision tests are present) a report summary (fpaccuracy.out) containing max errs in ulp is generated originally under gpl. consented to relicense it under our license ok millert@ | |||
2009-04-08 | missing rcs ids; spacing | Martynas Venckus | |
2009-04-08 | nuke extern from func decls. ok millert@ | Martynas Venckus | |
2009-04-08 | remove i386/x86_64 ifdefs. i386 lives @ i387. miod@ agrees | Martynas Venckus | |
object code matches so this got to be oki | |||
2009-04-08 | adapt lint regress after time.h r. 1.24 "sounds fine" millert@. ok chl@ | Martynas Venckus | |
cloder@'s email bounces | |||
2009-04-08 | fix hexadecimal constant that was wrong; and confused with ieee. ok miod@ | Martynas Venckus | |
2009-04-08 | Cleanup arm soft interrupt handling; remove the unused IPL_SERIAL and rename | Mark Kettenis | |
IPL_SOFTSERIAL to IPL_SOFTTTY. tested by oga@ ok miod@ | |||
2009-04-08 | Rever _raw change from dlg because it breaks iwn. | Marco Peereboom | |
ok oga | |||
2009-04-08 | Mention purpose of 'make release' command in surrounding text. | Stefan Sperling | |
The old text implied 'make release' was only concerned with verifying file sets. Prodded by me, diff by jmc@ "if you like it, just commit it" jmc@ | |||
2009-04-08 | standard wording; | Jason McIntyre | |
2009-04-08 | sync | Theo de Raadt | |
2009-04-07 | do not try to send a added file that is no longer on disk | Joris Vink | |
towards the server. problem spotted and diff tested by sthen@ | |||
2009-04-07 | Remove recursion from the sdmmc locking regime. | Bret Lambert | |
In snaps for a while. Originally hacked on phessler@'s couch. Testing by many, input from jsg@ "I'm tired of seeing the Ms" deraadt@ | |||
2009-04-07 | Fix the default value to be between low/high range. Thanks for | Tobias Weingartner | |
frantisek holop pointing out the issue. ok deraadt@ | |||
2009-04-07 | allow to specify an alternate control socket instead of /var/run/ospfd.sock. | Reyk Floeter | |
this is required to run multiple instances of ospfd. ok claudio@ | |||
2009-04-07 | bnf-tweaks | Henning Brauer | |
2009-04-07 | don't we all love BNF? make it lie less | Henning Brauer | |
2009-04-07 | nits | Henning Brauer | |
2009-04-07 | catch up with recent changes (scrub, match, ...); still a ways to go | Jason McIntyre | |
ok henning | |||
2009-04-07 | after i took everything in this fiule apart and reassembled with a lot of | Henning Brauer | |
new stuff asserting copyright is in order | |||
2009-04-07 | fragment reassembly on by default | Henning Brauer | |
2009-04-07 | bit more precise | Henning Brauer | |
2009-04-07 | turn fragment reassembly on by default. the is little to no reason to | Henning Brauer | |
not do fragment reassembly. discussed with dlg and ryan in basel. ok ryan dlg sthen jdixon todd deraadt | |||
2009-04-07 | dont enable checksumming. it appears to be broken on fragmented packets. | David Gwynne | |
discovered by deraadt@, fix tested by deraadt@ | |||
2009-04-07 | Eliminate useless loop over partitions and ignore zero length | Kenneth R Westerback | |
partitions in bsd_to_sun(), even if their offsets are nonsense. Theo says if sparc64 compiles so will sparc. Fixes some useless disklabel warning messages. ok miod@ deraadt@ | |||
2009-04-07 | Update to tzdata2009e from elsie.nci.nih.gov | Todd C. Miller | |
2009-04-07 | Remove some dead and if 0ed out code in the ragedrm freelist, while i'm here | Owain Ainsworth | |
detypedef the buf_priv structure and do a little cleanup. | |||
2009-04-06 | Convert the savage freelist over to TAILQ. | Owain Ainsworth | |
2009-04-06 | Convert the mgadrm freelist code from handrolled lists to TAILQs, | Owain Ainsworth | |
simplifying while I do it. | |||
2009-04-06 | factor a bit more functionality into common code instead of repeating it | Owain Ainsworth | |
in both drivers. | |||
2009-04-06 | Actually remove the file this time... | Owain Ainsworth | |
2009-04-06 | Turns out that the intel version of the heap interface isn't used | Owain Ainsworth | |
anywhere. And hasn't been for a long time. The ddx sets up the heap (so just always pass that call and do nothing), but nothing that touches inteldrm actually uses the other ioctls. So just kill them and have one lese thing to worry about. Still got sis and radeon using the common code though. | |||
2009-04-06 | Set a first step on the road towards proper accounting of PCI resources by | Mark Kettenis | |
keeping a per-bus extent containing the address space available to the bus. Address space assigned to devices will be removed from these extents when we attach a bus. And when we try to map a PCI BAR that hasn't had address space assigned to it, we will allocate free space from this extent. This won't do anything until the parent devices actually allocate and initialize the extents. ok oga@ | |||
2009-04-06 | Remove the only (commented) instance of UVM_PAGE_INLINE from the tree | Owain Ainsworth | |
now that it has been removed. uncommenting that would not even have been the correct way to enable it. ok miod@ | |||
2009-04-06 | Initial check-in of mandoc for formatting manuals. ok deraadt@ | kristaps | |
2009-04-06 | sync with 0.9.8k; | Jason McIntyre | |
2009-04-06 | do not panic when the device is unplugged. | Damien Bergamini | |
fix 802.11a rate set for dual-band devices (spotted by Fukaumi Naoki). + usual cleanup | |||
2009-04-06 | rewrite the description for the recently added "match" action. | Igor Sobrado | |
ok henning@ | |||
2009-04-06 | no more normalization statements, remove it from require-order description. | Stuart Henderson | |
ok henning | |||
2009-04-06 | In the case where VM_PHYSSEG_MAX == 1 make vm_physseg_find and | Owain Ainsworth | |
PHYS_TO_VM_PAGE inline again. This should stop function call overhead killing the vax and other slow archs while keeping the benefit for the faster platforms. suggested by miod. ok miod@, toby@. | |||
2009-04-06 | documentation changes related with the monster pf diff from basel; | Igor Sobrado | |
we are mostly documenting that fragment reassembly has nothing to do with scrubbing anymore; there is room for a lot of improvements yet. "commit it and we work on it in-tree. it is certainly well, better than what there is now" henning@ | |||
2009-04-06 | Fix regression introduced in r1.32 where after running MAKEDEV sysmerge | Antoine Jacoutot | |
would stop comparing files. breakage reported by and ok naddy@ | |||
2009-04-06 | Adjust for renaming the DEC 21554 in pcidevs. | Mark Kettenis | |