summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-26add ENOTSUP and bump libc minorJasper Lievisse Adriaanse
2009-10-26Add man pages for the fdim/fmin/fmax family of functions and make sure fdimlMark Kettenis
2009-10-26Fix usage; requested by jmc@Antoine Jacoutot
2009-10-26Bring man pages on par with our file(1) version (merge from upstream withAntoine Jacoutot
2009-10-26Don't do anything in the client callback if the client has already died toNicholas Marriott
2009-10-26Load %mxcsr when initializing the FPU on machines that support SSE.Mark Kettenis
2009-10-26Do not do strncmp comparisons on dv_xname because longer device names whichTheo de Raadt
2009-10-26Rename struct confargs to struct mainbus_attach_args for consistency and alsoMiod Vallat
2009-10-26Get rid of unused `frame' member of struct intrhand; only hardclock() needsMiod Vallat
2009-10-26syncMarco Peereboom
2009-10-26Add SAS2008Marco Peereboom
2009-10-26In device_match(), match on exact device name (as obtained from struct cfdriver)Miod Vallat
2009-10-26Verify checksum+address when loading ACPI tables.Jordan Hargrave
2009-10-26Add MAKECONF for building ports in non-standard locations; from Tobias UlmerTodd C. Miller
2009-10-26reader state cannot be IDLE, terminate the stream if so ratherAlexandre Ratchov
2009-10-26specifies that intel wifi link 1000 is a single-chip solution.Damien Bergamini
2009-10-26s/Draft-N/n/Damien Bergamini
2009-10-26start Tx at lowest available rate to give initial WPA handshake andDamien Bergamini
2009-10-26Sync with recent developments.Miod Vallat
2009-10-26Make pci_intr_string() on xbridge return both the xbridge irq and the crossbowMiod Vallat
2009-10-26Remove DS1687 vs DS742 runtime detection code; we only attach dsrtc on theMiod Vallat
2009-10-26Set the rdomain in bpfwrite() to the interface rdomain so that bpf senderClaudio Jeker
2009-10-26Nuke accidentally-committed debugging statement.Nicholas Marriott
2009-10-26Add support for the Octane power button to power(4). Took me a while toMiod Vallat
2009-10-26Add new xbow routines to explicitely trigger or clear an interrupt source,Miod Vallat
2009-10-26Oops; forgot to add this file in previous commit (overhaul of macebusMiod Vallat
2009-10-26Better crime/mace interrupt handling; interrupt information is no longerMiod Vallat
2009-10-26Not all terminals swap CSI and SS3 on ctrl, so remove that.Nicholas Marriott
2009-10-26update WiFi Link 6000 product ids.Damien Bergamini
2009-10-26regenDamien Bergamini
2009-10-26clarify Intel WiFi Link 6000 PCI product id names.Damien Bergamini
2009-10-26Rewrite xterm-keys code (both input and output) so that works (doesn't alwaysNicholas Marriott
2009-10-26Replace pool_get() + bzero() with pool_get(..., PR_ZERO).Michael Knudsen
2009-10-26Support the (mostly new) function key+modifier caps (kIC-kIC7). Most of theseNicholas Marriott
2009-10-26better test for if the parent is ohci; ok mglockerTheo de Raadt
2009-10-26On second thoughts, drop the rxvt output entirely.Nicholas Marriott
2009-10-26Set the output code for ctrl+cursor keys correctly, and disable (comment)Nicholas Marriott
2009-10-26As we always put the cursor keys into application mode, assume keys sentNicholas Marriott
2009-10-26Tidy up table.Nicholas Marriott
2009-10-26Update to tzdata2009p.tar.gz from elsie.nci.nih.govTodd C. Miller
2009-10-26Drop INPUTKEY_CTRL and just handle it as part of the table.Nicholas Marriott
2009-10-26Add or fix some comments.Nicholas Marriott
2009-10-26Tidy up table.Nicholas Marriott
2009-10-26Rename keypad keys to something more useful.Nicholas Marriott
2009-10-26Remove the xterm-keys code which is broken (a replacement is coming but someNicholas Marriott
2009-10-26Add RFC2545 to the list of standarts supported by bgpd.Claudio Jeker
2009-10-26Better error handling when doing mrt dumps (e.g. when there is no more spaceClaudio Jeker
2009-10-26Remove we cant rebuild in raid 1 from caveats.Marco Peereboom
2009-10-25fix aliases map name in man pageGilles Chehade
2009-10-25Don't try to continue processing a client if the session has been destroyed.Nicholas Marriott