summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-09grammar;Jason McIntyre
2007-02-09grammar fix from bret lambert;Jason McIntyre
2007-02-09Add a bunch more zyd(4) devicesJonathan Gray
2007-02-09regenJonathan Gray
2007-02-09Add a bunch more zyd(4) devices.Jonathan Gray
2007-02-09if a directory exists in the working dir but not in theXavier Santolaria
repository, mark it as to be skipped so we do not try to lock it on update and miserably fail... OK joris@.
2007-02-09simplify the argument passing (use a pointer to bus_dma_segment_t insteadJason Wright
of separate addr/len pairs).
2007-02-09remove the cvs_file_classify() `loud' argument, it was usedJoris Vink
in the old school days and serves no purpose what so ever now. otto@ mentioned this to me a while ago
2007-02-09strtol(3) -> strtonum(3)Joris Vink
2007-02-09according to the errata, invalid pages shouldn't be used. Always makeJason Wright
sure a page is mapped at every location (a page is already reserved for just this occaision). And no, this doesn't fix it.
2007-02-08Don't clear IFF_OACTIVE in re_txeof() unless there are at least 4 freeMark Kettenis
TX descriptors. Further down the road re_encap() will bail if there aren't at least 4 free TX descriptors, causing re_start() to abort and set IFF_OACTIVE again. From marius@FreeBSD Tested by me, brad@, otto@ and Emilio Parea.
2007-02-08Fix a commentKjell Wooding
2007-02-08comment a functionKjell Wooding
2007-02-08Plug some mem leaks that occur when checking multiple file systems in aOtto Moerbeek
row. ok beck@ pedro@ millert@
2007-02-08Remove __DTF_READALL usage in ld.so's private copy of readdir().Todd C. Miller
2007-02-08g/c __DTF_READALL. It was a flag to the internal __opendir2() butTodd C. Miller
is never set now that the unionfs support has been removed from readdir(). OK pedro@
2007-02-08prevent vnconfig from asking for a key when unconfiguring or listing devices.Alexander von Gernler
even clarify this further by supplying NULL and 0 to action() for -u case ok pedro@, no objections bluhm@
2007-02-08- AH: when computing crypto checksum for output, massage source-routingJun-ichiro itojun Hagino
header. - ipsec_input: fix mistake in IPv6 next-header chasing. - ipsec_output: look for the position to insert AH more carefully. - ip6_output: enable use of AH with extension headers. avoid tunnellinng when source-routing header is present. ok by deraad, naddy, hshoexer
2007-02-08compute pseudo-header checksum based on flnal destination asJun-ichiro itojun Hagino
ip6_dst (i'm bit skeptical about checksumming when the box is not the final destination). drop IPv6 jumbograms, as it could cause various funny symptoms due to ip6_plen being 0 (yup, we should properly handle it instead). ok by deraadt, naddy, hshoexer
2007-02-08carefully check some return values and make lint happier. never passReyk Floeter
any truncated strings (table names/anchors/tags/...) to pf and the kernel. ok pyr@
2007-02-08A corrrup inode might lead to preposterous dir sizes. So check theOtto Moerbeek
size to avoid a negative lastbn which might cause a segv or heap corruption. With help from mickey@; ok mickey@ pedro@ millert@
2007-02-08regen.Marc Balmer
2007-02-08id Quantique and the Quantis USB device (Quantum Random Number Generator)Marc Balmer
2007-02-08carefully check some return values and make lint happy. check forReyk Floeter
truncation before feeding strings into the kernel.
2007-02-08Fix a typo. 'Yes, of course.' espie@Bernd Ahlers
2007-02-08sort the hardware list;Jason McIntyre
2007-02-08commit the correct version of this, which matches recent additions.Jonathan Gray
2007-02-08add entry for WLI-U2-SG54HP. forgotten on previous commit.Jun-ichiro itojun Hagino
tnx to: yuo at nui.org
2007-02-08Add quite a few more rum(4) devices.Jonathan Gray
Two from Yojiro UO in NetBSD PR 35552
2007-02-08regenJonathan Gray
2007-02-08Add quite a few more rum(4) devices.Jonathan Gray
Two from Yojiro UO in NetBSD PR 35552
2007-02-08Do all allocation and deallocation of shstr in elf_symload() toRay Lai
prevent double-freeing shstr. Also don't free known NULL values (*pnames and *psnames). Initially inspired by Charles Longeau's first diff to tech@; he later sent a second diff to tech@ nearly identical to this commit. Freaky. OK mickey@.
2007-02-08When getc() returns EOF, either feof() or ferror() will return true,Ray Lai
so no need to check them. Removes a bitwise OR that should have been a logical OR as well. From Pierre Riteau <pierre dot riteau at free dot fr>. OK joris@.
2007-02-08Remove double semicolons.Ray Lai
From Pierre Riteau <pierre dot riteau at free dot fr>. OK marco@.
2007-02-08Remove double semicolons.Ray Lai
From Pierre Riteau <pierre dot riteau at free dot fr>. OK jaredy@ and moritz@.
2007-02-07Add support for MaxStream XBee ZigBee Development Kit USB interface.Jonathan Gray
From Darrin Chandler
2007-02-07regenJonathan Gray
2007-02-07MaxStream XBee ZigBee development kit.Jonathan Gray
From Darrin Chandler.
2007-02-07fstat() -> lstat() in a few select cases,Todd T. Fries
this fixes a bug where opencvs update would abort if a link existed that pointed to a non-existent file/dir ok joris@
2007-02-07consistency tweak;Jason McIntyre
2007-02-07strl* overload; use xsnprintf(); OK ray@.Xavier Santolaria
2007-02-07Several improvements to the usb client code. Still not working.Dale Rahn
2007-02-07tweaks; ok millertJason McIntyre
2007-02-07sys/swap.h needs sys/param.h and sort while hereNikolay Sturm
feedback and ok pedro
2007-02-07grammar fix; from bret lambertJason McIntyre
2007-02-07add new "log (updates|all)" configuration option to log stateReyk Floeter
notifications after completed host checks. either only log the "updates" to new states or log "all" state notifications, even if the state didn't change. the log messages will be reported to syslog or to stderr if the daemon is running in foreground mode. ok claudio@ pyr@
2007-02-07include the host name in log_debug() messages used by check_tcp readReyk Floeter
callbacks.
2007-02-07another log_debug() removal ("nothing to write")Reyk Floeter
2007-02-07more log_debug() cleanupReyk Floeter
2007-02-07remove superfluos log_debug() messagesReyk Floeter
ok pyr@