Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-03 | also bail if sc_chipc is NULL; spotted by miod | Theo de Raadt | |
2007-01-03 | mbg(4) cards with ASIC take the internal timestamp at the very moment the | Marc Balmer | |
first command byte is written to the card over the pci bus. the driver has to capture this moment to get a precise timedelta. so make sure the code fragment that takes the internal timestamp and sends the command byte can not be interrupted. this function is called with a low frequency (currently 0.1 Hz). ok claudio, mglocker | |||
2007-01-03 | Support for continuous reading of syslog memory buffers. | Marco Pfatschbacher | |
Works like ``tail -f'' on a log file. OK markus@, djm@ | |||
2007-01-03 | manual page should not mention options which are not yet implemented. | Niall O'Higgins | |
pointed out by Igor Sobrado <igor at string1.ciencias.uniovi.es> discussed with xsa@ ray@ jmc@ | |||
2007-01-03 | do not print secret keys by default, -k restores old behaviour; ok hshoexer | Markus Friedl | |
2007-01-03 | Don't say 'Marvell' twice for each sk/msk device in dmesg. No functional | Kenneth R Westerback | |
change. from brad@ ok mglocker@ | |||
2007-01-03 | Pretty printing of debug messages. | Marcus Glocker | |
2007-01-03 | Don't wrap line before printing MAC address. | Marcus Glocker | |
2007-01-03 | set permissions back on the file after it got copied from the | Xavier Santolaria | |
CVS/Base/ directory. | |||
2007-01-03 | spacing | Reyk Floeter | |
2007-01-03 | allow the sticky-address option for round-robin pools. | Reyk Floeter | |
From Pierre-Yves Ritschard (pyr at spootnik dot org) | |||
2007-01-03 | spaces | Kevin Steves | |
2007-01-03 | Change IF_DEQUEUE to IFQ_DEQUEUE for ALTQ, and some purely cosmetic | Gordon Willem Klok | |
0 -> NULL fixes. From brad@ Tested on PM 9600MP. | |||
2007-01-03 | Avoid mixing of u_int* and uint* in the same code. uint* wins. | Marcus Glocker | |
2007-01-03 | Replace bus_space_read_2() by the BCW_READ16 macro. | Marcus Glocker | |
2007-01-03 | Replace bus_space_write_2() by the BCW_WRITE16 macro. | Marcus Glocker | |
2007-01-03 | Replace bus_space_read_4() by the BCW_READ macro. | Marcus Glocker | |
2007-01-03 | Replace bus_space_write_4() by the BCW_WRITE macro. | Marcus Glocker | |
2007-01-03 | Oops forgot this bit as part of the cleanup for acpiac. From Constantine | Marco Peereboom | |
Murinen. | |||
2007-01-03 | Spacing, comments. | Marcus Glocker | |
2007-01-03 | Consistent naming for the sensors. | Marco Peereboom | |
From Constantine Murenin <mureninc at gmail dot com> | |||
2007-01-03 | Add first shot of the firmware upload. Tested on i386 and amd64. | Marcus Glocker | |
2007-01-03 | Uncomment bcw_powercontrol_crystal_off() for now because it leads to | Marcus Glocker | |
a panic later. | |||
2007-01-03 | ARGSUSED for lint | Kevin Steves | |
2007-01-03 | spaces | Kevin Steves | |
2007-01-03 | remove small dead code; arnaud.lacombe.1@ulaval.ca via Coverity scan | Kevin Steves | |
2007-01-02 | - fix cvs_client_remove_entry to correctly handle the passed data | Joris Vink | |
- when commiting in a remote setup, allow the opencvs server to send the correct response to the client when a file has been removed | |||
2007-01-02 | better support for IPv6 hostname/numeric representation. | Jun-ichiro itojun Hagino | |
hostname/prefixlen works only for IPv4-only hostname. markus ok (regress tested) | |||
2007-01-02 | Use bus_space_write_region_4() instead of doing the same thing bit by | Tom Cosgrove | |
bit (well, uint32 by uint32). Inspired by a claudio commit to malo.c. Still disabled (awaiting a code review), but works for me here. ok claudio@ | |||
2007-01-02 | return is no function. | Marc Balmer | |
2007-01-02 | sync | Kevin Steves | |
2007-01-02 | add Sierra Wireless Aircard 875; ok fkr@ | Kevin Steves | |
2007-01-02 | tweaks. | Marc Balmer | |
2007-01-02 | return is not a function. | Marc Balmer | |
2007-01-02 | return is not a function. | Marc Balmer | |
2007-01-02 | do not permit agp_ioctl if the methods are invalid; ok miod | Theo de Raadt | |
2007-01-02 | sync | Kevin Steves | |
2007-01-02 | spacing and change comment for MC8755 to "MC8755 HSDPA"; ok fkr@ | Kevin Steves | |
2007-01-02 | use err.h functions and report failure of ypset call. ok deraadt@ | Otto Moerbeek | |
2007-01-02 | return proper server error on failed ypset. Inspired by freebsd; ok | Otto Moerbeek | |
deraadt@ | |||
2007-01-02 | Fix setting up the more specific binding for the ypsetme | Otto Moerbeek | |
functionality. We want to bind to the same ports as the general binding, but with a local address. with and ok deraadt@ | |||
2007-01-02 | Use the value returned by pci_findproduct() as the timedelta sensor description | Marc Balmer | |
instead of using static strings. ok deraadt | |||
2007-01-02 | Provide a new function, pci_findproduct(), which is analog to pci_findvendor(). | Marc Balmer | |
Use these two functions in pci_devinfo() to remove some duplicated code and make it easier to read. Remove two now unused variables. This shrinks the size of the resulting object code. Drivers (or other kernel code) can now get at the PCI vendor and/or product strings using pci_findvendor() and pci_findproduct(). ok claudio, deraadt, mglocker | |||
2007-01-02 | top(1) doesn't use any math.h function, so do not include math.h and | Otto Moerbeek | |
do not link with libm. ok ray@ | |||
2007-01-02 | remove extra \n in bpf_error() calls. | Reyk Floeter | |
figured out by claudio@ | |||
2007-01-02 | define bpf filters to match address and header fields in IEEE 802.11 | Reyk Floeter | |
wlan frames (DLT_IEEE802_11 and DLT_IEEE802_11_RADIO linktypes). see tcpdump(8) for details. "Works for me" claudio@ ok jmc@ deraadt@ | |||
2007-01-02 | - fix support for checking out binary files. | Niall O'Higgins | |
testing from xsa@ and Igor Sobrado <igor at string1.ciencias.uniovi.es> ok xsa@ | |||
2007-01-02 | Issue the BIOS "check for keystroke" call before "get keystroke", as | Tom Cosgrove | |
now required on i386 for Intel Macs. Bump versions of boot, cdboot and pxeboot accordingly. Reminded by deraadt@. | |||
2007-01-02 | Fix the keyboard problem seen on Intel Macs, where only the first | Tom Cosgrove | |
keypress is seen by boot. It appears that on the Intel Mac, we have to issue the "check for keystroke" BIOS call before the "get keystroke" call will get it (unlike any other BIOS I have seen in over 20 years). It would not have been possible to fix this problem without the donation from Steven N. Fettig (steve (at) anywheretechnology.com); many thanks. Bump versions of boot, cdboot and pxeboot accordingly. Testing kettenis@, otto@, and others; ok weingart@. | |||
2007-01-02 | some unedit command bits; still work in progress for local mode. | Xavier Santolaria | |