summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2002-02-05o) Fix memory leak in _auth_checklogin(), auth_approval(), auth_close() andMike Pechkin
2002-02-05get rid of the borrowed habits in intr handlingMichael Shalayeff
2002-02-05redo the spl*() namesMichael Shalayeff
2002-02-05use splraise() when calling handlers; from fredette@Michael Shalayeff
2002-02-05restore CN_REMOTE priority, as it always was there.Michael Shalayeff
2002-02-05do not comprobe() that hoses itMichael Shalayeff
2002-02-05only probe for the cerial if NCOM_GSC, not just any com, fix prontfMichael Shalayeff
2002-02-05Add "-B" option to specify copy buffer length (default 32k); ok markus@Damien Miller
2002-02-04Oops, missed a <sys/map.h> leftover.Miod Vallat
2002-02-04missing LEAF_ENTRY()Michael Shalayeff
2002-02-04leftovers from kern times; from netbsdMichael Shalayeff
2002-02-04Add "-P" option to directly connect to a local sftp-server. Should be usefulDamien Miller
2002-02-04Also, cleanup any external buffers first (paranoid).Angelos D. Keromytis
2002-02-04a couple of extraneous args for printf; from netbsdMichael Shalayeff
2002-02-04use better tty flags namesMichael Shalayeff
2002-02-04Revision 1.37 was borked... This time, fix the casts and address theJason Wright
2002-02-04if we have a monitor port, don't get it, set it.Federico G. Schwindt
2002-02-04more sync for default ssh-add identities; ok markus@Kevin Steves
2002-02-04missing L/UL; from netbsdMichael Shalayeff