Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-06 | implement signal delivery; based on fredette@'s work | Michael Shalayeff | |
2002-02-06 | add a todo remark | Michael Shalayeff | |
2002-02-06 | better flushing/purging of removed/changed mappings, hack around the pv/vp ↵ | Michael Shalayeff | |
desync | |||
2002-02-06 | disable trapdebug, better handling of eirr too | Michael Shalayeff | |
2002-02-06 | remove dangling spaces | Michael Shalayeff | |
2002-02-06 | no need to interlock the register, use r0 as output | Michael Shalayeff | |
2002-02-06 | implement the setjmp/longjmp family, based on fredette@'s work | Michael Shalayeff | |
2002-02-06 | pretty | Jason Wright | |
2002-02-06 | non console framebuffers, reset and initialize them correctly | Jason Wright | |
2002-02-06 | Don't pass long*'s to ioctl's expecting int*'s (part 1 of a 2 part fix for | Jason Wright | |
sparc64 dhcpd) | |||
2002-02-06 | remove dup sab0 devices, ok jason@ | Marco S Hyman | |
2002-02-06 | example configuration that sees the difference between interactive and bulk ↵ | Artur Grabowski | |
ssh sessions. | |||
2002-02-06 | sparc64 needs this too | Jason Wright | |
2002-02-06 | Oops, add sparc64 everywhere | Jason Wright | |
2002-02-06 | sparc64 needs this now | Jason Wright | |
2002-02-06 | channel_new never returns NULL, mouring@; ok djm@ | Markus Friedl | |
2002-02-06 | minor KNF | Markus Friedl | |
2002-02-06 | sync usage() with manual. | Mike Pechkin | |
markus@ ok | |||
2002-02-06 | correct monitor port matching. | Federico G. Schwindt | |
2002-02-06 | sort options; ok mpech@, stevesk@ | Markus Friedl | |
2002-02-06 | Fix misspelling | Hans Insulander | |
2002-02-06 | Fix for heimdal-0.4e | Hans Insulander | |
2002-02-06 | Misc. updates for heimdal-0.4e | Hans Insulander | |
2002-02-06 | Merge heimdal-0.4e | Hans Insulander | |
2002-02-06 | Bump major | Hans Insulander | |
2002-02-06 | Merge heimdal-0.4e | Hans Insulander | |
2002-02-06 | Import of heimdal-0.4e | Hans Insulander | |
2002-02-06 | emulate linux behaviour by passing ioctl's down to the underlying device | jasoni | |
> From NetBSD; ok art@ | |||
2002-02-06 | sync | Artur Grabowski | |
2002-02-06 | floppy needs rd devices. | Artur Grabowski | |
2002-02-06 | Update. | Miod Vallat | |
2002-02-06 | Unbreak - use the right MAKEDEV target. | Artur Grabowski | |
2002-02-06 | Fix a few typos. | Miod Vallat | |
2002-02-06 | - sync hardware list with web page. | Miod Vallat | |
- oops, there is ``the single'' floppy again. | |||
2002-02-05 | Remove dead code, simplify a panic message. | Miod Vallat | |
2002-02-05 | I wonder how those two were not commited among the "volatile police" two | Miod Vallat | |
weeks ago. | |||
2002-02-05 | - factorize insane amounts of code | Miod Vallat | |
- do not do some paranoid sanity checks unless #ifdef DIAGNOSTIC - remove some of the less-usefull, most screen-eating debug information - and fix a few typos in the process. This pmap is slowly starting to have a decent looking shape... Really. | |||
2002-02-05 | Provide a definition for pmap_wired_count. | Miod Vallat | |
2002-02-05 | Zero-ize ext even if it has a free method defined. | Angelos D. Keromytis | |
2002-02-05 | Do range check on SO_LINGER, closes pr#2375. art@ ok | Thomas Nordin | |
2002-02-05 | panic if a read-only mbuf is given to m_zero() --- from art@openbsd.org | Angelos D. Keromytis | |
2002-02-05 | regress has a libexec subdir now. | Matthieu Herrb | |
2002-02-05 | Fix m_zero() yet again -- yesterday's fix wasn't sufficient. | Angelos D. Keromytis | |
2002-02-05 | add a regression for test for "elfbug": the bug in ELF ld.so | Matthieu Herrb | |
that cause the 'Unresolved inheritance operation' error message. | |||
2002-02-05 | Get rid of signal race (and handling of SIGWINCH). | Artur Grabowski | |
New code is almost done, but not really tested yet. | |||
2002-02-05 | Allow mmap as a dumb framebuffer (from offset 0). | Jason Wright | |
2002-02-05 | Allow mapping as a dumb framebuffer (from offset 0)... This allows us to | Jason Wright | |
get as far here as with vgafb. | |||
2002-02-05 | Implement vgafb_mmap() fully | Jason Wright | |
From NetBSD: change bus_space_mmap() prototype to standard one | |||
2002-02-05 | Disable wsmux for now | Jason Wright | |
2002-02-05 | when retransmitting a segment after FIN has been sent don't set FIN | Niels Provos | |
unless we are transmitting the last of our data. report from jishac@grc.nasa.gov; pr/2368 |