Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-11 | KNF. "go for it" deraadt@ | Marc Winiger | |
2007-09-11 | undo rev 1.10 "implement a zero-copy RX data path". | Damien Bergamini | |
working with a fixed number of Rx buffers doesn't work well. fixes problems with blocked incoming traffic. | |||
2007-09-11 | remove horrid casts now that SHA1Update() has been constified. | Damien Bergamini | |
2007-09-11 | s/iwn_edcaupdate/iwn_updateedca/ + hook it into net80211 | Damien Bergamini | |
2007-09-11 | - add callbacks for setting EDCA parameters and pairwise crypto keys. | Damien Bergamini | |
- tweaks to make it look more like iwn(4). | |||
2007-09-11 | The same dance as in all other routing daemons. baudrate is 64bit plus | Claudio Jeker | |
initialize iface->baudrate when the interface is created. An additional gimmick don't set the ictl->baudrate twice when building the control message. | |||
2007-09-11 | Avoid setting a global pointer variable from signal handlers | Chad Loder | |
OK deraadt | |||
2007-09-11 | Use sig_atomic_t where required. OK moritz, deraadt | Chad Loder | |
2007-09-11 | u_quad_t -> u_int64_t and %qu -> %llu, from brad | Henning Brauer | |
2007-09-11 | fix firmware package version number. it's 2.14.1.5 not 2.14.1.15. | Damien Bergamini | |
and yes 2.14.1.5 is more recent than 2.14.4. don't ask me why, i'm just following Intel's numbering scheme. pointed out by jmc@ | |||
2007-09-11 | fix a bug in the scan command I introduced with my previous commit. | Damien Bergamini | |
2007-09-11 | More baudrate fixes. Again don't forget to initialize the iface->baudrate. | Claudio Jeker | |
2007-09-11 | 64bit baudrate and %llu to print | Henning Brauer | |
2007-09-11 | baudrate, two non-obvious ones marked for michele | Henning Brauer | |
2007-09-11 | baudrate 64bit, two more questionable marked for norby | Henning Brauer | |
2007-09-11 | baudrate is 64bit now, plus print w/ %llu | Henning Brauer | |
2007-09-11 | baudrate u_long -> u_int64_t | Henning Brauer | |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade | |
ok pyr@, ray@, millert@, moritz@, chl@ | |||
2007-09-11 | More 64 bits counters fixes. | Michael Knudsen | |
From brad. ok mk claudio | |||
2007-09-11 | add application/x-bittorrent | Henning Brauer | |
From: Alex Holst <a@mongers.org> | |||
2007-09-11 | Switch some more baudrates to 64 bit and initialize iface->baudrate. | Claudio Jeker | |
2007-09-11 | Baudrate is 64bit so use %llu in printf(). Reminded by chl@ | Claudio Jeker | |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade | |
ok pyr@, ray@, millert@, moritz@, chl@ | |||
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade | |
ok pyr@, ray@, millert@, moritz@, chl@ | |||
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade | |
ok pyr@, ray@, millert@, moritz@, chl@ | |||
2007-09-11 | Replace nfsm_reqdone and nfsm_srvdone macros inline. No binary change. | Bret Lambert | |
ok thib@ | |||
2007-09-11 | KNF | Gilles Chehade | |
prompted and "much better" by marco@, ok pyr@ | |||
2007-09-11 | Add __bounded__ attributes to prototypes. | Damien Miller | |
Use (x & 0xff) rather than (x % 256) - compilers generate faster code. Add arc4_getbytes function to extract raw keystream ok markus@ tom@ | |||
2007-09-11 | Improve the ospfd(8) manpage. | Esben Norby | |
Hooray! claudio@ | |||
2007-09-11 | sync | Henning Brauer | |
2007-09-11 | PLX 9016, found on a puc nick@ acquired somewhere | Henning Brauer | |
2007-09-11 | regen | Martin Reindl | |
2007-09-11 | add Innotek VirtualBox devices | Martin Reindl | |
2007-09-11 | rearrange the mount_vnd examples to show the equivalent entry for each | Alexandre Anriot | |
vnconfig example, instead of having a bunch of different examples. discussed with and ok jmc@ grunk@ | |||
2007-09-11 | For STAC9221 Macs - no need to max the DAC volumes now that a master | Deanna Phillips | |
is available. | |||
2007-09-11 | For STAC9221 Macs, create master volume and mute controls by binding | Deanna Phillips | |
the DAC volumes. Tested by otto@, ajacoutot@, merdeley@ and Darrin Chandler. | |||
2007-09-11 | sort #include | Kevin Steves | |
2007-09-11 | henric, tsk tsk, you missed stuff related to cryptosoft | Theo de Raadt | |
2007-09-10 | Remove the ipq locking, it isn't strictly needed right now | Thordur I. Bjornsson | |
and is actually wrong in some cases, since we can enter functions without taking the lock because the return value of ipq_lock() isn't checked properly. However, this needs to be revisited when we start calling ip_drain() from the pool code when we are running out of memory, but this isn't done currently. OK art@, henning@ | |||
2007-09-10 | Remove unused "extern" declaration. | Henric Jungheim | |
ok tom@ | |||
2007-09-10 | Use M_ZERO. | Deanna Phillips | |
ok dlg@ | |||
2007-09-10 | fix uninitialized linked list head | Alexandre Ratchov | |
ok jakemsr@ | |||
2007-09-10 | Make the hmac ipad/opad globals "const" and fixup the crypto functions | Henric Jungheim | |
to match. ok deraadt@ | |||
2007-09-10 | Fix a copy/pasto from last year. CMI9880 should work now. | Deanna Phillips | |
ok brad (copy/pasto-er) | |||
2007-09-10 | Missing $OpenBSD$ tag. | Mark Kettenis | |
2007-09-10 | IPI implementation. Bits and pieces from NetBSD, but the interface has been | Mark Kettenis | |
changed to free up another 64-bit word in the interrupt transaction. This means we have two 64-bit words available for arguments, which means we probably don't need to pass arguments through structures. | |||
2007-09-10 | When selecting cylinder groups as candidates for new directory creation | Thordur I. Bjornsson | |
make sure that theres a minimum amount of free blocks in that cylinder group by tweaking the minbfree calculation. Without this, cylinder groups with no free blocks could be chosen which resaults in expensive searches for free blocks each time a new file is created in the directory. Tweak the calculation of minifree (minimum free inodes) in the same way. Also decrease the maxcontigdirs as the file system fills up to lessen the chance of directory clusters overflowing the available space in the cylinder group. From FreeBSD (Rev 1.116 of sys/ufs/ffs/ffs_alloc.c); ok miod@ | |||
2007-09-10 | Lock the vnode in ffs_unmount() before passing it too vinvalbuf() | Thordur I. Bjornsson | |
and VOP_CLOSE() since both of them expected it too be locked. ok art@ | |||
2007-09-10 | point to new 2.14.1.15 firmware (-current only). | Damien Bergamini | |
2007-09-10 | fix boot code maximum size. | Damien Bergamini | |