Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-04 | switch onto temp stack for exit2(); implementation from netbsd | Michael Shalayeff | |
2002-02-04 | Cleanup mountroot-related definitions. | Miod Vallat | |
2002-02-04 | make hptdump take a space arg and print only entried for that space, all on -1 | Michael Shalayeff | |
2002-02-04 | fix a typo; from Sam Smith <S@mSmith.net> | Michael Shalayeff | |
2002-02-04 | add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1, | Markus Friedl | |
fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@ | |||
2002-02-04 | cross checking of announced vs actual pktype in pubkey/hostbaed auth; ok ↵ | Markus Friedl | |
stevesk@ | |||
2002-02-04 | Add some comments documenting why we use fd_ofiles instead | Artur Grabowski | |
of fd_getfile in some places. Also, get rid of the check for old == new in dupfdopen and document why the semantics of fd_getfile make it unnecessary. | |||
2002-02-04 | Don't ffree the newly allocated file before calling dupfdopen. | Artur Grabowski | |
In some cases that could cause dupfdopen->fd_getfile to access freed memory setting fd_ofiles[fd] to NULL is not a solution because that would cause a race condition. Free the new file after dupfdopen and use closef (because it will be necessary in the future. XXX - consider more cleanup of the code around dupfdopen. | |||
2002-02-04 | unneeded includes | Kevin Steves | |
2002-02-03 | ssh-add also adds $HOME/.ssh/id_rsa and $HOME/.ssh/id_dsa now. | Kevin Steves | |
2002-02-03 | some KeepAlive cleanup/clarify; ok markus@ | Kevin Steves | |
2002-02-03 | more cross checking if announced vs. used key type; ok stevesk@ | Markus Friedl | |
2002-02-03 | generic callbacks are not really used, remove and | Markus Friedl | |
add a callback for msg of type SSH2_MSG_CHANNEL_OPEN_CONFIRMATION ok djm@ | |||
2002-02-03 | remove unused channel_input_channel_request | Markus Friedl | |
2002-02-03 | don't use channel_input_channel_request and callback | Markus Friedl | |
use new server_input_channel_req() instead: server_input_channel_req does generic request parsing on server side session_input_channel_req handles just session specific things now ok djm@ | |||
2002-02-03 | document SLIST_REMOVE; vedge@csoft.org (pr2373) | Jason Wright | |
2002-02-03 | restore hpt size computation, does not break things as i thought | Michael Shalayeff | |
2002-02-03 | map user space uncached, later to be dealt with. | Michael Shalayeff | |
fix {is,clear}_{refe,mod} properly scan the lists, finally. new, rewritten code is to make those things better. make page{zero,copy} better. do debug printfs through a DPRINTF macro. | |||
2002-02-03 | only check for serial console if any compiled | Michael Shalayeff | |
2002-02-03 | defer non-0 units to keep iface order right | Michael Shalayeff | |
2002-02-03 | better space map | Michael Shalayeff | |
2002-02-03 | flush cache on attention | Michael Shalayeff | |
2002-02-03 | fix missing srNs | Michael Shalayeff | |
2002-02-02 | update for newer binutils | Michael Shalayeff | |
2002-02-02 | missing NULL | Michael Shalayeff | |
2002-02-02 | small stupid tyops (mostly from netbsd); some cleanups from me | Michael Shalayeff | |
2002-02-02 | fix 'physmem' usage | Michael Shalayeff | |
2002-02-02 | implement the rest of /dev/mem devices; from netbsd | Michael Shalayeff | |
2002-02-02 | fix some protos | Michael Shalayeff | |
2002-02-02 | Reorganize sys_fcntl to make future changes easier. | Artur Grabowski | |
2002-02-02 | Be more consistent about using fd_getfile where it matters. | Artur Grabowski | |
2002-02-02 | tiny fixens from netbsd | Michael Shalayeff | |
2002-02-01 | machdep.led_blink works on sparc64, too | Jason Wright | |
2002-02-01 | machdep.led_blink | Jason Wright | |
2002-02-01 | minor changes. | Federico G. Schwindt | |
2002-02-01 | Clean up auxio a bit and add machdep.led_blink sysctl (like sparc), | Jason Wright | |
portions from NetBSD. | |||
2002-02-01 | use kenter/kremove in pagemove(), from netbsd | Michael Shalayeff | |
2002-02-01 | Default kernel is bsd around these parts. | Jason Wright | |
2002-02-01 | long arg int format fix, from netbsd | Michael Shalayeff | |
2002-02-01 | clean the hppa leftover, from netbsd | Michael Shalayeff | |
2002-02-01 | getaddrinfo regress | Todd T. Fries | |
2002-02-01 | Only squeeze a short key/value pair onto a page with other complete key/value | Todd C. Miller | |
pairs, not onto a page containing the end of a big pair; mycroft@netbsd.org | |||
2002-02-01 | Return a useful errno value in the overflow case. Also, print a | Todd C. Miller | |
message to stderr in one more case. mycroft@netbsd.org | |||
2002-02-01 | If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause an | Todd C. Miller | |
invariant (actually, an ugly hack) to fail, and all Hell would break loose. When deleting a big key, the offset of an empty page should be bsize, not bsize-1; otherwise an insertion into the empty page will cause the new key to be elongated by 1 byte. Make the packing more dense in a couple of cases. From mycroft@netbsd.org | |||
2002-02-01 | After writing a page out to disk, run the page back through the user's | Todd C. Miller | |
input filter to ensure we don't end up with a cached copy of the page in the wrong byte-order for the host cpu. This fixes a fatal bug which bites when the DB 'lorder' is different to the cpu's, and a cached page is accessed soon after it was flushed to disk. From scw@netbsd.org | |||
2002-02-01 | Fix a condition where the hole would be inserted in the wrong place during a | Todd C. Miller | |
split; mycroft@netbsd.org | |||
2002-02-01 | missing \n | Jason Wright | |
2002-02-01 | Don't MALLOC/FREE with variable size. | Artur Grabowski | |
2002-02-01 | Allocate kqueues with pool. | Artur Grabowski | |
2002-02-01 | Document -v | Artur Grabowski | |