Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-09 | Place manuals in the MD directories; from pierre.riteau@gmail | Theo de Raadt | |
2008-06-09 | Disable ident queries | Todd C. Miller | |
Crank max queue children in bulk config Use the C flag in DAEMON_OPTIONS instead of nocanonify in bulk config | |||
2008-06-09 | Use a $OpenBSD tag so our scripts will sync changes. | Darren Tucker | |
2008-06-09 | Extend 32bit -> 64bit values for statvfs extension missed in previous commit. | Darren Tucker | |
2008-06-09 | allow direct copy of fh to another | Marc Espie | |
2008-06-09 | constify arguments in wrapper functions; the lower level functions | Damien Miller | |
were already done | |||
2008-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller | |
ok deraadt@ | |||
2008-06-09 | - sort the hardware list | Jason McIntyre | |
- knock out the video Xr until we get a video(4) man page | |||
2008-06-09 | some syslog Xr; | Jason McIntyre | |
2008-06-09 | add IODATA WN-G54/US and MELCO WLI-U2-KAMG54 entries to the uath(4) list; | Jason McIntyre | |
2008-06-09 | tweak previous; | Jason McIntyre | |
2008-06-09 | fix an Xr, and use a more appropriate macro; | Jason McIntyre | |
2008-06-09 | Allocate the video buffer based on the maximum frame size that's reported | Robert Nagy | |
by the device instead of using the statically set VIDEO_BUF_SIZE. ok mglocker@ | |||
2008-06-08 | sync | Theo de Raadt | |
2008-06-08 | add Logitech QuickCam Fusion | Robert Nagy | |
2008-06-08 | - remove sendmail cf files leftover after make in src | Antoine Jacoutot | |
issue reported by jmc@ ok pyr@ jdixon@ | |||
2008-06-08 | - enhance output for 80 columns wide terminals | Antoine Jacoutot | |
ok pyr@ | |||
2008-06-08 | simplification from igor | Joris Vink | |
2008-06-08 | check whether media supports TAO or blanking. | av | |
It makes error output nicer, e.g.: "The media can't be written in TAO mode" instead of "cdio: Only 0 of the required _N_ blocks available" ok fgsch | |||
2008-06-08 | more | Henning Brauer | |
2008-06-08 | factor out the tcp sequence number tracking from pf_test_state_tcp | Henning Brauer | |
ok mcbride | |||
2008-06-08 | according to the driver, the 82598AT is 10GbaseT (100/1000/10000Mbit | Reyk Floeter | |
Ethernet over twisted pair cables). | |||
2008-06-08 | more cleanup, removed unused code. we don't do LRO/RSS yet, code can | Reyk Floeter | |
be added later if we ever support it. | |||
2008-06-08 | timeout_del() removes the triggered flag so check if the timeout triggered | Claudio Jeker | |
before doing the timeout_del() -- which is actually not needed as triggered timeouts are already removed. While there fix a obvious use after free issue. with mk@ OK canacar@ | |||
2008-06-08 | Send debug output to syslog instead of a file when receiving SIGUSR1. | Rainer Giedat | |
This is a preparation for dropping privileges. ok henning@, pyr@ | |||
2008-06-08 | add ability to determine media capabilities (what we can do with media). | av | |
ok fgsch | |||
2008-06-08 | Now that all ports behave, remove the safety code doing cnpollc behind | Miod Vallat | |
the scene around cngetc calls and whining loudly about it. This will save room on floppies (-: | |||
2008-06-08 | dma sync the tx ring and post new packets to the chip once per call to | Reyk Floeter | |
the start routine instead of once per packet. From ixgb(4), also works with ix(4) | |||
2008-06-08 | Make sure to cnpollc(1)/cnpollc(0) around cngetc() or getsn() calls. | Miod Vallat | |
2008-06-08 | Change boot() logic, to match what other platforms do and avoid duplicating | Miod Vallat | |
code in the cold case. | |||
2008-06-08 | add new devices | Yojiro Uo | |
ok @jsg | |||
2008-06-08 | add manpage for the ix(4) 10GbE driver | Reyk Floeter | |
2008-06-08 | regen | Yojiro Uo | |
2008-06-08 | add following devices | Yojiro Uo | |
- IODATA WN-G54/US (11bg) - MELCO WLI-U2-KAMG54 (11abg) | |||
2008-06-08 | alpha/conf/RAMDISK | Theo de Raadt | |
2008-06-08 | we don't support msi/msi-x, remove the code | Reyk Floeter | |
2008-06-08 | replace strange Linux-style u8/u16/u32/u64/s32 integer types with the | Reyk Floeter | |
standard C99 uint*_t/int*_t types (i don't get why these drivers always use their own types when there is a well-defined standard). | |||
2008-06-08 | The default route is 0.0.0.0/0 so it is necessary to check the mask as well. | Claudio Jeker | |
OK henning@ | |||
2008-06-08 | Have the sftp client store the statvfs replies in wire format, | Darren Tucker | |
which prevents problems when the server's native sizes exceed the client's. Also extends the sizes of the remaining 32bit wire format to 64bit, they're specified as unsigned long in the standard. | |||
2008-06-08 | use sched_is_idle() and nuke the sched_chooseproc prototype since we | Thordur I. Bjornsson | |
already have on in sched.h | |||
2008-06-08 | If we have reached the end of the mmap frame buffer, start over again | Marcus Glocker | |
(ring buffer). Add some more DPRINTFs to follow the queueing. OK robert@ | |||
2008-06-08 | Handle commits on a per-directory basis instead handling all of them at | Tobias Stoeckmann | |
once in local setup. Also added '!' to reuse typed log message for all following directories. ok joris | |||
2008-06-08 | Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter, | Reyk Floeter | |
based on Intel's ixgbe driver. Done on borrowed hardware since Intel was too poor to give us a card. ok deraadt@ | |||
2008-06-08 | Set up shutdown and powerhooks with code adapted from rt2661. | Jonathan Gray | |
Fixes resume from suspend/hibernate problems mentioned in PR 5845. | |||
2008-06-08 | Don't ignore a slightly unresponsive server for an hour, 5 minutes is enough. | Chris Kuethe | |
comments & ok henning@ | |||
2008-06-08 | First minimal cleanup of routing code, kill rtrequest() it got replaced with | Claudio Jeker | |
rtrequest1() everywhere now. OK henning@ | |||
2008-06-08 | One last rtrequest() was hiding here but it could not hide from grep. | Claudio Jeker | |
Change to rtrequest1() so that we can retire rtrequest(). OK henning@ | |||
2008-06-08 | sync | Theo de Raadt | |
2008-06-08 | When adding PMTU related routes to the table inherit the priority form the | Claudio Jeker | |
parent instead of using RTP_DEFAULT. OK henning@ | |||
2008-06-08 | arc4random_stir() does not use /dev/arandom anymore, but sysctl kern.arandom | Theo de Raadt | |