summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-02-08Better IFF_OACTIVE handling; don't bother calling qestart() unlessJason Wright
2002-02-08simplify qec_put a bitJason Wright
2002-02-08dup2_selfArtur Grabowski
2002-02-08Test an obscure case of dup2 behavior.Artur Grabowski
2002-02-08Document that close-on-exec is not touched in dup2 when oldd == newd.Artur Grabowski
2002-02-08Add a comment about an obscure behavior in dup2(2).Artur Grabowski
2002-02-08Add a slightly redundant arg to finishdup that's the struct file *Artur Grabowski
2002-02-08syncTheo de Raadt
2002-02-08do not rely on u_int being availabelMichael Shalayeff
2002-02-08Add fcntl_dup.Artur Grabowski
2002-02-08Try to confuse /dev/fd (might crash the kernel on other systems or if someone...Artur Grabowski
2002-02-08Check that we get the right errno.Artur Grabowski
2002-02-08Simple test for fcntl(F_DUPFD).Artur Grabowski
2002-02-08public domain this file.Artur Grabowski
2002-02-08vagfb_setcolor() needs to enter entries into the software copy of theJason Wright
2002-02-08required piece to compile the libMichael Shalayeff
2002-02-08fix typo, and put back stack frame opsMichael Shalayeff
2002-02-08No more need for ffree. Since it's hard to use it safely, remove it.Artur Grabowski
2002-02-08- Rename FILE_{,UN}USE to FREF and FRELE. USE is a bad verb and we don't haveArtur Grabowski
2002-02-08There are NFS servers where it's possible to modify a symbolic link. Remove a...Constantine Sapuntzakis
2002-02-08Partial sync with FreeBSD, mostly bugfixes from Luigi Rizzo (ok jason@)Chris Cappuccio
2002-02-08fix example usage of SUBPACKAGE.Brad Smith
2002-02-08do not set any bits in pmap_enter, let the handlers take care of it;Michael Shalayeff
2002-02-08when doing the autoconf in verbose mode print the devpathMichael Shalayeff
2002-02-08fix some japanese...Theo de Raadt
2002-02-08more docs...Theo de Raadt
2002-02-08syncTheo de Raadt
2002-02-08Remove some commented out FILE_UNUSE (incorrect)Artur Grabowski
2002-02-07bridge_output() needs a forcibly aligned copy just like bridge_broadcast()Jason Wright
2002-02-07Quiet down an annoying message in altq_etherclassify.Artur Grabowski
2002-02-07add cbq.ssh_tosArtur Grabowski
2002-02-07Install altq config samples.Artur Grabowski
2002-02-07Add a directory for altq config examples.Artur Grabowski
2002-02-07device -> decide; fixes PR#2382.Aaron Campbell
2002-02-07reverse condition in the sp botchness check, we need to nullifyMichael Shalayeff
2002-02-07fix copyright; chris@Jason Wright
2002-02-07Do a more complete initialization if the prom didn't do it for us.Jason Wright
2002-02-07remove debugging printfMichael Shalayeff
2002-02-07syncMichael Shalayeff
2002-02-07additional condition on reverse copy; from fredette@Michael Shalayeff
2002-02-07fix typo, ok art@Peter Stromberg
2002-02-07remove bogus commentsMarkus Friedl
2002-02-07X11 is available for sparc64 now, and add RCSID.Miod Vallat
2002-02-07Update.Miod Vallat
2002-02-07I want my vacation to be case nonsensitive in readheaders().Mike Pechkin
2002-02-07fix sigdebug cases; init sigcontext before it's used (;Michael Shalayeff
2002-02-07fix pid calculation and pmap_extract; from fredette@Michael Shalayeff
2002-02-07fix irq passing on matchMichael Shalayeff
2002-02-07import some register defns from sparcJason Wright
2002-02-07use bus_space_vaddrJason Wright