Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-13 | spelling; dlg | Theo de Raadt | |
2004-07-13 | regen after stat/mode_t/nlink_t changes | Todd C. Miller | |
2004-07-13 | Change mode_t and nlink_t from 16bit to 32bit. This allows us to | Todd C. Miller | |
use mode_t in syscalls.master and to use mode_t in more places in the kernel. It also makes lint much more useful on kernel code. I've also added a placeholder for st_birthtime to make a UFS2 import easier at some future date. Requested by and OK deraadt@ | |||
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
2004-07-13 | Don't assert that P_INMEM is set in p_flag. The assert is only almost | Artur Grabowski | |
correct because P_INMEM is for various reasons removed before cpu_swapout is called and cpu_swapout in turn calls npxsave_proc. deraadt@ ok | |||
2004-07-13 | more coherent intrs counting | Michael Shalayeff | |
2004-07-13 | count soft ints | Michael Shalayeff | |
2004-07-13 | #define __HAVE_PMAP_DIRECT and use it. requested by art | Ted Unangst | |
2004-07-13 | Remove compiler options workarounds for savectx breakage. | Miod Vallat | |
2004-07-13 | Do not trash r14 by mistake in __savectx. | Miod Vallat | |
2004-07-13 | regen | Michael Shalayeff | |
2004-07-13 | +madvise,msync,mlock,munlock,mlockall,munlockall | Michael Shalayeff | |
2004-07-13 | regen | Michael Shalayeff | |
2004-07-13 | +getdomainname | Michael Shalayeff | |
2004-07-13 | Replace _DEV_IC_MPT_NETBSD_H_ with _DEV_IC_MPT_OPENBSD_H_ | Marco Peereboom | |
2004-07-12 | Add detection of IM/IS/IME support in mpt_attach(). This is in preparation ↵ | Marco Peereboom | |
to add RAID support. | |||
2004-07-12 | typo, thise -> these | Brad Smith | |
2004-07-12 | rearrange config-time printfs | Theo de Raadt | |
2004-07-12 | merge error; loki | Theo de Raadt | |
2004-07-12 | sync | Peter Valchev | |
2004-07-12 | Creative Voip Blaster | Peter Valchev | |
2004-07-12 | remove PF_FORWARD (which was introduced by ipv6 reass-on-scrub). | Jun-ichiro itojun Hagino | |
daniel found it. | |||
2004-07-11 | save an (eventually existent) namei process context when going over | Pedro Martelletto | |
symbolic links. fixes pr 3842, ok tedu@, art@ | |||
2004-07-11 | backout IPv6 reass-on-scrub patch (more work needs to be done). | Jun-ichiro itojun Hagino | |
requested by deraadt | |||
2004-07-11 | Create the group when adding a dynamic interface that's not yet plugged in. | Ryan Thomas McBride | |
ok henning@ | |||
2004-07-11 | special case of a non-CDC_AT device tha belongs here; from freebsd | Theo de Raadt | |
2004-07-11 | sync | Theo de Raadt | |
2004-07-11 | Kyocera product | Theo de Raadt | |
2004-07-11 | Fix ldmxcsr asm macro. | Mark Kettenis | |
ok deraadt@ | |||
2004-07-11 | sync | Theo de Raadt | |
2004-07-11 | shrink | Theo de Raadt | |
2004-07-11 | sync | Theo de Raadt | |
2004-07-11 | 4 more aue(4) devices | Theo de Raadt | |
2004-07-11 | sync | Theo de Raadt | |
2004-07-11 | support two more suntac products; from freebsd | Theo de Raadt | |
2004-07-11 | sync | Theo de Raadt | |
2004-07-11 | simplify | Theo de Raadt | |
2004-07-11 | from freebsd via netbsd via loki | Theo de Raadt | |
The MCT advertises both the interrupt and bulkin endpoints as interrupts. Go from assuming that the first enumerated interrupt is the bulkin (since this may not be the case) to assuming that the true interrupt endpoint will have a 0x2 wMaxPacketSize. | |||
2004-07-11 | sync | Theo de Raadt | |
2004-07-11 | support 4 more uftdi ports (3 from freebsd, 1 from netbsd) | Theo de Raadt | |
2004-07-11 | sync | Theo de Raadt | |
2004-07-11 | new | Theo de Raadt | |
2004-07-11 | from netbsd via loki@animata.net, revision 1.68 | Theo de Raadt | |
Ignore a port error that happens to come in at the same time as a connect status change. Some root hubs seem to report both. | |||
2004-07-11 | from netbsd via loki@animata.net | Theo de Raadt | |
uhub.c revision 1.65, ohci.c revision 1.146, uhci.c revision 1.177 Use the correct wValue to get hub desriptors. Also, make wValue checks of root hub codes less strict. | |||
2004-07-11 | sync | Theo de Raadt | |
2004-07-11 | viewsonic; from loki@animata.net | Theo de Raadt | |
2004-07-11 | typedef hpux_stack_t kinda like stack_t | Michael Shalayeff | |
2004-07-11 | add sf. ok deraadt@ | Ted Unangst | |
2004-07-11 | get rid of [u]longs in hpux_stat that are really [u]ints and define stat64 ↵ | Michael Shalayeff | |
struct w/ [u]quad ino_t time_t and off_t; millert@ ok | |||
2004-07-11 | move struct hpux_sigaltstack out into .h file as i just figured out it is ↵ | Michael Shalayeff | |
needed elsewhere too |