Age | Commit message (Expand) | Author |
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 |
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 |
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 |
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 |
2002-02-05 | - factorize insane amounts of code | Miod Vallat |
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 |
2002-02-05 | Get rid of signal race (and handling of SIGWINCH). | Artur Grabowski |
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 |
2002-02-05 | Implement vgafb_mmap() fully | Jason Wright |
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 |
2002-02-05 | Add rlimit-file. | Artur Grabowski |
2002-02-05 | Test for correct enforcement of file rlimits (with a small twist). | Artur Grabowski |
2002-02-05 | Add counting of temporary references to a struct file (as opposed to references | Artur Grabowski |
2002-02-05 | use log interface and remove perror() in child. use | Kevin Steves |
2002-02-05 | Workaround for VM_MAXUSER_ADDRESS not being page aligned on sparc64. | Artur Grabowski |
2002-02-05 | merge channel_request() into channel_request_start() | Markus Friedl |
2002-02-05 | o) Fix memory leak in _auth_checklogin(), auth_approval(), auth_close() and | Mike Pechkin |
2002-02-05 | get rid of the borrowed habits in intr handling | Michael Shalayeff |
2002-02-05 | redo the spl*() names | Michael Shalayeff |
2002-02-05 | use splraise() when calling handlers; from fredette@ | Michael Shalayeff |
2002-02-05 | restore CN_REMOTE priority, as it always was there. | Michael Shalayeff |
2002-02-05 | do not comprobe() that hoses it | Michael Shalayeff |
2002-02-05 | only probe for the cerial if NCOM_GSC, not just any com, fix prontf | Michael Shalayeff |
2002-02-05 | Add "-B" option to specify copy buffer length (default 32k); ok markus@ | Damien Miller |
2002-02-04 | Oops, missed a <sys/map.h> leftover. | Miod Vallat |