Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-02 | knf. add some debug and use const. | Federico G. Schwindt | |
2006-01-01 | Xr asbtm | Theo de Raadt | |
2006-01-01 | correct a typo and reorder check. | Federico G. Schwindt | |
2006-01-01 | Rearrange to fix a potential crash when changing parameters with audioctl | Federico G. Schwindt | |
and the device is closed. netbsd pr 24066. Some cleanup and also correctly set the mode via audioctl. from mycroft. | |||
2006-01-01 | fix desc of struct kevent, OK millert@ | Marco S Hyman | |
2006-01-01 | mention change in raisechar/rc default here too | Damien Miller | |
2006-01-01 | disable case-mapping (evil software caps-lock) by default. if you are crazy | Damien Miller | |
enough to want it, then it can be turned on in /etc/remote; "lovely" deraadt@ | |||
2006-01-01 | add a manpage for asbtm(4) | Damien Miller | |
2006-01-01 | fix cut and paste error on FAN2 sysctl def | Damien Miller | |
2006-01-01 | Fix mixer wraparound. from netbsd pr 16652. | Federico G. Schwindt | |
2006-01-01 | proto not needed | Theo de Raadt | |
2006-01-01 | sync | Theo de Raadt | |
2006-01-01 | switch from macppc-specific maciic(4) driver to the generic iic(4), | Theo de Raadt | |
after teaching it to use a function pointer to get back to the OFW scan.. this will also help the sparc64 later; ok kettenis | |||
2006-01-01 | thread stack handling changes. Add guard zones and allow stack | Marco S Hyman | |
size (and guard zone size) to be set using pthread_attr. Guard zones are specified in bytes, but implemented in terms of a page size. OK Otto@ | |||
2006-01-01 | update for pcidevs name change | Brad Smith | |
2006-01-01 | regen | Brad Smith | |
2006-01-01 | this fxp PCI id is generic to the whole family so mark it as 8255x instead | Brad Smith | |
of 82557 | |||
2006-01-01 | Nicer implementation of pthread_main_np(), which avoids the spinlock. | Otto Moerbeek | |
ok tedu@ marc@ | |||
2006-01-01 | Adjust for renamed VIA VT8233 PCI ID's. | Mark Kettenis | |
ok brad@, deraadt@ | |||
2006-01-01 | regen | Mark Kettenis | |
2006-01-01 | Correct names for VIA VT8233 PCI-ISA bridge PCI ID's: | Mark Kettenis | |
VT8366_ISA -> VT8233_ISA VT8233_ISA -> VT8233A_ISA ok brad@, deraadt@ | |||
2006-01-01 | sync | Theo de Raadt | |
2006-01-01 | Fix typo in previous commit. | Mark Kettenis | |
2006-01-01 | .Xr viapm(4) | Mark Kettenis | |
2006-01-01 | .Xr viapm(4) | Mark Kettenis | |
2006-01-01 | Enable A/UX style interrupt routing on non-AV Centrises and Quadras, gives us | Miod Vallat | |
smarter spl levels and the clock drift is reduced; adapted from NetBSD. | |||
2006-01-01 | Service clock interrupts at the computed splclock(), not spl2(); from NetBSD. | Miod Vallat | |
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat | |
thus removing the need for drivers to initialize cn_pri to CN_DEAD when hardware probe fails. | |||
2006-01-01 | 2006 | Miod Vallat | |
2006-01-01 | add PTRACE and RTHREADS defines | Nikolay Sturm | |
ok miod | |||
2006-01-01 | no trailing "\n" for debug() | Kevin Steves | |
2006-01-01 | move <net/if.h>; ok djm@ | Kevin Steves | |
2006-01-01 | more code cleanup; | Joris Vink | |
ok xsa@ i'm commiting only hours after newyear, ah the joys of being a true geek. | |||
2006-01-01 | keep the list of supported devices in order; | Jason McIntyre | |
2006-01-01 | missing article; | Jason McIntyre | |
2006-01-01 | Don't need to include machine/types.h here. OK and tested by miod@ | Todd C. Miller | |
2006-01-01 | Don't need to include machine/types.h here. OK and tested by miod@ | Todd C. Miller | |
2006-01-01 | viapm(4) | Mark Kettenis | |
2005-12-31 | Make PT_SETFPREGS work even if the process didn't use the fpu yet. | Mark Kettenis | |
ok miod@ | |||
2005-12-31 | Search for the devices to attach to mainbus, not hardcoded. ok miod@ | Dale Rahn | |
2005-12-31 | Nuke unused cdev_wscons_init() macro. | Miod Vallat | |
2005-12-31 | Kill a pcvt leftover. | Miod Vallat | |
2005-12-31 | sync | Theo de Raadt | |
2005-12-31 | whitespace cleanup. | Dale Rahn | |
2005-12-31 | Add "print debug foo" function safe to use in signal handlers, example: | Marco S Hyman | |
_rthread_debug(3, "foo = %s", foo); where output is to stderr and will only be printed if the current debug level is >= 3. Messages with a debug level of 0 are always printed. The level can be set from the environment (not enabled yet) or with gdb by modifying variable _rthread_debug_level. "Fine with me" -Otto | |||
2005-12-31 | Split the d_type field of cdevsw entries into d_type and d_flags for clarity. | Miod Vallat | |
Discussed with and ok deraadt@ millert@ | |||
2005-12-31 | No point in saving a bunch of extra registers, and the child's state must | Dale Rahn | |
be fully saved in resisters, if left on the parents stack, it could be overwritten before the child runs. pointed out by miod. | |||
2005-12-31 | Grok rthreads system calls before Dale yiells after me. | Miod Vallat | |
2005-12-31 | Better bounds for the lm7x register repeat test; ok deraadt@ | Miod Vallat | |
2005-12-31 | add pthread_mutexattr_gettype. | Brad Smith | |
ok otto@ |