summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-09-06oh this is horribleTheo de Raadt
2001-09-06missing machine/ieee.h from NetBSDTodd C. Miller
2001-09-05syncArtur Grabowski
2001-09-05Add some necessary MSG_COMPAT.Artur Grabowski
Fix some mode_t vs. netbsd_mode_t (more needed) add issetugid
2001-09-05mode_t in netbsd is not the same as our mode_tArtur Grabowski
2001-09-05Will need netbsd_types.h very soon.Artur Grabowski
2001-09-05syncJason Wright
2001-09-05explicit alignment, just like on alpha.Artur Grabowski
2001-09-05Call do_select() with sigset_t *, not a sigset_t.Todd C. Miller
2001-09-05ElanSC520 Host-PCIJason Wright
2001-09-05Support for sparc64. gdb disabled for now.Artur Grabowski
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-09-05sparc64 uses new binutils.Artur Grabowski
2001-09-05Don't build libstdc++ on sparc64.Artur Grabowski
2001-09-05OF magic. From NetBSD.Artur Grabowski
2001-09-05fix pci_intr_map so that it uses the new interfaceNathan Binkert
2001-09-05add lgeNathan Binkert
2001-09-05Unbreak trace command on macppc, ddb passes -1 for count toDale 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-05Fix SYNOPSISNathan Binkert
2001-09-05Fix HISTORYNathan Binkert
2001-09-05use select() betterTheo de Raadt
2001-09-05Pick up a bugfix from FreeBSD: In wx_hw_stop, a bogus additional writemjacob
to WXREG_IMASK enabled *all* interrupt causes while we were trying to *disable* them all. Oops.
2001-09-05use %ll instead of %qTheo de Raadt
2001-09-05Handle uh_sum == 0x0000 correctly. Before, UDP packet checksums wereDaniel Hartmeier
broken by NAT/RDR when unset by the sender. Fixes ntpdate behind NAT.
2001-09-05Add proxy userBob Beck
2001-09-05Add SIGPIPE to the list of signals we catch and unlock/exit on.Todd C. Miller
2001-09-05add kerberosV/ directories. However, kerberos(1) is kerb4-specificlebel
and it should be fixed. millert@ agreed.
2001-09-05use dmamem/dmamap for allocating dmaable memory, since mallocMichael 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-05oopsJakob Schlyter
2001-09-05grammar; PR#2048Jakob Schlyter
2001-09-05make debug libs build againMichael Shalayeff
2001-09-05Improve debugger usability on macppc, do backtrace accessesDale Rahn
with setfault, to prevent double fault conditions. Add hex address on symbol translation. respect count field for db_stack_trace_cmd().
2001-09-05kvm space is limited by by pmap_virtual_space, Do not play with theDale Rahn
kvm min and max addresses.
2001-09-05'Think cache and context switches .. art@' .. 34% reduction in runtime!Todd T. Fries
2001-09-05allow eo=echo to generate a full script, even for linked audio device namesTodd T. Fries
2001-09-05shrink w/out un-necessary newlinesTodd T. Fries
2001-09-05thanks brad@ for reminding me there were three parts to his patch; audioTodd T. Fries
devices now generated properly
2001-09-05remove un-needed evalTodd T. Fries
2001-09-05pf0 -> pfTodd T. Fries
mcd0 & speaker -> crept in, not on sparc64! if [ "$os" = "SunOS" ]; then .. output script runnable on SunOS
2001-09-05s/pf_natlook/pfioc_natlook (ioctl parameter struct)Daniel Hartmeier
2001-09-05Begin to document ioctl interface.Daniel Hartmeier
2001-09-05make this at least minimally reasonableTheo de Raadt
2001-09-05syncTheo de Raadt
2001-09-05Stereo jitter suppressor.Marc Espie
Idea from FreeBSD. This code was not put in initially because I had no problematic card to test. Thanks to Chris Kuethe <ckuethe@pyxis.cns.ualberta.ca> for having such a card and testing this code.
2001-09-05remove work-around for _GLOBAL_OFFSET_TABLE_, now that the last piecesMarc Espie
have been converted to __GLOBAL_OFFSET_TABLE_.
2001-09-05Use __GLOBAL_OFFSET_TABLE_ consistently.Marc Espie
2001-09-05select correctly, and on the right file descriptors too!Theo de Raadt
2001-09-05avoid first person in manual pagesTheo de Raadt
2001-09-05add ich3Niels Provos