summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-02-06implement the setjmp/longjmp family, based on fredette@'s workMichael Shalayeff
2002-02-06prettyJason Wright
2002-02-06non console framebuffers, reset and initialize them correctlyJason Wright
2002-02-06Don't pass long*'s to ioctl's expecting int*'s (part 1 of a 2 part fix forJason Wright
2002-02-06remove dup sab0 devices, ok jason@Marco S Hyman
2002-02-06example configuration that sees the difference between interactive and bulk s...Artur Grabowski
2002-02-06sparc64 needs this tooJason Wright
2002-02-06Oops, add sparc64 everywhereJason Wright
2002-02-06sparc64 needs this nowJason Wright
2002-02-06channel_new never returns NULL, mouring@; ok djm@Markus Friedl
2002-02-06minor KNFMarkus Friedl
2002-02-06sync usage() with manual.Mike Pechkin
2002-02-06correct monitor port matching.Federico G. Schwindt
2002-02-06sort options; ok mpech@, stevesk@Markus Friedl
2002-02-06Fix misspellingHans Insulander
2002-02-06Fix for heimdal-0.4eHans Insulander
2002-02-06Misc. updates for heimdal-0.4eHans Insulander
2002-02-06Merge heimdal-0.4eHans Insulander
2002-02-06Bump majorHans Insulander
2002-02-06Merge heimdal-0.4eHans Insulander
2002-02-06Import of heimdal-0.4eHans Insulander
2002-02-06emulate linux behaviour by passing ioctl's down to the underlying devicejasoni
2002-02-06syncArtur Grabowski
2002-02-06floppy needs rd devices.Artur Grabowski
2002-02-06Update.Miod Vallat
2002-02-06Unbreak - use the right MAKEDEV target.Artur Grabowski
2002-02-06Fix a few typos.Miod Vallat
2002-02-06- sync hardware list with web page.Miod Vallat
2002-02-05Remove dead code, simplify a panic message.Miod Vallat
2002-02-05I wonder how those two were not commited among the "volatile police" twoMiod Vallat
2002-02-05- factorize insane amounts of codeMiod Vallat
2002-02-05Provide a definition for pmap_wired_count.Miod Vallat
2002-02-05Zero-ize ext even if it has a free method defined.Angelos D. Keromytis
2002-02-05Do range check on SO_LINGER, closes pr#2375. art@ okThomas Nordin
2002-02-05panic if a read-only mbuf is given to m_zero() --- from art@openbsd.orgAngelos D. Keromytis
2002-02-05regress has a libexec subdir now.Matthieu Herrb
2002-02-05Fix m_zero() yet again -- yesterday's fix wasn't sufficient.Angelos D. Keromytis
2002-02-05add a regression for test for "elfbug": the bug in ELF ld.soMatthieu Herrb
2002-02-05Get rid of signal race (and handling of SIGWINCH).Artur Grabowski
2002-02-05Allow mmap as a dumb framebuffer (from offset 0).Jason Wright
2002-02-05Allow mapping as a dumb framebuffer (from offset 0)... This allows us toJason Wright
2002-02-05Implement vgafb_mmap() fullyJason Wright
2002-02-05Disable wsmux for nowJason Wright
2002-02-05when retransmitting a segment after FIN has been sent don't set FINNiels Provos
2002-02-05Add rlimit-file.Artur Grabowski
2002-02-05Test for correct enforcement of file rlimits (with a small twist).Artur Grabowski
2002-02-05Add counting of temporary references to a struct file (as opposed to referencesArtur Grabowski
2002-02-05use log interface and remove perror() in child. useKevin Steves
2002-02-05Workaround for VM_MAXUSER_ADDRESS not being page aligned on sparc64.Artur Grabowski
2002-02-05merge channel_request() into channel_request_start()Markus Friedl