Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-08 | oops, fix merge error | Otto Moerbeek | |
2007-10-08 | initilize sflags and only print n_rval when initialized; tracking by | Otto Moerbeek | |
Laurent Desnogues. ok ragge@ | |||
2007-10-08 | A few trailing bzero/memset -> M_ZERO occurrences, cast removal and | Kenneth R Westerback | |
size(*p) usage. | |||
2007-10-08 | shrink nfsrv_v2errmap[] and check table size more carefully to avoid | Theo de Raadt | |
dependency on ELAST; ok miod thib | |||
2007-10-08 | Get trunk(4) working again with 802.11 devices. Spotted by ajacoutot@. | Marcus Glocker | |
Diff has been done in co-work with damien@, jsg@, reyk@, and claudio@. OK damien@ | |||
2007-10-08 | A memset(,0,) -> M_ZERO change which also fixes a possible bug with | Kenneth R Westerback | |
malloc'ing one struct size but zero'ing the memory with another struct size. Feedback from todd@ tedu@ miod@ | |||
2007-10-08 | signal handles must not call exit() or use stdio; ok otto | Theo de Raadt | |
2007-10-08 | do not try to reset the default branch if the RCS file | Joris Vink | |
does not exist, fixes a segfault when commiting a new file. found by tobias@ who is going to make a nice little regression test for this. | |||
2007-10-08 | bad place for a stray space; | Jason McIntyre | |
2007-10-08 | isa0 at amdpcib? got skipped, sigh | Theo de Raadt | |
2007-10-08 | enable spdmem where it matters | Theo de Raadt | |
2007-10-08 | - do not talk about "pcib functionality": these pages already document what | Jason McIntyre | |
the devices are - no need to Xr pcib either ok mbalmer deraadt | |||
2007-10-08 | Add a sample configuration file for the newly imported ospf6d(8) daemon. | Esben Norby | |
ok dlg@ | |||
2007-10-08 | Remove two unneeded macro definitions, replace strdup() with copy() which | Stefan Kempf | |
does error checking. otto@, ragge@ ok | |||
2007-10-08 | add a RETURN VALUES section. | Pierre-Yves Ritschard | |
ok jmc@ | |||
2007-10-08 | Add the user _ospf6d otherwise the newly imported ospf6d daemon will not | Esben Norby | |
start. ok dlg@ | |||
2007-10-08 | Welcome ospf6d | Esben Norby | |
The new ospf6d daemon will support OSPFv3, basically OSPF for IPv6 networks. It is heavily based on ospfd(8), it is more or less a copy and paste of it. Currently some unneeded stuff has been removed and the trasition from IPv4 to IPv6 has begun. ospf6d is not very usefull at the moment, it is being imported to allow more people to work on it concurrently. Not yet connected to the builds. ok claudio@ dlg@ | |||
2007-10-08 | GPS170 -> GPS170PCI | Marc Balmer | |
ok claudio | |||
2007-10-08 | regen | Marc Balmer | |
2007-10-08 | GPS170 -> GPS170PCI | Marc Balmer | |
ok claudio | |||
2007-10-08 | Correct name GPS170PCI instead of GPS170. | Marc Balmer | |
2007-10-08 | The PCI based GPS card is GPS170PCI, not GPS170, which is a different | Marc Balmer | |
receiver in "Europa"-card size. | |||
2007-10-08 | attribute packed -> __packed | Gilles Chehade | |
OK millert | |||
2007-10-08 | attribute packed -> __packed | Gilles Chehade | |
OK millert | |||
2007-10-08 | attribute packed -> __packed | Gilles Chehade | |
OK millert | |||
2007-10-08 | attribute packed -> __packed | Gilles Chehade | |
OK millert | |||
2007-10-08 | Print registered/CAS latency information for SDRAM. | Jonathan Gray | |
2007-10-08 | To identity PC133 we need to check cycle time as modules | Jonathan Gray | |
often identify as PC100. | |||
2007-10-08 | Correct frequency for SDRAM. | Jonathan Gray | |
2007-10-08 | More simple memset(,0,) -> M_ZERO changes. In this batch move to | Kenneth R Westerback | |
size(*p) as the first malloc() parameter where p is declared locally and thus easy to check. Add M_ZERO to gpe_table allocation in acpi.c even though there is no obvious bzero or memset nearby. | |||
2007-10-08 | Introduce %z for printf(9), like %z for printf(3). Used to print | Ray Lai | |
size_t and ssize_t variables. OK miod and cthulhu. | |||
2007-10-08 | Don't skip EEPROMs in ofw i2c scan, | Jonathan Gray | |
match on sparc64 SPD name in spdmem. Tested on a V120. ok deraadt@ | |||
2007-10-08 | attach uslcom to the track systems traqmate | joshua stein | |
ok jsg | |||
2007-10-08 | support 230400 speed | joshua stein | |
ok jsg | |||
2007-10-08 | Indicate if the module is registered, DDR/DDR2 only at the moment. | Jonathan Gray | |
Tested by ian@ wilfried@ and deraadt@ | |||
2007-10-08 | - make SNDCTL_DSP_GETOSPACE much more efficient by using AUDIO_GETPRINO | Jacob Meuser | |
instead of AUDIO_GETINFO - make SNDCTL_DSP_GETISPACE return correct values by using AUDIO_GETRRINFO instead of AUDIO_GETINFO - remove calls to setblocksize() from SNDCTL_DSP_GET[IO]SPACE. changing the blocksize inside play or record loops, where these ioctls are most often used, can have serious negative consequences. the blocksize should be "fixed" to a power of 2 before these ioctls are called by using SNDCTL_DSP_SETFRAGMENT or SNDCTL_DSP_GETBLKSIZE. heavily tested by myself. no negative feedback from anyone else. ok ratchov | |||
2007-10-08 | explain that AUDIO_GET[PR]RINFO were added for porting 3rd party | Jacob Meuser | |
software and should be avoided in new code suggested by ratchov@, help from jmc@ | |||
2007-10-07 | regen | joshua stein | |
2007-10-07 | track systems traqmate gps data acquisition system | joshua stein | |
2007-10-07 | sync | Theo de Raadt | |
2007-10-07 | amd64 needs the page too | Theo de Raadt | |
2007-10-07 | AMD8111 -> AMD-8111 | Jason McIntyre | |
2007-10-07 | for miscellaneous devices section: | Jason McIntyre | |
- sync Nd for amdpcib(4) - add pcib(4) - adjust the width size of the list accordingly | |||
2007-10-07 | get rid of the configure remains | Otto Moerbeek | |
2007-10-07 | Add a driver, amdpcib(4), for the AMD 8111 series LPC bridge and HPET written | Marc Balmer | |
by mickey, man page by me. Help, suggestions by Theo and jmc. Enable this driver and glxpcib(4) in all RAMDISK kernel, but glxpcib(4) does not provide the watchdog timer in the RAMDISK kernels. Prodded by deraadt. E | |||
2007-10-07 | merge from ragge's repo: | Otto Moerbeek | |
Bugfix for .i files, by Jeremy Reed. | |||
2007-10-07 | merge from ragge's repo: | Otto Moerbeek | |
Add __inline__ as gcc-compatible keyword. | |||
2007-10-07 | Merge from ragge's repo: | Otto Moerbeek | |
Add initial support for packed/aligned/rename pragmas. Still missing: Support for architectures with strict alignment. TODO: Cleanup the rename stuff so that it's not depending on gcc compat. | |||
2007-10-07 | break after exit() is useless | Charles Longeau | |
ok ray@ | |||
2007-10-07 | nb is an int, so it should be compared to an int. | Charles Longeau | |
ok ray@ |