Age | Commit message (Expand) | Author |
2007-07-16 | HW_SENSORS was never really a 'struct', and nowadays it is definitely a 'node' | Constantine A. Murenin |
2007-07-16 | under HW_SENSORS, mention <sys/sensors.h>, similarly to KERN_SYSVIPC.*; ok jmc | Constantine A. Murenin |
2007-07-16 | sizeof long double == sizeof double, deal with it; ok kettenis | Jason Wright |
2007-07-16 | typo | Pierre-Yves Ritschard |
2007-07-16 | use fatal and not err, the message would get lost. | Pierre-Yves Ritschard |
2007-07-16 | Remove dead code and fix incorrect comment. From Igor Zinovik. | Todd C. Miller |
2007-07-16 | No need to include <sys/param.h> or <errno.h>. Also reorder includes | Todd C. Miller |
2007-07-16 | Replace bunches of nops with the ITLBNOPFIX macro, which generates fewer | Miod Vallat |
2007-07-16 | On exit from switch_exit(), do not bother saving context and immediately | Miod Vallat |
2007-07-16 | Do not reenabled interrupts when processing a ddb trap, for bad things may | Miod Vallat |
2007-07-16 | Change idle_mask to be made of the cop0 SR bits unshifted and the cop0 IC bits | Miod Vallat |
2007-07-16 | The logic determining the value of rl_eewidth for the 9346 and 9356 | Todd C. Miller |
2007-07-16 | oops, missed a bit from tobias' diff - add "usage: " to usage(); | Jason McIntyre |
2007-07-16 | sync usage(); from Tobias Stoeckmann | Jason McIntyre |
2007-07-16 | Backport a gcc3 fix: | Miod Vallat |
2007-07-16 | fix percentage computation of wrapping numbers; from Willem Dijkstra | Otto Moerbeek |
2007-07-16 | Do not display the `Working file:' line if the issued command is `rlog'. | Xavier Santolaria |
2007-07-16 | fix sensor_task_unregister description to reflect reality; ok dlg | Constantine A. Murenin |
2007-07-15 | fix typo: s/sensorsdev/sensordev/ | Constantine A. Murenin |
2007-07-15 | lcd(4) | Mark Kettenis |
2007-07-15 | lcd(4); a driver for the front panel LCD display found on the four-digit | Mark Kettenis |
2007-07-15 | Add PDC_CHASSIS_INFO and associated structures. | Mark Kettenis |
2007-07-15 | Delete BUGS section; support for serial and parallel ports is there now. | Mark Kettenis |
2007-07-15 | Delay switching to the real serial console until we attach the serial device. | Mark Kettenis |
2007-07-14 | Make sigreturn(2) set the proper space ID for the instruction queue. Fixes | Mark Kettenis |
2007-07-14 | - there's no point in running mkfontdir only for @fontdir ; so let's run | Antoine Jacoutot |
2007-07-14 | Don't trim whitespace from stdin. Encrypt it the same as other | Kenneth R Westerback |
2007-07-14 | s/uint8_t/u_int8_t/ for consistency. | Damien Bergamini |
2007-07-14 | update QoS Tx/Rx sequence numbers for each TID. | Damien Bergamini |
2007-07-14 | When calibrating the delay const, only allow clock and above interrupts. | Miod Vallat |
2007-07-14 | Add bge(4). Tested by Maurice Janssen. | Mark Kettenis |
2007-07-14 | - ANSI function declarations | Jacob Meuser |
2007-07-13 | Do not compile disk_reallymapin() unless it is really needed. | Miod Vallat |
2007-07-13 | do not increment ic_stats.is_tx_nombuf in ieee80211_get_rts() and | Damien Bergamini |
2007-07-13 | cleanup parsing of beacon and probe response mgmt frames. | Damien Bergamini |
2007-07-13 | in ieee80211_recv_assoc_resp(), do not start updating the node | Damien Bergamini |
2007-07-13 | change the way we parse IEs to make sure we never read past the end of | Damien Bergamini |
2007-07-13 | Reenable accelerated text console primitives on pnozz if running with a | Miod Vallat |
2007-07-13 | properly check ieee80211_setup_rates() return code. | Damien Bergamini |
2007-07-13 | remove obsolete pfi_statehead and pfik_w_states; ok henning@ | Markus Friedl |
2007-07-13 | update URL for pool servers | Henning Brauer |
2007-07-12 | Do not fatal() if the CVSROOT/config file does not exist. | Xavier Santolaria |
2007-07-12 | Delint: remove some unreachable statements, from Bret Lambert. | Ray Lai |
2007-07-11 | Use the full 64 bits available when reporting sizes; now bioctl shows | Otto Moerbeek |
2007-07-11 | Remove unused shpcic_intr_establish() and friends. | Miod Vallat |
2007-07-11 | endianness | Damien Bergamini |
2007-07-11 | Bring back the change in rev 1.70, it is safe now: | Todd C. Miller |
2007-07-11 | make the demote count argument optional as advertised in the man page. | Pierre-Yves Ritschard |
2007-07-11 | ffs2 support from FreeBSD. Tested by jmc@ and kili@ | Todd C. Miller |
2007-07-11 | add a STANDARDS section, as requested by itojun; | Jason McIntyre |