summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-09Protect the whole sys_fnctl with one big FREF/FRELE pair.Artur Grabowski
2002-02-08com freq is 7372800, which "normal" * 4 and is discovered byMichael Shalayeff
Enrik Berkhan <Enrik.Berkhan@planb.de> .
2002-02-08regenMichael Shalayeff
2002-02-08a couple more hp prodsMichael Shalayeff
2002-02-08add syscall and __syscallArtur Grabowski
2002-02-08same as the test for syscall(2), but for __syscall(2)Artur Grabowski
2002-02-08simple test for syscall(2)Artur Grabowski
2002-02-08more gosmacsTheo de Raadt
2002-02-08A mosquito escaped, sorry.Miod Vallat
2002-02-08pwritevArtur Grabowski
2002-02-08test pwritevArtur Grabowski
2002-02-08pwriteArtur Grabowski
2002-02-08test pwriteArtur Grabowski
2002-02-08syncTodd T. Fries
2002-02-08Teach some magic to the kernel so that it can decode serial console settings.Miod Vallat
mickey@ said "commitski".
2002-02-08prepare for invasion, sparc64 gets major number fix wrt tty[a-d]Todd T. Fries
order a few places provide '[ "$DEBUG" ] && set -x' inside R() for debugging help ..
2002-02-08Add exit.Artur Grabowski
2002-02-08Ok, I'm sick, but I just had to do this.Artur Grabowski
2002-02-08No automatic in-tree modification. my bad!Todd T. Fries
2002-02-08.Nm packet tags -> .Nm mbuf_tagsAngelos D. Keromytis
2002-02-08new grep, smaller, makes for better floppies, i hope?Theo de Raadt
2002-02-08preadvArtur Grabowski
2002-02-08Guess what? Trivial test for preadv.Artur Grabowski
2002-02-08Require a FREFd file in dofilewrite{,v}.Artur Grabowski
2002-02-08syncTodd T. Fries
2002-02-08require a FREFd fp in dofilereadv. Fix some comments.Artur Grabowski
2002-02-08floppy) st0 tty00 tty01 .. bye!Todd T. Fries
2002-02-08Opps. unbreak.Artur Grabowski
2002-02-08preadArtur Grabowski
2002-02-08Better tx interrupt handling; don't call bestart() from betint() unlessJason Wright
we're OACTIVE and cleared at least one slot
2002-02-08Simple test for pread.Artur Grabowski
2002-02-08since we're checking, avoid an unnecessary writeJason Wright
2002-02-08simplify sys_pread a bit.Artur Grabowski
2002-02-08Better IFF_OACTIVE handling; don't bother calling qestart() unlessJason Wright
we were IFF_OACTIVE and we freed at least one slot.
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
present on the 'old' descriptor. It's not really necessary because we can easily find it with 'fp = p->p_fd->fd_ofiles[old];', but this allows us to require that the fp is FREFed without violating all rules of good taste and all callers have to do fd_getfile on it anyway (to detect larval and closing files. FREF the fp in all callers.
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 ↵Artur Grabowski
someone screws up in the kernel).
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
palette so that it can be restored correctly.
2002-02-08required piece to compile the libMichael Shalayeff
2002-02-08fix typo, and put back stack frame opsMichael Shalayeff