Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-09 | grammar; | Jason McIntyre | |
2007-02-09 | grammar fix from bret lambert; | Jason McIntyre | |
2007-02-09 | Add a bunch more zyd(4) devices | Jonathan Gray | |
2007-02-09 | regen | Jonathan Gray | |
2007-02-09 | Add a bunch more zyd(4) devices. | Jonathan Gray | |
2007-02-09 | if a directory exists in the working dir but not in the | Xavier 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-09 | simplify the argument passing (use a pointer to bus_dma_segment_t instead | Jason Wright | |
of separate addr/len pairs). | |||
2007-02-09 | remove the cvs_file_classify() `loud' argument, it was used | Joris Vink | |
in the old school days and serves no purpose what so ever now. otto@ mentioned this to me a while ago | |||
2007-02-09 | strtol(3) -> strtonum(3) | Joris Vink | |
2007-02-09 | according to the errata, invalid pages shouldn't be used. Always make | Jason 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-08 | Don't clear IFF_OACTIVE in re_txeof() unless there are at least 4 free | Mark 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-08 | Fix a comment | Kjell Wooding | |
2007-02-08 | comment a function | Kjell Wooding | |
2007-02-08 | Plug some mem leaks that occur when checking multiple file systems in a | Otto Moerbeek | |
row. ok beck@ pedro@ millert@ | |||
2007-02-08 | Remove __DTF_READALL usage in ld.so's private copy of readdir(). | Todd C. Miller | |
2007-02-08 | g/c __DTF_READALL. It was a flag to the internal __opendir2() but | Todd C. Miller | |
is never set now that the unionfs support has been removed from readdir(). OK pedro@ | |||
2007-02-08 | prevent 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-routing | Jun-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-08 | compute pseudo-header checksum based on flnal destination as | Jun-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-08 | carefully check some return values and make lint happier. never pass | Reyk Floeter | |
any truncated strings (table names/anchors/tags/...) to pf and the kernel. ok pyr@ | |||
2007-02-08 | A corrrup inode might lead to preposterous dir sizes. So check the | Otto 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-08 | regen. | Marc Balmer | |
2007-02-08 | id Quantique and the Quantis USB device (Quantum Random Number Generator) | Marc Balmer | |
2007-02-08 | carefully check some return values and make lint happy. check for | Reyk Floeter | |
truncation before feeding strings into the kernel. | |||
2007-02-08 | Fix a typo. 'Yes, of course.' espie@ | Bernd Ahlers | |
2007-02-08 | sort the hardware list; | Jason McIntyre | |
2007-02-08 | commit the correct version of this, which matches recent additions. | Jonathan Gray | |
2007-02-08 | add entry for WLI-U2-SG54HP. forgotten on previous commit. | Jun-ichiro itojun Hagino | |
tnx to: yuo at nui.org | |||
2007-02-08 | Add quite a few more rum(4) devices. | Jonathan Gray | |
Two from Yojiro UO in NetBSD PR 35552 | |||
2007-02-08 | regen | Jonathan Gray | |
2007-02-08 | Add quite a few more rum(4) devices. | Jonathan Gray | |
Two from Yojiro UO in NetBSD PR 35552 | |||
2007-02-08 | Do all allocation and deallocation of shstr in elf_symload() to | Ray 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-08 | When 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-08 | Remove double semicolons. | Ray Lai | |
From Pierre Riteau <pierre dot riteau at free dot fr>. OK marco@. | |||
2007-02-08 | Remove double semicolons. | Ray Lai | |
From Pierre Riteau <pierre dot riteau at free dot fr>. OK jaredy@ and moritz@. | |||
2007-02-07 | Add support for MaxStream XBee ZigBee Development Kit USB interface. | Jonathan Gray | |
From Darrin Chandler | |||
2007-02-07 | regen | Jonathan Gray | |
2007-02-07 | MaxStream XBee ZigBee development kit. | Jonathan Gray | |
From Darrin Chandler. | |||
2007-02-07 | fstat() -> 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-07 | consistency tweak; | Jason McIntyre | |
2007-02-07 | strl* overload; use xsnprintf(); OK ray@. | Xavier Santolaria | |
2007-02-07 | Several improvements to the usb client code. Still not working. | Dale Rahn | |
2007-02-07 | tweaks; ok millert | Jason McIntyre | |
2007-02-07 | sys/swap.h needs sys/param.h and sort while here | Nikolay Sturm | |
feedback and ok pedro | |||
2007-02-07 | grammar fix; from bret lambert | Jason McIntyre | |
2007-02-07 | add new "log (updates|all)" configuration option to log state | Reyk 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-07 | include the host name in log_debug() messages used by check_tcp read | Reyk Floeter | |
callbacks. | |||
2007-02-07 | another log_debug() removal ("nothing to write") | Reyk Floeter | |
2007-02-07 | more log_debug() cleanup | Reyk Floeter | |
2007-02-07 | remove superfluos log_debug() messages | Reyk Floeter | |
ok pyr@ |