Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-16 | Do not display the `Working file:' line if the issued command is `rlog'. | Xavier Santolaria | |
Matches GNU's behaviour. OK joris@. | |||
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 | |
B/C/J-class workstations, and many server systems. This is still work in progress; for now it only displays that the machine is running OpenBSD. Not enabled yet. | |||
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 | |
The variety of different serial devices is just too big to make a decision up front. This should make the second serial port on four-digit B/C/J-class workstation work as a serial console too. ok miod@ | |||
2007-07-14 | Make sigreturn(2) set the proper space ID for the instruction queue. Fixes | Mark Kettenis | |
a few more pthreads regression tests. ok miod@ | |||
2007-07-14 | - there's no point in running mkfontdir only for @fontdir ; so let's run | Antoine Jacoutot | |
mkfontscale too (and remove fonts.scale on package removal) discussed with matthieu@ and espie@ weeks ago "seems fine" pyr@, ok espie@ | |||
2007-07-14 | Don't trim whitespace from stdin. Encrypt it the same as other | Kenneth R Westerback | |
input sources. Feedback and fixes from ray@ and fgsch@. ok millert@ (six years ago) ray@ fgsch@ | |||
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 | |
add a parameter to ieee80211_decap() to handle different 802.11 header sizes. cleanup and clarify ieee80211_classify(). | |||
2007-07-14 | When calibrating the delay const, only allow clock and above interrupts. | Miod Vallat | |
This fixes infrequent hangs on reboot due to the ethernet interface interrupting on machines configured to use A/UX style interrupts. | |||
2007-07-14 | Add bge(4). Tested by Maurice Janssen. | Mark Kettenis | |
2007-07-14 | - ANSI function declarations | Jacob Meuser | |
- remove argument names from function prototypes OK jasper@, ray@, "Didn't notice any errors" marc@ | |||
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 | |
ieee80211_get_cts_to_self() if mbuf allocation fails. | |||
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 | |
structure until the frame has been fully validated. | |||
2007-07-13 | change the way we parse IEs to make sure we never read past the end of | Damien Bergamini | |
the rx buffer. | |||
2007-07-13 | Reenable accelerated text console primitives on pnozz if running with a | Miod Vallat | |
800x600 panel, and document the acceleration code as currently broken on 640x480 panels. | |||
2007-07-13 | properly check ieee80211_setup_rates() return code. | Damien Bergamini | |
some cleanup while i'm here. | |||
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 | |
From: Pierre Riteau <pierre.riteau@free.fr> | |||
2007-07-12 | Do not fatal() if the CVSROOT/config file does not exist. | Xavier Santolaria | |
Matches GNU's behaviour. OK ray@. | |||
2007-07-12 | Delint: remove some unreachable statements, from Bret Lambert. | Ray Lai | |
OK markus@ and dtucker@. | |||
2007-07-11 | Use the full 64 bits available when reporting sizes; now bioctl shows | Otto Moerbeek | |
the correct size for my 4.TB volume. Original diff from dlg@ with some tweaks by me; ok dlg@ | |||
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 | |
Propagate the wait flag from fsync down to softdep_fsync_mountdev() and do not perform synchronous sync there is no wait requested by skipping the drain_output() call. This fixes a problem where update kthread would sleep forever on some vnode since work is created faster than it can be flushed. OK deraadt@ | |||
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 | |
ok otto | |||
2007-07-11 | put -q in the right place; | Jason McIntyre | |
2007-07-11 | we use fedora instead of redhat these days | Nikolay Sturm | |
from Arnaud Bergeron <abergeron at gmail.com> | |||
2007-07-11 | Try reading a native label in the first sector, before trying to find | Miod Vallat | |
MBR-like partitions. | |||
2007-07-11 | Do not divide by zero in DISKLABELV1_FFS_FSIZE if the argument value is bogus; | Miod Vallat | |
ok otto@ millert@ krw@ | |||
2007-07-11 | do not put mt/eject onto small media; ok krw | Theo de Raadt | |
2007-07-10 | emu(4) incorrectly overrides the requested recoding format, setting | Jacob Meuser | |
it to 16-bit slinear_le. this appears to be the result of a mistake in porting the driver from NetBSD. when this driver was ported, NetBSD had some members in it's 'audio_params' structure that OpenBSD doesn't have. in particular, NetBSD had 'hw_encoding' and 'hw_precision', which store what the hardware is presenting. the 'encoding' and 'precision' members store what the audio layer is presenting (both in NetBSD and OpenBSD) and can be different than what the hardware is presenting. the original NetBSD code was setting 'hw_encoding' and 'hw_precision', and in porting was changed to 'encoding' and 'precision'. with this change the hardware is still presenting 16-bit slinear_le; having the variable 'b16' set to '1' is enough to ensure this. however now the audio layer will convert it to the requested format, instead of always outputting 16-bit slinear_le. | |||
2007-07-10 | fix firmware file name to match reality. | Damien Bergamini | |
2007-07-10 | change firmware loading code to adopt the new 2.14.4 firmware layout. | Damien Bergamini | |
while i'm here, fix allocation of the Rx ring descriptors so we don't waste memory. IMPORTANT: you must upgrade your wpi-firmware package to rev. 2.14.4 or the driver will stop working. | |||
2007-07-10 | Don't trust the privilige level in the sigcontext passed to sigreturn(2). | Mark Kettenis | |
ok miod@ | |||
2007-07-10 | adjust pf_find_state_all() so that it works correctly for the new global | Kurt Miller | |
table/state tail queue design. corrects ftp-proxy errors "server lookup failed (no rdr?)" okay henning@ | |||
2007-07-10 | implement -q to query a scsi disk for its inquiry data (vendor, model, | Henning Brauer | |
revision, serial #) and print that. when the default bio ioctl fails with ENOTTY because the given disk is not on a bio-supported raid controller, fall back to -q. use strnvis to sanitize inquiry data so it is safe to use in scripts. ok deraadt | |||
2007-07-10 | Don't brelse() a buf we don't own in readsgilabel() by mistake. | Miod Vallat | |
2007-07-10 | fix the bug rev 1.56 uncovered and rev 1.62 worked around. | Jacob Meuser | |
data is expanded before it goes in the buffer. all sizes and offsets used internally are of this expanded data. there's no need to compensate for this fact except when showing information to the user in case their actions depend on how many bytes are in the buffer. | |||
2007-07-10 | update some capital cities (and spelling); from Daniel Dickman | Jason McIntyre | |
2007-07-10 | Revert previous commit, it probably was intended to come with matching | Miod Vallat | |
changes to uipc_mbuf.c, but right now all it causes is infinite recursion. | |||
2007-07-09 | change the behaviour of the LED on the O2 so that it's red in user mode | Jasper Lievisse Adriaanse | |
and green when idling. from Joel Sing <joel at ionix.com.au> ok miod@ |