Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-02 | Prevent mixer from resetting volume back to blead-from-the-ears. | Marco Peereboom | |
From NetBSD via Antoine Jacoutot <ajacoutot at lphp.org> Ok millert@ mickey@ deraadt@ | |||
2004-09-01 | regen for BCM4401-B0 | Todd C. Miller | |
2004-09-01 | Support Broadcom BCM4401-B0; from FreeBSD. OK deraadt@ and henning@ | Todd C. Miller | |
2004-09-01 | Make sure we don't call kernfs_xread() with a negative offset. | Todd C. Miller | |
Problem found by Christer Oberg. OK henning@, deraadt@ | |||
2004-09-01 | Document DST option, and fix grammar nits in TIMEZONE description. | Tom Cosgrove | |
Closes PR 3906. ok jmc@, miod@, millert@ | |||
2004-09-01 | update | Michael Shalayeff | |
2004-09-01 | uppercase `id' and `nvram' for consistency w/ other docs; | Jason McIntyre | |
ok miod@ | |||
2004-08-31 | Buglet in cachectl(), do not use curproc anymore. | Miod Vallat | |
2004-08-31 | changes for gcc3 migration. | Per Fogelstrom | |
2004-08-31 | use the correct Entries path to store in cef_path; | Joris Vink | |
ok jfb | |||
2004-08-31 | Do not crash when there is no user specified in the CVSROOT. Simplified | Jean-Francois Brousseau | |
version of a diff by Joris Vink. | |||
2004-08-31 | check return value of strdup(3); | Joris Vink | |
ok jfb | |||
2004-08-31 | Prevent backup CARP hosts from replying to arp requests, fixes strangeness | Ryan Thomas McBride | |
with some layer-3 switches. From Bill Marquette. ok henning@ mickey@ dhartmei@ and deraadt@ | |||
2004-08-31 | a few fixes from weissmanndude | Michael Shalayeff | |
2004-08-30 | For username foo.bar, don't treat "bar" as a kerberos instance, | Todd C. Miller | |
that was a kerb4'ism. OK deraadt@ | |||
2004-08-30 | cute side-effect of bsd.lib.mk, some typos only show up with make tags. | Marc Espie | |
noticed by marco@ okay millert@ | |||
2004-08-30 | .Xsession -> .xsession; | Jason McIntyre | |
originally from a pr from f at obiit dot org, but missed by myself; ok markus@ matthieu@ | |||
2004-08-30 | Hasty changes for ``regular'' luna88k support. Written before boot_luna88k | Miod Vallat | |
and should probably get a better wording from it... | |||
2004-08-30 | minimal documentation for LD_DEBUG. | Marc Espie | |
okay millert@, miod@ | |||
2004-08-30 | another card tat uses system prom | Michael Shalayeff | |
2004-08-30 | Use CMSG_SPACE when allocating space for the control message. | Todd C. Miller | |
Fixes fd passing problems on sparc and sparc64. OK henning@ | |||
2004-08-30 | Use CMSG_SPACE when allocating space for the control message. | Todd C. Miller | |
Fixes a bogus regression on sparc64. OK henning@ | |||
2004-08-30 | In the interrupt handler, if there is a DMA transfer in progress, do | Miod Vallat | |
not busy wait for the transfer to complete at the very beginning, as this interrupt could be unrelated to the transfer; busywaiting could cause the scsi command timeout to be triggered, and the code would not recover correctly. Instead, make the DMA check simply return, leaving the "busy" flag set; and perform the usual interrupt handler duties, except for the phase change. test&ok millert@ | |||
2004-08-30 | fix some types not agreeing with gcc 3 | Per Fogelstrom | |
2004-08-30 | Add the original LUNA-88K support. | Kenji Aoyama | |
- retrieve auto-boot information from NVRAM - retrieve ethernet address information from FUSE ROM They are stored different way from LUNA-88K2. Tested by Jeff McMahill, ok by miod@ | |||
2004-08-30 | clarify diagnostics output; | Jason McIntyre | |
based on a diff from justin reigle via grange@ and discussed w/ grange; | |||
2004-08-30 | don't forget to set *hn... theo ok | Henning Brauer | |
2004-08-30 | skip early DNS lookups -- they are deferred to later; ok otto ho henning | Theo de Raadt | |
2004-08-30 | ENOBUFS, EHOSTUNREACH, ENETDOWN and EHOSTDOWN are bad reasons to log; ok ↵ | Theo de Raadt | |
otto henning | |||
2004-08-30 | s/keygen/keyscan/ | Markus Friedl | |
2004-08-30 | - add `nokeep' to a table to avoid a line break | Jason McIntyre | |
- kill a ton of whitespace at eol | |||
2004-08-30 | - sort SEE ALSO | Jason McIntyre | |
- word order | |||
2004-08-30 | Increment the states reference counter in the rule attached to the state | Ryan Thomas McBride | |
being inserted, so that the counter does not wrap back when the state is removed. This fixes pfsync setups with adaptive timeouts. From Chris Pascoe ok canacar@ dhartmei@ henning@ deraadt@ | |||
2004-08-30 | Avoid spinning if the server gives us a bogus zero lease time, by | Otto Moerbeek | |
enforcing a minimum lease time of 60s. ok deraadt@ henning@ | |||
2004-08-30 | from freebsd via Jonathan Gray | David Gwynne | |
"Use the USBD_FORCE_SHORT_XFER flag when setting up transmit transfers. Without this, the device cannot detect the end of ethernet packets whose size is a multiple of the USB packat size. ok deraadt@ | |||
2004-08-30 | Remove 'usb_'realloc() usage because it doesn't know the size of the old | Dale Rahn | |
buffer, thus may copy too much, causing a memory fault. ok millert, dlg, henning, tdeval, otto | |||
2004-08-30 | Forgot one MLINK; spotted by Dale. | Miod Vallat | |
2004-08-29 | Add Adaptec 2120S. ok deraadt@ mickey@ | Marco Peereboom | |
Found and tested by Alexei E. Suslikov <cruel at texnika.com.ua> | |||
2004-08-29 | add a few more systems and do not dupe distrib/notes in intro | Michael Shalayeff | |
2004-08-29 | list phantomas and xr io | Michael Shalayeff | |
2004-08-29 | oops debugging printf | Michael Shalayeff | |
2004-08-28 | kill .Pp before .Sh; | Jason McIntyre | |
2004-08-28 | kill .Pp before .Ss; | Jason McIntyre | |
2004-08-28 | we don't need this file | Per Fogelstrom | |
2004-08-28 | 1210sa is a fake raid as found by Alexander.Farber@t-online.de | Michael Shalayeff | |
2004-08-28 | don't erroneously close stdin for !reexec case, from Dave Johnson; ok markus@ | Damien Miller | |
2004-08-27 | Add wsmux to support USB keyboards on RAMDISK_CD, which has usb support, | Dale Rahn | |
ok deraadt@ | |||
2004-08-27 | make sure pkg_create keeps track of cwd. | Marc Espie | |
okay naddy, pvalchev, millert. | |||
2004-08-27 | Support USB keyboards on install where USB support is enabled. ok deraadt@ | Dale Rahn | |
2004-08-27 | Add CF_NOSYMS to the flags so we skip symbolic links | Jean-Francois Brousseau | |