summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-16- remove XXX here now that CMDBUFLEN is defined in scsiio.hJasper Lievisse Adriaanse
ok krw@
2010-11-16- add a define for CMDBUFLEN, and use it for scsireq.cmdJasper Lievisse Adriaanse
ok krw@
2010-11-16If the interface address referenced by a cloning route did not pointAlexander Bluhm
to an interface any more, the kernel crashed with a null pointer dereference. This situation could be created by a strange sequence of route and ifconfig commands. Now when a cloning route references a stale interface address and rtrequest1(RTM_RESOLVE) has to create a cloned route, it does a lookup for a valid interface address with the same ip address. The new interface address and its interface are used for the new cloned route and they replace the old ones at the cloning route. ok claudio@, henning@
2010-11-16attach FeiXun products.Damien Bergamini
2010-11-16regenDamien Bergamini
2010-11-16new "FeiXun Communication" vendor id and two associatedDamien Bergamini
RTL8188CU product ids.
2010-11-16Fix error message when ld.so ends up loading a different than expectedDale Rahn
library, but other library needs the one loaded. mostly ok kurt@
2010-11-16periodically measure temperature and redo LC calibration if temperatureDamien Bergamini
changes significantly since last LC calibration.
2010-11-16syncTheo de Raadt
2010-11-16Add support for enable/disable table when using relays instead of redirects.Jonathan Gray
From Patrik Lundin and Linus Widstromer. ok reyk@
2010-11-16Crank minor due to the addition of isduid().Joel Sing
2010-11-15fix up a pointer bug introduced in the previous revisionMike Belopuhov
jsg agrees, ok deraadt
2010-11-15NUL-terminate buffer in compiler_text() after realloc, not before.Todd C. Miller
Now that we have dynamically sized buffers there may not be room for the NUL until after realloc.
2010-11-15Aesthetic improvements to make it appear more normal and knf'y.Kenneth R Westerback
No functional change. From Alexandr Scadchin again.
2010-11-15Reset ic_scan_lock in {ipw,iwi}_stop similarly to {wpi,iwn}_stop.Damien Bergamini
From Jeremy Chase.
2010-11-15add urtwn(4) to more USB 2.0 capable architectures, since it worksDamien Bergamini
on sparc64 and macppc. prodded by jsg@
2010-11-15print board type in human readable form in dmesg.Damien Bergamini
2010-11-15Teach readlabelfs() how to handle DUIDs.Joel Sing
ok krw@
2010-11-15Factor out DUID identification code so that it can easily be reused.Joel Sing
ok krw@
2010-11-15Do not fatal if an attempt to open a message envelope results in ENOENT.Joel Sing
This prevents smtpd from exiting if 'smtpctl schedule' is run with a valid but non-existent message ID. Whilst here make ENOSPC fatal since this should not happen. ok gilles@
2010-11-15rename aesni_sess to aesni_session; bugged me all the timeMike Belopuhov
2010-11-15do session allocations from the poolMike Belopuhov
2010-11-15thrash less cache lines and zero out only what we've touchedMike Belopuhov
2010-11-15More cleanup. Add DEVNAME() macro and generic functions for variousKenneth R Westerback
actions (set/get/reset/enable/disable) to wrap pms_cmd() invocations. No functional change. From Alexandr Scadchin again.
2010-11-15convert one if-else instance to the switch to ease gcm integration;Mike Belopuhov
use proper define for the initial counter block
2010-11-15round up crd_len to the blocksize; will be needed for gcmMike Belopuhov
2010-11-15there's either mbuf or an iovec, no other option is possibleMike Belopuhov
2010-11-15show more of the host, but be careful not to go over 80 cols; ok krw@Otto Moerbeek
2010-11-15remove trailing whitespace;Jason McIntyre
2010-11-15desambiguate -> disambiguate;Jason McIntyre
2010-11-15libary -> library;Jason McIntyre
2010-11-15Show more window and pane flags in list-* output, and put layout on theNicholas Marriott
same line.
2010-11-14Cleanup dmesg a bit, do not print the device name twice when attachingPaul de Weerd
axe(4).
2010-11-14remove unused header fileTakuya ASADA
2010-11-14scandir() does not NULL-terminate the list of dirent structs so useTodd C. Miller
the returned count and set and end pointer instead. we no longer need to allocate a dummy array when diffing against a non-existent directory so eliminate slurpdir() and call scandir() directly. OK krw@
2010-11-14Terminate midi thru boxes trying to drain but that have noAlexandre Ratchov
outputs anymore, otherwise they can't be cleaned up by dev_close()
2010-11-14document the new simpler way to do specsMarc Espie
2010-11-14Update man page for update-environment.Nicholas Marriott
2010-11-14Don't allow last and active window to become the same - a very bad moveNicholas Marriott
when the active window is closed and freed. Reported by sthen@.
2010-11-14document some moreMarc Espie
2010-11-14simplify slightly, make the . optionalMarc Espie
2010-11-13allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead ofDamien Miller
hardcoding lowdelay/throughput. bz#1733 patch from philipp AT redfish-solutions.com; ok markus@ deraadt@
2010-11-13backout 1.86Theo de Raadt
it is totally wrong to convert bdwrite into bawrite on the fly. this just causes way bigger issues. ok beck blambert
2010-11-13mention the helper scripts and how to get to their documentation.Marc Espie
be clearer about print-package-signature, that is it looks only at the ports tree
2010-11-13Switch from TSS-per-process to TSS-per-CPU, placing the TSS rightPhilip Guenthe
next to the cpu's GDT, also making the double-fault stack per-CPU, leaving it at the top of the page of the CPU's idle process. Inline pmap_activate() and pmap_deactivate() into the asm cpu_switchto routine, adding a check for the new pmap already being marked as active on the CPU. Garbage collect the hasn't-been-used-in-years GDT update IPI. Tested by many; ok mikeb@, kettenis@
2010-11-12revert MCLGETI for re(4) for now, it is causing hangs (in some casesStuart Henderson
temporary, in others apparently permanent) with high rates of input packets. ok deraadt@
2010-11-12Push all potential (as in, all system MI not utilized by the bootblocks)Theo de Raadt
.h files into the ctags run as well to bring #define's and structs and such into scope. Problem reported by thib
2010-11-12avoid pointer arithmetic on void *David Hill
no change in .o ok claudio
2010-11-12The ioctl to show states returns a pfsync_state which is in network byteClaudio Jeker
order and therefore a ntohs is needed to show the rdomain correctly. OK henning@ dlg@
2010-11-12- introduce quote() which prints its arguments quoted for sh/ksh parsingAlexander Hall
- use the aformentioned function to properly quote the wireless config into /etc/hostname.$if Now, if only /etc/netstart didn't screw up whitespace... "I don't speak Swahili, so I'm going to have to trust you" deraadt@ no objections from others, specifically so from krw@