| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Allow unprivileged users to run l2ping(8). | Maksim Yevmenkin | 2009-02-04 | 1 | -5/+0 |
| * | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | Dag-Erling Smørgrav | 2008-10-23 | 1 | -1/+1 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 5 | -27/+22 |
| * | Implement ratelimiting for debug messages. For now, allow at most | Maksim Yevmenkin | 2008-08-01 | 5 | -20/+50 |
| * | Increase maximum input queue size limit for raw Bluetooth HCI sockets. | Maksim Yevmenkin | 2008-08-01 | 1 | -2/+1 |
| * | Fix locking bug, i.e. lock "wildcard" matched pcb before return. | Maksim Yevmenkin | 2008-08-01 | 1 | -0/+3 |
| * | Introduce support for Bluetooth SCO sockets. This is based on older | Maksim Yevmenkin | 2008-07-30 | 2 | -1/+2002 |
| * | Fix locking issue in ng_btsocket_l2cap_ctloutput() | Maksim Yevmenkin | 2007-10-31 | 1 | -2/+4 |
| * | Allow RFCOMM servers to bind to a ''wildcard'' RFCOMM channel | Maksim Yevmenkin | 2007-10-29 | 1 | -31/+53 |
| * | Return EADDRNOTAVAIL instead of EDESTADDRREQ error when | Maksim Yevmenkin | 2007-08-23 | 2 | -2/+2 |
| * | Replace sosend() with direct call to .pru_send method on the | Maksim Yevmenkin | 2007-06-21 | 1 | -2/+2 |
| * | Universally adopt most conventional spelling of acquire. | Robert Watson | 2007-05-27 | 1 | -1/+1 |
| * | o Update a comment: sonewconn() lives in uipc_socket.c now. | Maxim Konovalov | 2007-03-26 | 1 | -1/+1 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 2 | -2/+4 |
| * | - Catch up with ongoing rwatson's socket work; | Maksim Yevmenkin | 2006-08-25 | 2 | -184/+68 |
| * | Define mtu as u_int16_t not as int. This should fix problem with rfcomm | Maksim Yevmenkin | 2006-08-24 | 1 | -1/+2 |
| * | soreceive_generic(), and sopoll_generic(). Add new functions sosend(), | Robert Watson | 2006-07-24 | 1 | -5/+4 |
| * | Change semantics of socket close and detach. Add a new protocol switch | Robert Watson | 2006-07-21 | 5 | -5/+35 |
| * | Add new SIOC_HCI_RAW_NODE_LIST_NAMES ioctl. User-space applications can | Maksim Yevmenkin | 2006-05-17 | 1 | -1/+64 |
| * | Chance protocol switch method pru_detach() so that it returns void | Robert Watson | 2006-04-01 | 4 | -35/+13 |
| * | Change protocol switch pru_abort() API so that it returns void rather | Robert Watson | 2006-04-01 | 4 | -8/+8 |
| * | Use sparse initializers for "struct domain" and "struct protosw", | Ruslan Ermilov | 2005-11-09 | 1 | -55/+31 |
| * | Push the assignment of a new or updated so_qlimit from solisten() | Robert Watson | 2005-10-30 | 2 | -4/+4 |
| * | Fix multiple typos in the mutex names. This fixes false positive (and pretty | Maksim Yevmenkin | 2005-08-23 | 1 | -4/+4 |
| * | Address minor locking issues. Use taskqueue_swi instead of taskqueue_swi_giant. | Maksim Yevmenkin | 2005-07-28 | 2 | -74/+74 |
| * | Remove PR_ATOMIC flag in ng_btsocket_protosw[] for BLUETOOTH_PROTO_RFCOMM | Maksim Yevmenkin | 2005-04-06 | 1 | -1/+1 |
| * | In ng_btsocket_rfcomm_receive_frame() correctly set length variable when | Maksim Yevmenkin | 2005-04-06 | 1 | -1/+1 |
| * | move ptr use down to after null check | Sam Leffler | 2005-02-26 | 1 | -3/+3 |
| * | In the current world order, solisten() implements the state transition of | Robert Watson | 2005-02-21 | 2 | -25/+46 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 5 | -5/+15 |
| * | Move ng_socket and ng_btsocket initialization to SI_SUB_PROTO_DOMAIN as they | Max Laier | 2004-11-30 | 1 | -1/+2 |
| * | Initialize struct pr_userreqs in new/sparse style and fill in common | Poul-Henning Kamp | 2004-11-08 | 1 | -84/+48 |
| * | Push acquisition of the accept mutex out of sofree() into the caller | Robert Watson | 2004-10-18 | 4 | -0/+5 |
| * | Add '#include <sys/mbuf.h>' to fix the kernel build. | Maksim Yevmenkin | 2004-06-25 | 1 | -0/+1 |
| * | Correct merge-o: make sure to unlock symmetrically socket buffer | Robert Watson | 2004-06-18 | 1 | -2/+2 |
| * | Merge additional socket buffer locking from rwatson_netperf: | Robert Watson | 2004-06-17 | 1 | -0/+12 |
| * | The socket field so_state is used to hold a variety of socket related | Robert Watson | 2004-06-14 | 1 | -2/+2 |
| * | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | Robert Watson | 2004-06-12 | 4 | -0/+7 |
| * | Integrate accept locking from rwatson_netperf, introducing a new | Robert Watson | 2004-06-02 | 1 | -4/+5 |
| * | The SS_COMP and SS_INCOMP flags in the so_state field indicate whether | Robert Watson | 2004-06-01 | 1 | -1/+1 |
| * | Switch to using C99 sparse initialisers for the type methods array. | Julian Elischer | 2004-05-29 | 3 | -37/+28 |
| * | Address few style issues pointed out by bde | Maksim Yevmenkin | 2004-04-27 | 5 | -28/+28 |
| * | Make sure RFCOMM multiplexor channel does not hang in DISCONNECTING | Maksim Yevmenkin | 2004-04-23 | 1 | -3/+6 |
| * | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | Robert Watson | 2004-03-01 | 4 | -7/+7 |
| * | Replace deprecated NG_NODELEN with the new NG_NODESIZ. There is one | Hartmut Brandt | 2004-01-26 | 1 | -1/+1 |
| * | NULL -> 0 where appropriate. | Alfred Perlstein | 2003-12-24 | 3 | -18/+18 |
| * | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 1 | -4/+8 |
| * | Update Bluetooth code. | Maksim Yevmenkin | 2003-10-12 | 5 | -12/+21 |
| * | Use the <sys/bitstring.h> rather than <bitstring.h> | Poul-Henning Kamp | 2003-06-13 | 5 | -5/+5 |
| * | Part one of undating the bluetooth code to the newest version | Julian Elischer | 2003-05-10 | 6 | -523/+4611 |