Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-06 | Use ${CC} to link ld.so, so that it will grok whatever you throw at | Marc Espie | |
it in COPTS/DEBUG. | |||
2001-09-06 | install relative symlinks, not absolute | Michael Shalayeff | |
2001-09-06 | add test for binat | jasoni | |
2001-09-06 | compile with native userland | Jason Wright | |
2001-09-06 | Remove useless "\n%s" from the attach routine to match OpenBSD attach norms. | Todd C. Miller | |
naddy@ OK | |||
2001-09-06 | 1:1 bidrectional NAT (binat); ok dhartmei@ and frantzen@ | jasoni | |
2001-09-06 | Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should | Mike Pechkin | |
be a single digit. Powered by mantoya@. millert@ ok. | |||
2001-09-06 | sync up to NetBSD; reviewed by csapuntz@ | Christian Weisgerber | |
- better support for more chip revisions - split register definitions into separate header file - KNF | |||
2001-09-06 | o) fix bogus .St usage; | Mike Pechkin | |
millert@ ok | |||
2001-09-06 | bye bye sleeper | Theo de Raadt | |
2001-09-06 | define BUS_DMA_RAW | Artur Grabowski | |
2001-09-06 | o) __progname aria; | Mike Pechkin | |
millert@ ok. | |||
2001-09-06 | COMPAT_NETBSD and glue for com at ebus | Artur Grabowski | |
2001-09-06 | Some glue for COMPAT_NETBSD | Artur Grabowski | |
2001-09-06 | double word. | Jan-Uwe Finck | |
2001-09-06 | It is silly to reference the Tahoe architecture. | Todd C. Miller | |
2001-09-06 | Rewrite interrupt handler a bit... ack interrupts sooner. | Jason Wright | |
2001-09-06 | oh this is horrible | Theo de Raadt | |
2001-09-06 | missing machine/ieee.h from NetBSD | Todd C. Miller | |
2001-09-05 | sync | Artur Grabowski | |
2001-09-05 | Add some necessary MSG_COMPAT. | Artur Grabowski | |
Fix some mode_t vs. netbsd_mode_t (more needed) add issetugid | |||
2001-09-05 | mode_t in netbsd is not the same as our mode_t | Artur Grabowski | |
2001-09-05 | Will need netbsd_types.h very soon. | Artur Grabowski | |
2001-09-05 | sync | Jason Wright | |
2001-09-05 | explicit alignment, just like on alpha. | Artur Grabowski | |
2001-09-05 | Call do_select() with sigset_t *, not a sigset_t. | Todd C. Miller | |
2001-09-05 | ElanSC520 Host-PCI | Jason Wright | |
2001-09-05 | Support for sparc64. gdb disabled for now. | Artur Grabowski | |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt | |
2001-09-05 | sparc64 uses new binutils. | Artur Grabowski | |
2001-09-05 | Don't build libstdc++ on sparc64. | Artur Grabowski | |
2001-09-05 | OF magic. From NetBSD. | Artur Grabowski | |
2001-09-05 | fix pci_intr_map so that it uses the new interface | Nathan Binkert | |
2001-09-05 | add lge | Nathan Binkert | |
2001-09-05 | Unbreak trace command on macppc, ddb passes -1 for count to | Dale Rahn | |
db_stack_trace_cmd() as "all entries", however db_expr_t is a signed variable. | |||
2001-09-05 | -Make ftp-proxy drop privs to user "proxy" by default. | Bob Beck | |
*WARNING* this means that it will die when it can't find user proxy if you are not running with a passwd database generated from current - Speling cleanup and missing va_end() noticed by <d.doroshenko@omnitel.net> - fix logging of getpwnam|getgrnam failures. | |||
2001-09-05 | Fix SYNOPSIS | Nathan Binkert | |
2001-09-05 | Fix HISTORY | Nathan Binkert | |
2001-09-05 | use select() better | Theo de Raadt | |
2001-09-05 | Pick up a bugfix from FreeBSD: In wx_hw_stop, a bogus additional write | mjacob | |
to WXREG_IMASK enabled *all* interrupt causes while we were trying to *disable* them all. Oops. | |||
2001-09-05 | use %ll instead of %q | Theo de Raadt | |
2001-09-05 | Handle uh_sum == 0x0000 correctly. Before, UDP packet checksums were | Daniel Hartmeier | |
broken by NAT/RDR when unset by the sender. Fixes ntpdate behind NAT. | |||
2001-09-05 | Add proxy user | Bob Beck | |
2001-09-05 | Add SIGPIPE to the list of signals we catch and unlock/exit on. | Todd C. Miller | |
2001-09-05 | add kerberosV/ directories. However, kerberos(1) is kerb4-specific | lebel | |
and it should be fixed. millert@ agreed. | |||
2001-09-05 | use dmamem/dmamap for allocating dmaable memory, since malloc | Michael Shalayeff | |
can produce physically non-contiguous memory space, and thus trash the innocent pages. also make use of pci_mapreg_map and other `usefull' stuff (; import a reliability kludge from netbsd, the one to mark all buffers GMAC_OWN after rint is done. drahn@ ok | |||
2001-09-05 | oops | Jakob Schlyter | |
2001-09-05 | grammar; PR#2048 | Jakob Schlyter | |
2001-09-05 | make debug libs build again | Michael Shalayeff | |
2001-09-05 | Improve debugger usability on macppc, do backtrace accesses | Dale Rahn | |
with setfault, to prevent double fault conditions. Add hex address on symbol translation. respect count field for db_stack_trace_cmd(). |