Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-30 | a few more saa philips tv cards | Michael Shalayeff | |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto | |
anymore. Testing by jolan@, thanks. | |||
2005-11-29 | Add support for ASIX AX88772 10/100 based adapters which are very similiar | Jonathan Gray | |
to the gigabit AX88178 but with a different initialisation routine because the PHY is not external. Man page changes reviewed by jmc@ and oxford commas added per his sugestion. Thanks to Bruno Scap for donating an adapter. | |||
2005-11-29 | regen | Jonathan Gray | |
2005-11-29 | Add generic id for ASIX AX88772. | Jonathan Gray | |
2005-11-29 | Put this back in... | Brad Smith | |
Use pci_get_capability() to check if were on a PCI Express card or not. Tested by deraadt@, marco@ and a few end-users who reported issues. | |||
2005-11-29 | Fix IPv6 hmac calculation. | Marco Pfatschbacher | |
OK mcbride@ | |||
2005-11-29 | from the diffs so old they're growing mold dept: | Ted Unangst | |
while () return; is pretty dumb, change to ifs as intended | |||
2005-11-29 | apply patch from david hill for two netbsd prs: | Ted Unangst | |
14060 skip MADV_SEQUENTIAL if refaulting 18037 missing pageactivate tested for some time by jolan krw | |||
2005-11-29 | Fix bus_dma code to eliminate my busted logic, align usage with man | Kenneth R Westerback | |
page, adopt jason's suggestions and use the goto based unwind marco likes. Based on marco's original diff. ok marco@ jason@ | |||
2005-11-29 | something in the eurobsdcon route-a-thon broke my simple home network | Jolan Luff | |
router so back out the routing stuff to pre-eurobsdcon where my machine doesn't crash immediately. i am happy to test diffs and report success/failures but i am not happy to have instantaneous crashes when i reboot with a new kernel that was compiled from pristine sources. if you are going to be an elitist asshole then you could at least make sure your code works. ok and "be crass towards them" deraadt@ | |||
2005-11-29 | backout miod's change because he did not compile libc. | Theo de Raadt | |
2005-11-29 | add some casts to please lint. these are the typical tv_sec vs time_t | Theo de Raadt | |
problems. in time, we will move to 64 bit time_t, when the time is right (ha ha) but not before. These casts do not harm the future model. ok cloder millert | |||
2005-11-29 | potential memory leak in hifn7751.c:hifn_newsession; 3873, fixed by jason | Theo de Raadt | |
2005-11-28 | correct attach() output | Theo de Raadt | |
2005-11-28 | no need for printf; man page should describe functionality | Theo de Raadt | |
2005-11-28 | Added ipmi watchdog code, based on esm watchdog code by dlg@ | Jordan Hargrave | |
Added signextend function to cleanup conversion routine ok marco@ | |||
2005-11-28 | Correct parameter in bus_dmamem_alloc(). | Kenneth R Westerback | |
ok marco@ | |||
2005-11-28 | Maintain an interrupt depth counter for CLKF_INTR to be correct. | Miod Vallat | |
Tested aoyama@ martin@ and I. | |||
2005-11-28 | Switch to per-process AST flags and clean AST-related codepaths; speeds up | Miod Vallat | |
forks as a bonus. Tested on luna88k and mvme88k by aoyama@ martin@ and I. | |||
2005-11-28 | spacing | Theo de Raadt | |
2005-11-28 | Added dlg@ watchdog code for enabling ESM2 watchdog timer | Jordan Hargrave | |
Fixes for watchdog code by jordan@ Spacing fixes in esmreg ok marco@ | |||
2005-11-28 | Remove older-than-gramps poor man's assym.h defines; .S files do not even need | Miod Vallat | |
these constants. | |||
2005-11-28 | Leftovers from picatimes. | Miod Vallat | |
2005-11-28 | sync | Theo de Raadt | |
2005-11-28 | tapwave zodiac is a uvisor interface | Theo de Raadt | |
2005-11-28 | Fixed Motherbobrd typo | Jordan Hargrave | |
Changed type of Power Unit sensor ok marco@ | |||
2005-11-28 | Added sysids for PowerVault/PowerApp ESM2 systems | Jordan Hargrave | |
Changed Register names to be more readable ok marco@ | |||
2005-11-28 | back out the last 2 commits to bge(4) for now. | Brad Smith | |
2005-11-28 | use atop(), remove last traces of Mach macros from hppa and hppa64 | Martin Reindl | |
2005-11-28 | probe before match; ok jordan marco | Theo de Raadt | |
2005-11-28 | attempt to cope with the other versions of the chips | Theo de Raadt | |
try not to scan all the sensors every pass through, but do a few registers each time still not reading correct data on one machine i have, but this might be because apple did not connect them up. who knows, when they build machines with 50+ sensors.. | |||
2005-11-28 | back out last change, caused me panics on jumbo packets, ok deraadt@ | Peter Stromberg | |
2005-11-28 | another dangling semicolon from Matthias Bauer | Michael Shalayeff | |
2005-11-28 | - consistently use x86_round_pdr() allowing us to remove the superfluous | Martin Reindl | |
round_pdr() macro - while there remove two more unused Mach macros | |||
2005-11-28 | fix month-old breakage found by genududes (after henning's breakage) | Michael Shalayeff | |
2005-11-28 | more breakage | Markus Friedl | |
2005-11-28 | unbreak route deletion (from revision 1.55; obviously too much eyebleeding) | Markus Friedl | |
2005-11-28 | Correctly report channel. PR 4728. | Jonathan Gray | |
ok fgsch@ | |||
2005-11-28 | ansi/deregister. | Jonathan Gray | |
'go for it' deraadt@ | |||
2005-11-27 | Hide a few things from _LOCORE. | Miod Vallat | |
2005-11-27 | repair builds. ramdisk kernels forgotten about again. | Theo de Raadt | |
2005-11-27 | don't let anything outside route.c access the routing table heads directly, | Henning Brauer | |
but go through a provided wrapper. also provide rt_lookup() instead of doing the lookup manually in many places. ryan ok | |||
2005-11-27 | Move bpf_mtap() after trunk_*_input() so that we hopefull see only one | Ryan Thomas McBride | |
copy of the packet with bpf. ok reyk@ | |||
2005-11-27 | Attempt to accept a packet only once when operating in failover mode. | Ryan Thomas McBride | |
Makes trunk usable with hubs or switches which don't have actual trunk support. ok reyk@ | |||
2005-11-27 | Get rid of the `len' locator for VME devices, since mappings have a page | Miod Vallat | |
granularity anyway; devices who would want more than one page mapped in order to probe for the hardware can take appropriate action in their cfmatch routine anyway. | |||
2005-11-27 | Nuke autoconf.h commons. | Miod Vallat | |
2005-11-27 | ISOXXX/ISO-XXX -> ISO XXX | Jason McIntyre | |
2005-11-27 | Don't set MNT_UPDATE and MNT_RELOAD before acquiring the mount point | Pedro Martelletto | |
lock. Fixes a race as seen on PR kern/4915. Okay miod@ and joris@, tested by krw@ and hshoexer@, thanks. | |||
2005-11-27 | regen | Brad Smith | |