Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-24 | Add VER.impl values for Fujitsu CPUs. | Mark Kettenis | |
2008-05-24 | Remove {tcp/udp}6_usrreq(); Since the normal ones now | Thordur I. Bjornsson | |
take a proc argument, theres no need for these, since they are just wrappers. OK claudio@ | |||
2008-05-24 | - Enable userland to read(2) video stream from /dev/video. | Marcus Glocker | |
- Prepare for mmap(2). | |||
2008-05-24 | SDEV_UMASS devices skip the mode page dance to set blksize. So initialize | Kenneth R Westerback | |
blksize to 0 to avoid confusing garbage values with useful info. Noticed by jolan@. | |||
2008-05-24 | Attach to "FJSV,su", which is the name used for serial ports on the SPARC | Mark Kettenis | |
Enterprise M4000/M5000/M8000/M9000. | |||
2008-05-24 | iLet's see if this also works for Oberon (the PCIe bridge found on the SPARC ↵ | Mark Kettenis | |
Enterprise M4000/M5000/M8000/M9000). | |||
2008-05-24 | typo. | Igor Sobrado | |
2008-05-24 | Strip off Ethernet CRC; makes dhclient shut up. | Mark Kettenis | |
2008-05-24 | Increase the number of segments in a dma map to make sure a packet fits. | Mark Kettenis | |
2008-05-24 | Use MAC address passed by the firmware. | Mark Kettenis | |
2008-05-24 | Configure the media when brining up an interface. | Mark Kettenis | |
2008-05-24 | IXP-200 -> IXP200 | Brad Smith | |
2008-05-24 | Use the name IXP200. | Brad Smith | |
2008-05-24 | Sync the ATI IXP200 PCI id. | Brad Smith | |
2008-05-24 | regen | Brad Smith | |
2008-05-24 | Tweak some of the existing ATI IXP entries for more consistent | Brad Smith | |
naming and add some missing IXP300 entries. | |||
2008-05-24 | regen | Brad Smith | |
2008-05-24 | There should be spaces between "product" and the vendor name. | Brad Smith | |
2008-05-24 | regenerate | Chris Kuethe | |
2008-05-24 | USB LCD+keyboard panel | Chris Kuethe | |
2008-05-24 | Move the setting of the POLLIN flag to the bottom of the for loop | Brad Smith | |
to ensure that the flag is only set when there is a valid fd. Found by deraadt@ ok deraadt@ millert@ | |||
2008-05-24 | IPv6 support for standalone mode with assistance from millert@ and deraadt@ | Brad Smith | |
Tested by brad@ and sobrado@ ok deraadt@ | |||
2008-05-24 | And another Fujitsu Gigabit Etherenet card that is a bge(4) in disguise. | Brad Smith | |
2008-05-24 | regen | Brad Smith | |
2008-05-24 | Add Fujitsu PW008GE4 | Brad Smith | |
2008-05-24 | Also recognize the Schneider & Koch SK-9821/SK-9843 adapters from | Brad Smith | |
Fujitsu. | |||
2008-05-24 | regen | Brad Smith | |
2008-05-24 | Add more specific PCI ids for Schneider & Koch (SysKonnect) SK-9821/SK-9843 | Brad Smith | |
OEM adapters from Fujitsu. | |||
2008-05-24 | Store the model and revision information in the appropriate softc | Brad Smith | |
fields that already exist and reference those fields when necessary instead of reading the registers everytime. ok kettenis@ | |||
2008-05-24 | Enclose an informational message in a verbose check. | Pierre-Yves Ritschard | |
From Alexander Hall <alexander@beard.se> ok henning@, ``I suppose so'' deraadt@ | |||
2008-05-24 | Match serial devices on PRIMEPOWER 650. | Mark Kettenis | |
2008-05-23 | Fix detection of 10baseT on rev 2 and up. | Mark Kettenis | |
ok brad@ | |||
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 | sync | Theo de Raadt | |
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 | we only do static libarch; ok drahn | Theo de Raadt | |
2008-05-23 | remove reference to amd64_vm86(2): although there is code and a | Jason McIntyre | |
man page, it doesn;t get built; | |||
2008-05-23 | remove reference to awi(4); | Jason McIntyre | |
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 | - 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 | hexidecimal -> hexadecimal | Igor Sobrado | |
ok jmc@ | |||
2008-05-23 | Bye bye awi(4). | Brad Smith | |
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@ |