Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-19 | Only try to run pflogd if pflog0 exists; from mpech@ | Todd C. Miller | |
OK deraadt@ and fgsch@ | |||
2005-01-19 | Add elf{32,64}_load_phdrs() for loading program headers. | Alexander Yurchenko | |
ok mickey@ | |||
2005-01-19 | typo; | Jason McIntyre | |
2005-01-19 | compare st_dev/st_ino before declaring the cached values valid; ok miod | Jason Wright | |
2005-01-19 | Unbreak cross-tools by providing TARGET_ARCH in include target | Alexander Yurchenko | |
to get right config.status file for binutils and gcc. ok mickey@ | |||
2005-01-19 | more `cvs update' bits; help and ok jmc | Xavier Santolaria | |
2005-01-19 | zap redundant MAKEFLAGS, put common code in a loop, indent. | Marc Espie | |
okay hshoexer. | |||
2005-01-19 | although the description for the `comment' bind was in the page, | Jason McIntyre | |
the bind itself (^[#) was missing; | |||
2005-01-19 | Oops, repair stand/ by putting copies of the old grf/ite include files | Miod Vallat | |
in stand/include until they are cleaned up. | |||
2005-01-19 | clarification; ok beck | Theo de Raadt | |
2005-01-19 | Cleanups, missing licenses and RCS tags. | Uwe Stuehler | |
ok drahn@ | |||
2005-01-19 | add a swap primitive; ok various, will be polished after by tom | Theo de Raadt | |
2005-01-19 | Don't ignore a provided source address, when building an own IP header. | Marco Pfatschbacher | |
This makes the -I option work together with -D, -T and -t. OK deraadt@, hshoexer@, markus@ | |||
2005-01-19 | Have keyboard-interactive code call the drivers even for responses for | Darren Tucker | |
invalid logins. This allows the drivers themselves to decide how to handle them and prevent leaking information where possible. Existing behaviour for bsdauth is maintained by checking authctxt->valid in the bsdauth driver. Note that any third-party kbdint drivers will now need to be able to handle responses for invalid logins. ok markus@ | |||
2005-01-19 | Remove the last of the rampant inline usage. | Jonathan Gray | |
2005-01-19 | destatic functions. | Jonathan Gray | |
2005-01-19 | Report the appropriate wsdisplay types to WSDISPLAYIO_GTYPE. | Miod Vallat | |
2005-01-19 | Use the RF chipset type rather than the hardware version when determining | Jonathan Gray | |
whether to use host or MAC controlled RF I/O. From part of NetBSD rev 1.42 | |||
2005-01-19 | make sure only one set of xfers are set up for any number of opens of the | David Gwynne | |
tty/cua device. | |||
2005-01-19 | sync | Theo de Raadt | |
2005-01-19 | sync | Theo de Raadt | |
2005-01-19 | APM emulation framework and zaurus scoop driver. Not enabled yet. | Uwe Stuehler | |
ok drahn@, deraadt@ | |||
2005-01-18 | Rewriting the lladdr can now be done without using mbuf tags. | Marco Pfatschbacher | |
Advertisements run through the carp interface first. So we just take the address from ifp0. While we're there, also remove carp_macmatch6, which isn't used anymore. Proposed by mcbride@ ok mcbride@, pascoe@ | |||
2005-01-18 | Use correct source address for ICMP errors generated from packets that were | Claudio Jeker | |
not addressed to the machine. If the destination is not a local address do a route lookup for the original source address and use the returned interface address. This solves problems seen on interfaces with multiple networks defined. OK henning@ markus@ | |||
2005-01-18 | Better keys, now uses the wskbdraw.h header files defines. | Dale Rahn | |
2005-01-18 | If there is no match in ifaof_ifpforaddr() return the first match -- main | Claudio Jeker | |
interface address -- and not the last one -- some alias. Also handle point to point networks a bit more special. With some input from markus@ OK markus@ henning@ fgsch@ | |||
2005-01-18 | Better colormap recovery after X11 exits. | Miod Vallat | |
2005-01-18 | Print configured timeslot mask for PDH/TDM interfaces. | Claudio Jeker | |
OK deraadt@ | |||
2005-01-18 | Timeslot mask is no longer shifted when passed form ifconfig to make the | Claudio Jeker | |
ioctl more intuitive. From alex@ Ok deraadt@ | |||
2005-01-18 | Don't shift the timeslot map so that timeslot 1 ends in bit 0. E1 may need | Claudio Jeker | |
to specify timeslot 0 and it is more intuitive. From alex@ Ok deraadt@ | |||
2005-01-18 | user and group _ospfd, with claudio | Henning Brauer | |
2005-01-18 | sync | Theo de Raadt | |
2005-01-18 | Colormap handling for topcat; Xwsfb now runs. | Miod Vallat | |
2005-01-18 | Also call sete{u,g}id() when dropping privs. From mpech@. ok millert@. | Otto Moerbeek | |
2005-01-18 | Enable WSDISPLAY_COMPAT_RAWKBD | Miod Vallat | |
2005-01-18 | WSDISPLAY_COMPAT_RAWKBD support for hilkbd. | Miod Vallat | |
2005-01-18 | X/zkbd is close enough to working. | Dale Rahn | |
2005-01-18 | some cleanup and fix a nasty bug in rawmode. | Dale Rahn | |
2005-01-18 | sync | Dale Rahn | |
2005-01-18 | sync | Dale Rahn | |
2005-01-18 | Add hotplug. | Dale Rahn | |
2005-01-18 | Build hotplug on zaurus, link manpage in zaurus dir. | Dale Rahn | |
2005-01-18 | Add hotplug support. | Dale Rahn | |
2005-01-18 | Add hotplug support. | Dale Rahn | |
2005-01-18 | Clean up pxapcic attachment code, make it closer to easy to split the | Dale Rahn | |
driver. Also attach the slots in reverse order, so that the internal HD on C3000 always is wd0. | |||
2005-01-18 | document `cvs remove' flags; ok jmc | Xavier Santolaria | |
2005-01-18 | Move rm7000.h file from sgi to mips64. | Alexander Yurchenko | |
ok pefo@ miod@ | |||
2005-01-18 | In phys_badaddr() when probe fails, restore the correct PROM bus error | Miod Vallat | |
handle callback (i.e. fix a typo). | |||
2005-01-18 | Correct mmap() bounds check. | Miod Vallat | |
2005-01-18 | sentinel is now implemented in gcc 3.3.5; ok miod@ | David Krause | |