Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-09 | Protect the whole sys_fnctl with one big FREF/FRELE pair. | Artur Grabowski | |
2002-02-08 | com freq is 7372800, which "normal" * 4 and is discovered by | Michael Shalayeff | |
Enrik Berkhan <Enrik.Berkhan@planb.de> . | |||
2002-02-08 | regen | Michael Shalayeff | |
2002-02-08 | a couple more hp prods | Michael Shalayeff | |
2002-02-08 | add syscall and __syscall | Artur Grabowski | |
2002-02-08 | same as the test for syscall(2), but for __syscall(2) | Artur Grabowski | |
2002-02-08 | simple test for syscall(2) | Artur Grabowski | |
2002-02-08 | more gosmacs | Theo de Raadt | |
2002-02-08 | A mosquito escaped, sorry. | Miod Vallat | |
2002-02-08 | pwritev | Artur Grabowski | |
2002-02-08 | test pwritev | Artur Grabowski | |
2002-02-08 | pwrite | Artur Grabowski | |
2002-02-08 | test pwrite | Artur Grabowski | |
2002-02-08 | sync | Todd T. Fries | |
2002-02-08 | Teach some magic to the kernel so that it can decode serial console settings. | Miod Vallat | |
mickey@ said "commitski". | |||
2002-02-08 | prepare 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-08 | Add exit. | Artur Grabowski | |
2002-02-08 | Ok, I'm sick, but I just had to do this. | Artur Grabowski | |
2002-02-08 | No automatic in-tree modification. my bad! | Todd T. Fries | |
2002-02-08 | .Nm packet tags -> .Nm mbuf_tags | Angelos D. Keromytis | |
2002-02-08 | new grep, smaller, makes for better floppies, i hope? | Theo de Raadt | |
2002-02-08 | preadv | Artur Grabowski | |
2002-02-08 | Guess what? Trivial test for preadv. | Artur Grabowski | |
2002-02-08 | Require a FREFd file in dofilewrite{,v}. | Artur Grabowski | |
2002-02-08 | sync | Todd T. Fries | |
2002-02-08 | require a FREFd fp in dofilereadv. Fix some comments. | Artur Grabowski | |
2002-02-08 | floppy) st0 tty00 tty01 .. bye! | Todd T. Fries | |
2002-02-08 | Opps. unbreak. | Artur Grabowski | |
2002-02-08 | pread | Artur Grabowski | |
2002-02-08 | Better tx interrupt handling; don't call bestart() from betint() unless | Jason Wright | |
we're OACTIVE and cleared at least one slot | |||
2002-02-08 | Simple test for pread. | Artur Grabowski | |
2002-02-08 | since we're checking, avoid an unnecessary write | Jason Wright | |
2002-02-08 | simplify sys_pread a bit. | Artur Grabowski | |
2002-02-08 | Better IFF_OACTIVE handling; don't bother calling qestart() unless | Jason Wright | |
we were IFF_OACTIVE and we freed at least one slot. | |||
2002-02-08 | simplify qec_put a bit | Jason Wright | |
2002-02-08 | dup2_self | Artur Grabowski | |
2002-02-08 | Test an obscure case of dup2 behavior. | Artur Grabowski | |
2002-02-08 | Document that close-on-exec is not touched in dup2 when oldd == newd. | Artur Grabowski | |
2002-02-08 | Add a comment about an obscure behavior in dup2(2). | Artur Grabowski | |
2002-02-08 | Add 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-08 | sync | Theo de Raadt | |
2002-02-08 | do not rely on u_int being availabel | Michael Shalayeff | |
2002-02-08 | Add fcntl_dup. | Artur Grabowski | |
2002-02-08 | Try to confuse /dev/fd (might crash the kernel on other systems or if ↵ | Artur Grabowski | |
someone screws up in the kernel). | |||
2002-02-08 | Check that we get the right errno. | Artur Grabowski | |
2002-02-08 | Simple test for fcntl(F_DUPFD). | Artur Grabowski | |
2002-02-08 | public domain this file. | Artur Grabowski | |
2002-02-08 | vagfb_setcolor() needs to enter entries into the software copy of the | Jason Wright | |
palette so that it can be restored correctly. | |||
2002-02-08 | required piece to compile the lib | Michael Shalayeff | |
2002-02-08 | fix typo, and put back stack frame ops | Michael Shalayeff | |