| From | Subject | Date |
|---|---|---|
| Reyk Floeter | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: reyk@cvs.openbsd.org 2007/10/12 19:54:22
Modified files:
sys/dev/ic : ar5xxx.c
Log message:
add the AR5416 and AR5418 device IDs (needs some more testing)
| Oct 12, 9:54 pm 2007 |
| Charles Longeau | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: chl@cvs.openbsd.org 2007/10/12 16:41:42
Modified files:
lib/libc/gen : rewinddir.c telldir.h
Log message:
fix typo in _telldir_unlocked function prototype, to avoid warning.
while there, put all function prototypes in header file.
ok kurt@
| Oct 12, 6:41 pm 2007 |
| Stefan Kempf | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: stefan@cvs.openbsd.org 2007/10/12 15:40:50
Modified files:
usr.bin/pcc/cpp: cpp.c cpp.h
Log message:
Fix broken build. Reported by Gregory McGarry on pcc-list.
ok otto@
| Oct 12, 5:40 pm 2007 |
| Jasper Lievisse Adri... | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2007/10/12 13:52:06
Modified files:
usr.bin/gzsig : extern.h sign.c verify.c
Log message:
use __progname where needed
ok otto@
| Oct 12, 3:52 pm 2007 |
| Stuart Henderson | CVS: cvs.openbsd.org: www
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2007/10/12 13:44:04
Modified files:
faq : upgrade42.html
Log message:
Remind people to re-chmod the bgplg CGI if they use it.
ok nick@
| Oct 12, 3:44 pm 2007 |
| Stefan Kempf | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: stefan@cvs.openbsd.org 2007/10/12 12:14:14
Modified files:
usr.bin/pcc/cpp: cpp.c cpp.h cpy.y
Log message:
| Oct 12, 2:14 pm 2007 |
| Stefan Kempf | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: stefan@cvs.openbsd.org 2007/10/12 12:10:18
Modified files:
usr.bin/pcc/cc : cc.1
Log message:
| Oct 12, 2:10 pm 2007 |
| Otto Moerbeek | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2007/10/12 11:03:14
Modified files:
usr.bin/pcc/ccom: pftn.c
Log message:
fix va_arg in conditional expressions; from ragge@
| Oct 12, 1:03 pm 2007 |
| Reyk Floeter | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: reyk@cvs.openbsd.org 2007/10/12 09:34:11
Modified files:
sys/dev/ic : ar5xxx.c ar5xxx.h
Log message:
The newer single chip Atheros wireless chipsets like the AR5424,
AR2423 etc. are mostly compatible to the AR5212 but use a different
algorithm to set the 2GHz RF channel, that's why they didn't work in
OpenBSD. I figured out that the channels were set with an offset,
setting channel 11 in the driver caused the hardware to set channel 5
etc. Be...
| Oct 12, 11:34 am 2007 |
| Bret Lambert | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: blambert@cvs.openbsd.org 2007/10/12 06:50:59
Modified files:
usr.sbin/hoststated: hoststated.h hoststated.c hce.c
Log message:
Silence some lint(1) warnings
ok pyr@
| Oct 12, 8:50 am 2007 |
| Esben Norby | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: norby@cvs.openbsd.org 2007/10/12 03:29:45
Modified files:
usr.sbin/ospf6ctl: ospf6ctl.c
Log message:
Sanitize the output of "show interface detail".
| Oct 12, 5:29 am 2007 |
| Esben Norby | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: norby@cvs.openbsd.org 2007/10/12 03:23:37
Modified files:
usr.sbin/ospf6ctl: ospf6ctl.c
Log message:
Properly format the output of "show interface".
In order to make room for the longer IPv6 addresses in the output,
the two collumns nc and ac must go. Neighbor and Adjacent Neighbor Count
is still avalable in "show interface detail".
ok claudio@
| Oct 12, 5:23 am 2007 |
| Esben Norby | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: norby@cvs.openbsd.org 2007/10/12 02:22:53
Added files:
usr.sbin/ospf6ctl: Makefile ospf6ctl.8 ospf6ctl.c ospf6ctl.cat8
parser.c parser.h
Log message:
Controller for the recently imported ospf6d(8) daemon.
Currently simple stuff like show interface works.
Not yet connected to the builds.
ok claudio@
| Oct 12, 4:22 am 2007 |
| Esben Norby | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: norby@cvs.openbsd.org 2007/10/12 02:18:02
src/usr.sbin/ospf6ctl
Update of /cvs/src/usr.sbin/ospf6ctl
In directory cvs.openbsd.org:/tmp/cvs-serv28271/ospf6ctl
Log Message:
Directory /cvs/src/usr.sbin/ospf6ctl added to the repository
| Oct 12, 4:18 am 2007 |
| Otto Moerbeek | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2007/10/12 01:22:44
Modified files:
usr.bin/pcc/cpp: cpp.h cpy.y scanner.l
Log message:
rewrite of constant expression evaluation; taking into account
signed vs unsigned and shortcutting of && and ||
ok ragge@
| Oct 12, 3:22 am 2007 |
| Brad Smith | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2007/10/11 22:38:07
Modified files:
sys/dev/pci : pcidevs if_em_hw.h
Log message:
Add some more Intel em(4) PCI ids.
From FreeBSD
ok dlg@
| Oct 12, 12:38 am 2007 |
| Brad Smith | CVS: cvs.openbsd.org: src
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2007/10/11 22:39:01
Modified files:
sys/dev/pci : pcidevs.h pcidevs_data.h
Log message:
regen
| Oct 12, 12:39 am 2007 |
| previous day | today | next day |
|---|---|---|
| October 11, 2007 | October 12, 2007 | October 13, 2007 |
| Greg Kroah-Hartman | [PATCH 011/196] sysfs: Fix a copy-n-paste typo in comment |
| Al Boldi | Re: [ck] Re: [ANNOUNCE] RSDL completely fair starvation free interactive cpu sched... |
| Andrew Morton | 2.6.25-rc8-mm2 |
| Ingo Molnar | Re: [patch] sched_clock(): cleanups |
| David Miller | [GIT]: Networking |
| John P Poet | Realtek 8111C transmit timed out |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
| Kenny Chang | Multicast packet loss |
git: | |
