Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-22 | Reset pcb_onfault to NULL before invoking uvm_fault(). | Miod Vallat | |
2004-07-22 | Remove redundant or useless section modifiers. | Miod Vallat | |
2004-07-22 | Do not use db_printf() to trace data access exceptions. | Miod Vallat | |
2004-07-22 | use full path to netgroup file in SYNOPSIS | Jared Yanovich | |
mention /etc/netgroup in FILES ok jmc | |||
2004-07-22 | Fix incorrect snprintf return value check noticed by Jarno Huuskonen. | Todd C. Miller | |
Also make a utime() failure non-fatal since the important thing is the poke on the socket now. | |||
2004-07-22 | Remove some register keywords to make this compile on amd64. | Artur Grabowski | |
2004-07-22 | Change a printf+Debugger pair into a panic. | Artur Grabowski | |
Debugger calls in the middle of the code are evil because they don't respect the ddb.panic sysctl and might leave critical machines hung instead of quickly rebooting them. requested by tedu@ | |||
2004-07-22 | SIMPLELOCK -> mutex for the lock around deadproc list. | Artur Grabowski | |
Also move the whole deadproc infrastructure to kern_exit, it's only used there. miod@ ok | |||
2004-07-22 | Spell reserved correctly; ok from copyright holders when in licence blocks. | Miod Vallat | |
2004-07-22 | Fix a typo and get good results in the process, fixes PR 3830 and passes | Miod Vallat | |
Perl's regression test; ok art@ | |||
2004-07-22 | Use mutex instead of SIMPLELOCK for locking the tlb shootdown queues | Artur Grabowski | |
and related structures. tedu@ ok | |||
2004-07-22 | mutex instead of SIMPLELOCK for mp ddb. | Artur Grabowski | |
"reads good" niklas@ "looks good" andreas@ "works" tedu@ | |||
2004-07-22 | fix cases when m_dup1() returned mbuf chain (instead of single mbuf). | Jun-ichiro itojun Hagino | |
yamt@netbsd | |||
2004-07-22 | Do not overallocate stack space, and keep the stack on a 16-byte boundary. | Miod Vallat | |
2004-07-22 | remove p arg from fdplock | Ted Unangst | |
2004-07-22 | remove p arg from fdplock | Ted Unangst | |
2004-07-22 | remove an unused var | David Gwynne | |
ok krw@ | |||
2004-07-22 | stage 1 of the infinite minibuffer work - add support for on the fly | Vincent Labrecque | |
buffer reallocation in veread(). This commit only changes the API. All the buffers have exactly the same bounds as before for now. tested by a couple of my very helpful testers! | |||
2004-07-22 | Fix access to direct mapped memory through /dev/kmem. | Artur Grabowski | |
2004-07-21 | remove hppa workarounds; from jkunz@ pr3861 | Michael Shalayeff | |
2004-07-21 | swapped byte swapping in raw vs non-raw funcs and missed swapping in rw8; ↵ | Michael Shalayeff | |
from jkunz@ pr3861 | |||
2004-07-21 | Fix conversion of interrupt frame to trap frame. | Mark Kettenis | |
ok deraadt@, niklas@ | |||
2004-07-21 | kqueue support for NFS, adapted from netbsd. | marius eriksen | |
ok art@ pedro@, "get it in" deraadt@ | |||
2004-07-21 | Use fseeko, not fseek when offset is an off_t; Fabio Olive Leite | Todd C. Miller | |
2004-07-21 | typo in comment; Fabio Olive Leite | Todd C. Miller | |
2004-07-21 | In pipe_read, when the pipelock fails (most likely because we catch a | Artur Grabowski | |
signal), don't jump to unlocked_error: and do things that we don't need to do (including messing up the internal state of the pipe). Just return. ok niklas@ miod@ | |||
2004-07-21 | regen | Michael Shalayeff | |
2004-07-21 | spacing | Theo de Raadt | |
2004-07-21 | use cdce_ prefix on crc32 function and table name to avoid conflicts, | Daniel Hartmeier | |
suggested by mickey | |||
2004-07-21 | In builtin_saveregs(), try to save registers with double store instructions, | Miod Vallat | |
knowing that the area we are using is correctly aligned. Produces smaller and faster code (about 0.8% time decrease in a complete build, which amounts to roughly 15 minutes). | |||
2004-07-21 | use \- for number ranges | Jared Yanovich | |
document new timeslot command ok alex jmc | |||
2004-07-21 | slight fixes: | Jared Yanovich | |
- use .Va for rc.conf* variables - use .Ic for internal commands in configuration files - e.g. -> For example - other small mdoc fixes ok jmc | |||
2004-07-21 | the argument to most "cd" shell built-ins is optional, so | Jared Yanovich | |
reflect it in SYNOPSIS ok jmc | |||
2004-07-21 | I was wrong. The assymetry created by the proc argument to rw_enter_write | Artur Grabowski | |
is horrible and doesn't add anything. Remove it. XXX - the fdplock macro will need a separate cleanup. niklas@ markus@ ok | |||
2004-07-21 | bz#902: cache remote port so we don't fatal() in auth_log when remote | Damien Miller | |
connection goes away quickly. from peak AT argo.troja.mff.cuni.cz; ok markus@ | |||
2004-07-21 | fix function declaration | Damien Miller | |
2004-07-21 | bz#899: Don't display invalid usernames in setproctitle | Damien Miller | |
from peak AT argo.troja.mff.cuni.cz; ok markus@ | |||
2004-07-21 | no multiple free(); "John L. Scarfone" <j0@cox.net> | Henning Brauer | |
2004-07-21 | tidy up EXAMPLES somewhat; | Jason McIntyre | |
2004-07-21 | typo from netbsd (-r 1.10); | Jason McIntyre | |
2004-07-21 | s/Illegal user/Invalid user/; many requests; ok djm, millert, niklas, miod, ... | Markus Friedl | |
2004-07-21 | update the netbsd license and tags | David Gwynne | |
ok krw@ | |||
2004-07-21 | add crc32(), ether_crc32_[b|l]e() doesn't work here. should make it work | Daniel Hartmeier | |
with Zaurus. | |||
2004-07-21 | from netbsd, umass.c 1.103 | David Gwynne | |
Mostly stylistic change, making comments and printf()s similar between BBB and CBI. ok krw@ | |||
2004-07-21 | from netbsd, umass.c 1.105 | David Gwynne | |
do less work if we hit an error ok krw@ | |||
2004-07-21 | from netbsd, umass.c 1.112 | David Gwynne | |
Fix a printf() error. ok krw@ | |||
2004-07-21 | from netbsd, umass.c 1.116 | David Gwynne | |
When starting a bulk-only transfer, punt early if the device is going away. ok krw@ | |||
2004-07-21 | from netbsd, umass.c 1.104 | David Gwynne | |
Do the quirk initialization earlier. ok krw@ | |||
2004-07-21 | from netbsd, umass.c 1.101 | David Gwynne | |
On a Bulk-In data stall, make sure we copy back the data received, per the spec. This is the real problem behind FORCE_SHORT_INQUIRY. ok krw@ | |||
2004-07-21 | from netbsd, umass.c 1.100 1.113 1.115, umass_scsipi.c 1.11, umassvar.h 1.21 | David Gwynne | |
log message for umass 1.98, umass_scsipi.c 1.11, umassvar.h 1.21: Fix several problems with CCI handling, and enable it: * We were never calling the callback function when we got a UFI CCI(!). * We were passing a bogus residual count on non-UFI CCIs. * After a REQUEST SENSE, the UFI CCI may include the ASC/ASCQ from the sense information -- don't consider this a failure. In addition, remove a horrible hack that was causing us to drop sense information on the floor and return empty INQUIRY responses, often in the case where there is a UNIT ATTENTION pending during the INQUIRY. (Some drives send the data and then fail, some don't.) log message for umass.c 1.113: Do not return STATUS_WIRE_FAILED in response to a CBI stall. This is perfectly normal, and is used to report errors. Instead, use STATUS_CMD_FAILED, which causes us to do a REQUEST SENSE. Should address PR 22960. log message for umass.c 1.115: Do not do a CBI reset before returning STATUS_CMD_FAILED. This causes any sense information to be thrown away, and is therefore nonsensical. ok krw@ |