Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2005-12-31 | CDIOCREADTOCENTRYS adjusts lba information into host order, so there | Kenneth R Westerback | |
is no need to to ntohl() on it again. CDIOCREADSUBCHANNEL does not put lba info into host order so just change that to a betoh32(). Noted by Juha Erkkila in PR #4957. ok pedro@ | |||
2005-12-31 | This port does not use dev/cninit.c. | Miod Vallat | |
2005-12-31 | Move TTY_NAME_MAX and LOGIN_NAME_MAX to sys/syslimits.h | Todd C. Miller | |
Use correct values for _POSIX_TTY_NAME_MAX and _POSIX_LOGIN_NAME_MAX Define MAXLOGNAME in terms of LOGIN_NAME_MAX OK krw@ | |||
2005-12-31 | Make useradd -p slightly less dangerous by overwriting the encrypted | Todd C. Miller | |
password in argv. This doesn't solve the problem; it just reduces the amount of time that encrypted password is available via ps. OK deraadt@ and krw@ | |||
2005-12-31 | Nuke unused variable 'space' found by lint. Eliminate some trailing | Kenneth R Westerback | |
whitespace. No binary diff on i386. ok pedro@ | |||
2005-12-31 | enable tftp-proxy since it was committed - what's the point otherwise? | Peter Valchev | |
ok deraadt | |||
2005-12-31 | amdiic enable. if problems or worries, we shut things off before a release | Theo de Raadt | |
2005-12-31 | Comment out pcibios tweaks paragraph, in the vain hope that people who hit | Miod Vallat | |
issues which disappear when pcibios is disabled will TALK about them, rather than SILENTLY applying the trick, so there is some chance things will improve. | |||
2005-12-31 | if you don't enable amdiic, when will people test it? | Theo de Raadt | |
2005-12-31 | add amdiic(4) to the list | Peter Valchev | |
2005-12-31 | add admcts(4) and admlc(4) manpages; ok deraadt | Peter Valchev | |
2005-12-31 | we do not look at the proberegs anymore, always full dumps | Theo de Raadt | |
2005-12-31 | if a register dump is going to find that all the registers are the same, | Theo de Raadt | |
then skip it. it's some quirky piece of garbage we can never support | |||
2005-12-31 | Fix edata and etext description, and clarify these are not variables; | Miod Vallat | |
from KUDO Takashi on bugs@, with tweaks from jmc@ and drahn@ | |||
2005-12-31 | Rework (once again) the console code, in order to match the PROM's logic better. | Miod Vallat | |
When not running on serial console, the PROM will pick the ``internal'' graphics device, and if it does not exist, the DIO device with the lowest select code, and will resort to SGC devices if no internal or DIO device was found. However, the current logic would search for a certain frame buffer type first, then for its best hardware location, following the order they are listed in conf.c. By replacing gazillions of almost-exactly-duplicated frame buffer code with one single instance, which is device type-agnostic, we can match the PROM (and the bootblocks) logic again. Plus this saves a few KB of code! | |||
2005-12-31 | sync the .Nd for the list of supported masters; | Jason McIntyre | |
2005-12-31 | sync with the maxtmp .Nd; | Jason McIntyre | |