Age | Commit message (Expand) | Author |
2002-01-13 | Better error handling: unmap registers on failure and better checking on | Jason Wright |
2002-01-13 | 108 and 109 should point to stty/sbpp not mtty/mbpp | Jason Wright |
2002-01-13 | add spif | Jason Wright |
2002-01-13 | clean up spif entries and add it to intro | Jason Wright |
2002-01-13 | sync | Jason Wright |
2002-01-13 | Port of my spif driver to sparc64 (untested) | Jason Wright |
2002-01-13 | comment typos | Jason Wright |
2002-01-12 | Don't cast return value from splx to (void) because splx doesn't return anyth... | Artur Grabowski |
2002-01-12 | +magma | Jason Wright |
2002-01-12 | magma man pages (wholly stolen from sparc) | Jason Wright |
2002-01-12 | the 1190 and 1400 register maps aren't the same size don't treat them so | Jason Wright |
2002-01-12 | House cleaning: removing some leftover sparc bits and such | Jason Wright |
2002-01-12 | sync | Jason Wright |
2002-01-12 | Get permissions on magma/spif's correct | Jason Wright |
2002-01-12 | sync | Jason Wright |
2002-01-12 | Add _DEV entry for spif and correct spif to only create 1 bpp and 8 tty | Jason Wright |
2002-01-12 | sync | Jason Wright |
2002-01-12 | add magma and a dnl'd spif entry | Jason Wright |
2002-01-12 | sync | Jason Wright |
2002-01-12 | Fix one magma entry, remove another, and add spif. | Jason Wright |
2002-01-12 | Port of Iain Hibbert's magma driver to sparc64 | Jason Wright |
2002-01-12 | fix old new year, 14th not 15th | Michael Shalayeff |
2002-01-12 | Not used. | Miod Vallat |
2002-01-12 | If the user passes in "" as the string to resolve the lstat() will | Todd C. Miller |
2002-01-12 | o Don't use register except in conjunction with assembler | Todd C. Miller |
2002-01-12 | xr to dig. | Marc Espie |
2002-01-12 | Xr intro 4 intead of special 8. | Jason Wright |
2002-01-12 | undo local change | Markus Friedl |
2002-01-12 | Don't try UDMA modes if they aren't supported by the controller | Jason Wright |
2002-01-12 | - Only apply fastroute and route-to if we are going in the same | jasoni |
2002-01-12 | document net.inet.icmp.redir{accept,timeout} | Eric Jackson |
2002-01-12 | Make sure the daemon() call is harmless to file descriptors. | Miod Vallat |
2002-01-12 | document net.inet.icmp.redir{accept,timeout} | Eric Jackson |
2002-01-12 | add rediraccept and redirtimeout sysctl's. | Eric Jackson |
2002-01-11 | use snprintf; mouring@ | Markus Friedl |
2002-01-11 | use snprintf; mouring@ | Markus Friedl |
2002-01-11 | use _PATH_TTY | Markus Friedl |
2002-01-11 | use bsearch() for keywords lookup, swap couple of entries to make the keyword... | Michael Shalayeff |
2002-01-11 | Reorganize a little, pull in instructions on certifcate generation | Todd C. Miller |
2002-01-11 | Get all of the bit definitions from ad1848reg, apcdmareg, and cs4231reg | Jason Wright |
2002-01-11 | use strlcpy not strlcat; mouring@ | Markus Friedl |
2002-01-11 | pad the pf_state_{host,peer} to a 32bit quantity; dhartmei@ frantzen@ ok | Michael Shalayeff |
2002-01-11 | enable/disable IEN in cs4231 pin control register | Jason Wright |
2002-01-11 | Roughly same diff as sparc, better interrupt handling: | Jason Wright |
2002-01-11 | Oops, that's -disable- interrupt enable in cs4231_close()... | Jason Wright |
2002-01-11 | Remove last nights interrupt handling hack and do it right: | Jason Wright |
2002-01-11 | a single dispatch_protocol_error() that sends a message of type 'UNIMPLEMENTED' | Markus Friedl |
2002-01-11 | add defines for msg type ranges | Markus Friedl |
2002-01-11 | handle received SSH2_MSG_UNIMPLEMENTED messages; ok djm@ | Markus Friedl |
2002-01-11 | typo | Jun-ichiro itojun Hagino |