Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-06 | Jumbo pack of fixes: | Miod Vallat | |
- do not leak memory when polling; - bring LUN support back - Motorola documentation says LUNs are not supported, but it's a SysV/m88k limitation, not a hardware one. - honour request timeout while polling (instead of using a fixed value) - do not program the scsi command length if the hardware knows it from the scsi command group (as advised in the manual) - various minor fixes, especially better error recovery. tested by nick@ and I; ok deraadt@. | |||
2004-09-06 | Correctly account for the %a5 register in function prologues; fixes | Miod Vallat | |
inter-library function calls where the callee would change the GOT register but not restore it when returning to its caller. Helps immensely libpthread, as well as dynamically-linked X11 clients. Fromm gcc 3; tested by matthieu@, nick@ and todd@; ok deraadt@ | |||
2004-09-06 | - Spelling fix. | Brad Smith | |
- Add mention of the fact that timeouts are silently limited to 24 hours. - Document the fact that kqueue will immediately return and not timeout when nevents is 0. From FreeBSD | |||
2004-09-05 | Use ${OSREV} in path names, rather than hardcoded '3.5'. | Kenneth R Westerback | |
Tested by drahn@. ok drahn@ millert@ henning@ | |||
2004-09-04 | password databases -> group databases; | Jason McIntyre | |
from netbsd -r 1.20; ok millert@ | |||
2004-09-03 | sleep instead of busy waiting on ENOBUFS. reduces cpu time. | Ted Unangst | |
pr3900. ok canacar@ deraadt@ matthieu@ millert@ | |||
2004-09-02 | Fix an occurence of "==" that should be "="; no functional change. | Todd C. Miller | |
2004-09-02 | Document IPL_SCHED. | Alexander Yurchenko | |
ok millert@ | |||
2004-09-02 | minor mdoc fixes | Jared Yanovich | |
consistency in wording fix ioctl listing ok jmc | |||
2004-09-02 | propolice -> ProPolice | Brad Smith | |
Mentioned by: Jonathan Gray <khalek at linuxgamers dot net> | |||
2004-09-02 | propolice -> ProPolice | Brad Smith | |
2004-09-02 | add a few more models that had been recently added to intro | Michael Shalayeff | |
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> |