2008-07-28 |
claudio | Do not use __progname in inetd as it is not portable... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
thib | remove an #if noyet block that will never be needed. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
kurt | Remove separate pic versions of crt0, crtbegin, crtend... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
jsg | regen |
commit | commitdiff | tree | snapshot |
2008-07-28 |
jsg | Add devices from submitted dmesgs and some VX800 bits. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
thib | dont stuff nfs mount point flags into the statfs f_flag... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
claudio | Fix the tracking of RTF_MPATH. Until now the magic... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
yuo | add another 3G modems support to umsm(4). |
commit | commitdiff | tree | snapshot |
2008-07-28 |
damien | missing "goto err". |
commit | commitdiff | tree | snapshot |
2008-07-28 |
reyk | sync |
commit | commitdiff | tree | snapshot |
2008-07-28 |
reyk | new atheros PCI Ids for the ar9k chipsets, change AR541... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
jmc | reinstate a comment whacked in -r1.138; ok deraadt |
commit | commitdiff | tree | snapshot |
2008-07-28 |
stefan | Fix integer truncation in ttwrite(). ok deraadt, miod. |
commit | commitdiff | tree | snapshot |
2008-07-28 |
otto | Almost complete rewrite of malloc, to have a more effic... |
commit | commitdiff | tree | snapshot |
2008-07-28 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2008-07-28 |
deraadt | 3 plx devices found on Sun T2 systems |
commit | commitdiff | tree | snapshot |
2008-07-27 |
jmc | document COMPAT_O43; requested by Oleg Safiullin |
commit | commitdiff | tree | snapshot |
2008-07-27 |
kettenis | Increase the size of the TSB on large memory machines... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
damien | sanitize RX path a bit. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
jmc | +I-O DATA WN-G54/CF to the malo(4) list; |
commit | commitdiff | tree | snapshot |
2008-07-27 |
damien | s/IEEE80211_DPRINTF/DPRINTF/ |
commit | commitdiff | tree | snapshot |
2008-07-27 |
damien | remove unused structures and duplicated definitions. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
sobrado | an enum specifier is more elegant than a set of #defines; |
commit | commitdiff | tree | snapshot |
2008-07-27 |
mglocker | Some devices take longer to load the firmware. Increas... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
mbalmer | fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-07-27 |
jmc | bad comma; |
commit | commitdiff | tree | snapshot |
2008-07-27 |
claudio | Use __progname instead of hand rolled version using... |
commit | commitdiff | tree | snapshot |
2008-07-27 |
stefan | Get TAILQ_REPLACE and CIRCLEQ_REPLACE prototypes right. |
commit | commitdiff | tree | snapshot |
2008-07-26 |
miod | Recognize an explicit + sign in exponent of hex float... |
commit | commitdiff | tree | snapshot |
2008-07-26 |
krw | Silence scsi_inquire_vpd() so devices that don't unders... |
commit | commitdiff | tree | snapshot |
2008-07-26 |
ian | Add M$ NX-6000 cam, ok mglocker@ |
commit | commitdiff | tree | snapshot |
2008-07-26 |
damien | shrink ieee80211_set_link_state(). |
commit | commitdiff | tree | snapshot |
2008-07-26 |
damien | remove useless #includes. |
commit | commitdiff | tree | snapshot |
2008-07-26 |
damien | properly handle management frames (required for future... |
commit | commitdiff | tree | snapshot |
2008-07-26 |
damien | call Phase1 every 2**16 frames instead of calling it... |
commit | commitdiff | tree | snapshot |
2008-07-26 |
mglocker | Since we are able to change the device image resolution... |
commit | commitdiff | tree | snapshot |
2008-07-26 |
espie | note that fetch hooks are a real bad idea |
commit | commitdiff | tree | snapshot |
2008-07-26 |
espie | document update-or-install |
commit | commitdiff | tree | snapshot |
2008-07-26 |
jmc | add -b to SYNOPSIS and usage(); |
commit | commitdiff | tree | snapshot |
2008-07-26 |
miod | Make sure the test array is 64 bit aligned, this now... |
commit | commitdiff | tree | snapshot |
2008-07-26 |
pyr | Add -b switch for matching on the last part of the... |
commit | commitdiff | tree | snapshot |
2008-07-26 |
krw | deivce -> device typo fix in comment. |
commit | commitdiff | tree | snapshot |
2008-07-26 |
todd | sync |
commit | commitdiff | tree | snapshot |
2008-07-26 |
brad | Only full-dupex is supported for 1000baseT. |
commit | commitdiff | tree | snapshot |
2008-07-26 |
jmc | no .Pp before/after .Sh; |
commit | commitdiff | tree | snapshot |
2008-07-26 |
brad | Also mention half-duplex for 1000baseT. |
commit | commitdiff | tree | snapshot |
2008-07-26 |
jmc | kill trailing whitespace; |
commit | commitdiff | tree | snapshot |
2008-07-26 |
brad | slight wording tweak to make the media selection entry... |
commit | commitdiff | tree | snapshot |
2008-07-26 |
brad | Pull out some mostly useless info from these pages. |
commit | commitdiff | tree | snapshot |
2008-07-26 |
brad | Update for the fibre support. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
miod | phyio -> physio |
commit | commitdiff | tree | snapshot |
2008-07-25 |
miod | Improve eisa bus probe by deciding the number of logica... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
damien | missing .Pp |
commit | commitdiff | tree | snapshot |
2008-07-25 |
kurt | The PIE address range defaults are too big for alpha... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
damien | add a note in the CAVEATS section about the hardware... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
jmc | tweak the rt2700 stuff; ok damien |
commit | commitdiff | tree | snapshot |
2008-07-25 |
jmc | groff does not like ultra-long lines without whitespace... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
ian | Mention @bin plist element, ok espie@ |
commit | commitdiff | tree | snapshot |
2008-07-25 |
kettenis | Work around a problem on the t5120 where top(1) would... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
damien | link to updated firmware packages that remove the obsol... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
martynas | don't redefine INFINITY -- math.h defines it now |
commit | commitdiff | tree | snapshot |
2008-07-25 |
mglocker | After our recent changes, VIDIOC_S_FMT didn't always... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
damien | document RT2700 (tested by bernd@) and try documenting... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
art | In gdt_grow, always map the gdt on the secondary cpus... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
beck | much more correct way of dealing with nfs pending reads... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
kettenis | Switch to a temporary stack early on such that we don... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2008-07-25 |
deraadt | i have to crank this for a ridiculous reason, to save... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
martynas | don't undefine C99 math macros, if !_GLIBCPP_USE_C99... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
jmc | doc fix; from David Higgs |
commit | commitdiff | tree | snapshot |
2008-07-25 |
art | Correct printing of the pg_flags for ddb. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
art | some splassert paranoia. |
commit | commitdiff | tree | snapshot |
2008-07-25 |
art | flock |
commit | commitdiff | tree | snapshot |
2008-07-25 |
art | file advisory locking tests from FreeBSD. We fail to... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
mglocker | Not all devices support GET_DEF, fall back on GET_CUR... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
henning | shrink MINCLSIZE to MHLEN + 1 again for the release... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
martynas | fix apps that use isinff, isnanf; use ieee 754 mi... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
grunk | In random art visualization, make sure to use the end... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
grunk | Add VisualHostKey to example file, ok djm@ |
commit | commitdiff | tree | snapshot |
2008-07-25 |
deraadt | repair .Pq use; Alan R. S. Bueno |
commit | commitdiff | tree | snapshot |
2008-07-25 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2008-07-24 |
sthen | Add "ssh-keygen -F -l" to synopsis (displays fingerprin... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
guenther | release the bind lock before resetting the signal mask |
commit | commitdiff | tree | snapshot |
2008-07-24 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2008-07-24 |
thib | the softc sc_lock lockmgr lock is unused, so remove it. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
thib | dont need malloc.h anymore; plus two tiny whitespace... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
thib | remove a bunch of bogus ARGSUSED |
commit | commitdiff | tree | snapshot |
2008-07-24 |
claudio | Use memcpy() and memcmp() like everywhere else in ospfd... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
deraadt | sng_exponent should be sng_exp (MI code now cares)... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
mk | Add timeout_add_sec() etc. to .Nm and, on jmc's request... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
jsing | Specify a cdroot entry that will actually work on a CD. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
miod | Add code to decode machine checks on Avanti, providing... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
deraadt | bump because of __nan in math.h |
commit | commitdiff | tree | snapshot |
2008-07-24 |
martynas | bump |
commit | commitdiff | tree | snapshot |
2008-07-24 |
mglocker | Remove some obsolete XXX comments. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
jmc | kill whitespace at eol; |
commit | commitdiff | tree | snapshot |
2008-07-24 |
martynas | isinf/isnan are macros now, therefore ap_config_auto... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
mglocker | Simplify uvideo_enum_fmt(), no functional changes. |
commit | commitdiff | tree | snapshot |
2008-07-24 |
reyk | reserve a few OpenBSD MIBs that might be implemented... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
henning | ipsec is glued into the stack in a very weird way,... |
commit | commitdiff | tree | snapshot |
next |