Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-23 | Another Fujitsu Gigabit Etherenet card that is a bge(4) in disguise. | Mark Kettenis | |
2008-05-23 | regen | Mark Kettenis | |
2008-05-23 | Add Fujitsu PW008GE5. | Mark Kettenis | |
2008-05-23 | update sem_otime on semop(); reported by mkbucc AT gmail.com | Damien Miller | |
ok deraadt@ millert@ | |||
2008-05-23 | do not use swap generic; these should specifically choose rd0a | Theo de Raadt | |
spotted by merdely, realization by miod | |||
2008-05-23 | tputchar() can put characters on the tty output queue if clocal is set, | Theo de Raadt | |
fixing (status) ^T support on some ttys without carrier ok pyr | |||
2008-05-23 | Forgot this one. Wrap a printf() into MPLS_DEBUG since | Thordur I. Bjornsson | |
MPLS_LABEL_GET() is only available #ifdef MPLS_DEBUG | |||
2008-05-23 | Make this compile again, by adding a struct proc * argument | Thordur I. Bjornsson | |
to the usrreq's. (Both MPLS and NETATALK are disabled in GENERIC). | |||
2008-05-23 | Deal with the situation when TCP nfs mounts timeout and processes | Thordur I. Bjornsson | |
get hung in nfs_reconnect() because they do not have the proper privilages to bind to a socket, by adding a struct proc * argument to sobind() (and the *_usrreq() routines, and finally in{6}_pcbbind) and do the sobind() with proc0 in nfs_connect. OK markus@, blambert@. "go ahead" deraadt@. Fixes an issue reported by bernd@ (Tested by bernd@). Fixes PR5135 too. | |||
2008-05-23 | - remove USER_LDT, it was never in a state where it would copile, nor will | Jasper Lievisse Adriaanse | |
we support i386-compat mode on amd64. agreed by beck@, dlg@, kettenis@ ok deraadt@, tom@ | |||
2008-05-23 | Bye bye awi(4). No net80211 love, uses its own WEP code and has not worked | Brad Smith | |
properly in 8.5 years so just garbage collect the driver. ok damien@ deraadt@ | |||
2008-05-23 | Make GENERIC.MP work on sun4us too. | Mark Kettenis | |
2008-05-23 | Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() as | Brad Smith | |
suggested by dlg@ awhile ago. ok dlg@ | |||
2008-05-23 | Make rd act more like a 'normal' disk device, allowing the elimination of | Kenneth R Westerback | |
'fakerootdev' hackery. This allows us to bring back miod@'s r1.70 subr_disk.c change to avoid the GENERIC dance when rootdev has been initialized. This in turn re-enables raidframe root devices. Add a nice panic if rootdev can't be initialized, displaying the name of the device that didn't work rather than just blowing up by de-referencing NULL. ok deraadt@ | |||
2008-05-22 | Quick hack to make non-MULTIPROCESSOR kernels work by restricting | Mark Kettenis | |
interrupt vectors to 11 bits. | |||
2008-05-22 | zap useless comment block with no content. | Jasper Lievisse Adriaanse | |
ok krw@ | |||
2008-05-22 | Restrict interrupt vectors to 11 bits. Needed to make sun4us work. | Mark Kettenis | |
2008-05-22 | use PR_ZERO instead of calling bzero directly | Thordur I. Bjornsson | |
after pool_get(); ok beck@ | |||
2008-05-22 | ANSI function definitions. | Brad Smith | |
ok dlg@ | |||
2008-05-22 | sync | Theo de Raadt | |
2008-05-22 | simplify (less bytes in media) | Theo de Raadt | |
2008-05-22 | never schedule a timer for a negative time, if in the past schedule short delay. | Dale Rahn | |
please commit deraadt@ | |||
2008-05-22 | More timeout(9) usage cleaned up. | Michael Knudsen | |
ok claudio | |||
2008-05-22 | - ises(4) was removed some time ago, zap it here too. | Jasper Lievisse Adriaanse | |
ok krw@ | |||
2008-05-22 | Use LIST_FOREACH() instead of handrolling. | Thordur I. Bjornsson | |
From: Pierre Riteau pierre.riteau_att_gmail.com OK miod@ | |||
2008-05-22 | kill 2 bogus ARGUSED and use the LIST_FOREACH() macro | Thordur I. Bjornsson | |
instead of handrolling... ok miod@ | |||
2008-05-22 | Remove unnecessary receive filter call from the attach hook. This is | Brad Smith | |
already dealt with via txp_init(). ok dlg@ | |||
2008-05-22 | Add the MCP77, 79 and 7B SMBus controller ids. | Brad Smith | |
ok dlg@ | |||
2008-05-22 | Read the MII_ANAR register and get the common denominator ability. | Brad Smith | |
From FreeBSD ok dlg@ | |||
2008-05-22 | Remove the "loaded firmware" message from dmesg. Only print something | Brad Smith | |
if there was an error. ok dlg@ | |||
2008-05-22 | regen | Jonathan Gray | |
2008-05-22 | Add a bunch of devices from submitted dmesgs. | Jonathan Gray | |
2008-05-21 | Fujitsu PRIMEPOWER250/450 secondary LAN is a BCM5703C in disguise. | Mark Kettenis | |
2008-05-21 | regen | Mark Kettenis | |
2008-05-21 | Add Fujitsu PRIMEPOWER250/450 secundary LAN. | Mark Kettenis | |
2008-05-21 | Only cancel (timeout_del()) the timeout if we're not going to delay it | Michael Knudsen | |
(timeout_add()) anyway. ok brad claudio | |||
2008-05-21 | Just clear the timeout since timeout_del() can cope with | Michael Knudsen | |
unscheduled/already triggered timeouts. ok brad claudio | |||
2008-05-21 | Make _PROF_PROLOGUE visible if PROF is defined; will be needed by libc | Miod Vallat | |
shortly. | |||
2008-05-21 | Remove <machine/elf_abi.h> on platforms which have it. Nothing in the tree | Miod Vallat | |
needs the few MD definitions they (sometimes) provide; only binutils is interested in them, but binutils provide their own include files for that purpose anyway. ok deraadt@ kettenis@ | |||
2008-05-21 | Not all cache operations need to be run from P2, so don't do this unless | Miod Vallat | |
necessary. Also, let the P2 functions return to P1 addresses, instead of jumping to their own P1 image before returning. This gives a ~15% speedup. From NetBSD, thanks uwe@netbsd for spotting this in the sh4 docs! | |||
2008-05-21 | ddb expects the kernel longjmp() to only take a single parameter and always | Miod Vallat | |
return 1 since 12+ years, it's about time to fix the offending ports. Reported by Pierre Riteau (firstname.lastname at gmail) | |||
2008-05-21 | First step towards supporting sun4us machines with Fujitsu's SPARC64-V CPU. | Mark Kettenis | |
2008-05-21 | regen | Miod Vallat | |
2008-05-21 | More pccom references | Miod Vallat | |
2008-05-21 | sync | Theo de Raadt | |
2008-05-21 | intel 5100 chipset; mitja | Theo de Raadt | |
2008-05-21 | Switch i386 from pccom to com. Welcomed by many. | Mark Kettenis | |
ok dlg@, jsing@, deraadt@ | |||
2008-05-21 | Print a specific message for non i2c attachments like macppc | Jonathan Gray | |
memc, in the situation where Apple cheaps out by having no SPD on integrated RAM. | |||
2008-05-20 | Add multicast support to lii(4), with suggestions/changes from brad@. | Joel Sing | |
ok brad@ dlg@ | |||
2008-05-20 | Change the OpenBSD/sgi boot loader so that we use libsa loadfile(), rather | Joel Sing | |
than rolling our own load functions. tested jasper@, feedback and ok miod@ |