summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-07-21rollback r1.48 since it caused several panics here; brad@ ok.Federico G. Schwindt
2005-07-21- add bus_dmamap_sync()'s; From NetBSDBrad Smith
- use pci_mapreg_map() - remove unnecessary splimp() usage in skc_attach() - make sure to disestablish the interrupt on failure Tested by a few end-users.
2005-07-21need moddi3 tooTheo de Raadt
2005-07-21put libkern after libzTheo de Raadt
2005-07-21grammar;Jason McIntyre
ok deraadt@
2005-07-21syncTheo de Raadt
2005-07-21escape a trailing dot to avoid unwanted double spacing;Jason McIntyre
2005-07-21show questionable files as '? foo' on the server side.Joris Vink
ok xsa@, jfb@
2005-07-21<sys/param.h> is already included in "cvs.h", no need to duplicate;Xavier Santolaria
2005-07-21Correct product names of SMC aue(4) devices.Jonathan Gray
2005-07-21#define CVS_DESCR_FILE_EXT ",t"Xavier Santolaria
ok joris@ jfb@.
2005-07-21ICH7 IDE/SATA support based diff from Marcello Balduccini inJonathan Gray
NetBSD PR 30795. ok grange@
2005-07-21regenJonathan Gray
2005-07-21Additional Intel 6300 and ICH devices found by TAMURA Kent. ok grange@Jonathan Gray
2005-07-21account ipv4 packets with wrong tcp/udp/icmp checksums and udpMarkus Friedl
packets with invalid uh_len; ok dhartmei
2005-07-20not neededTheo de Raadt
2005-07-20add a comment explaining why we set the MAC address as we do.Brad Smith
From FreeBSD
2005-07-20fix setting the MAC address in rl_init() so that "ifconfig lladdr" worksBrad Smith
as expected. From form@ via mpech@
2005-07-20Always do the netisr_dispatch dance, rather than trying to be smart and use aMiod Vallat
three-line #if construct around it, which is wrong since the addition of kernel pppoe and bluetooth code.
2005-07-20No PT_[GS]ETFPREGS on mips.Miod Vallat
2005-07-20typosMiod Vallat
2005-07-20add MLINKS for new(ly documented) functions;Jason McIntyre
2005-07-20sync with zlib.h update (zlib-1.2.3);Jason McIntyre
2005-07-20put -lkern last, since libz needs syms in itTheo de Raadt
2005-07-20add moddi3, needed by new libzTheo de Raadt
2005-07-20need to reset kif->pfik_group to NULL before calling pfi_kif_unref() so it canHenning Brauer
notice that this kif is not referenced and not attached to an interface or a group and actually deletes it. plugs a memleak, PR 4267 is caused by this.
2005-07-20Typo in kern.nchstats sysctl names.Miod Vallat
2005-07-20Print the last two kern.nchstats entries.Miod Vallat
2005-07-20revert one TAILQ_FOREACH conversion from r1.112 which wasMoritz Jodeit
wrong and broke some isakmpd setups. ok hshoexer@
2005-07-20Reintroduce the changes made by tedu in revision 1.50 of ffs_softdep.c,Pedro Martelletto
this time with a small tweak: when flushing the dependencies, don't update the inode twice, but update once, and then, if needed, fsync it. Doing so fixes the inode hangs some people were seeing. Various testing for a while, especially krw@ and millert@, okay deraadt@
2005-07-20syncTheo de Raadt
2005-07-20EFAULT from PT_IO is a good error value too.Artur Grabowski
2005-07-20no need to append strerror(errno) in error msg if we use LP_ERRNO code;Xavier Santolaria
2005-07-20Update to zlib 1.2.3; OK deraadt@Todd C. Miller
2005-07-20run from .OBJDIRTheo de Raadt
2005-07-20support for fifo and character/block devices.Marc Espie
2005-07-20minitar script to test OpenBSD::Ustar, should be able to read/write archivesMarc Espie
fully compatible with the tar Ustar format.
2005-07-20Regress test for PT_READ_{D,I} and PT_IO. (write coming soon).Artur Grabowski
2005-07-20fix local mode; ok joris@.Xavier Santolaria
2005-07-20remove the -M and -N flags to uptime, they do nothing.Jared Yanovich
w(1) is unaffected by this. closes PR#4298 ok millert, deraadt
2005-07-20Remove some more dead code and stale comments.Marco Peereboom
2005-07-20Remove some old NetBSDism for resource shortages. Add proper handling for thisMarco Peereboom
in OpenBSD.
2005-07-20Delete dead code.Marco Peereboom
2005-07-20Skip processor devices when running PPR as per XXX. Ran into a box where theMarco Peereboom
SAFTE device freaked out when a PPR was attempted.
2005-07-20change sc_keyctx from void * to blf_ctx *. there's no point for it to beTed Unangst
void and means we can't correctly use sizeof() on the target. error report from frank denis in pr4290.
2005-07-20remove some unused code.Brad Smith
2005-07-19syncTheo de Raadt
2005-07-19- the self linked hardware rx descriptor list does not work in hostapReyk Floeter
mode, use the normal behaviour with rx overrun interrupts for now. this prevents the hostap from locking under heavy load (like ping -f) and it works more reliable. - run ath_calibrate in splnet() context (from netbsd)
2005-07-19handle short reads/writes. this fixes theMoritz Jodeit
transfer of big SA/SPD snapshots. ok ho@
2005-07-19update to tzcode2005kTodd C. Miller