| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Take advantage of pre-existing lock-free synchronization and type stable memory | hsu | 2003-02-15 | 1 | -3/+4 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Back out some style changes. They are not urgent, | luigi | 2002-11-20 | 1 | -26/+37 |
* | Minor documentation changes and indentation fix. | luigi | 2002-11-17 | 1 | -37/+26 |
* | Implement a new IP_SENDSRCADDR ancillary message type that permits | iedowse | 2002-10-21 | 1 | -4/+62 |
* | Remove the "temporary connection" hack in udp_output(). In order | iedowse | 2002-10-21 | 1 | -23/+26 |
* | correct PCB locking in broadcast/multicast case that was exposed by change | sam | 2002-10-16 | 1 | -1/+1 |
* | Tie new "Fast IPsec" code into the build. This involves the usual | sam | 2002-10-16 | 1 | -86/+39 |
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -7/+1 |
* | Code formatting sync to trustedbsd_mac: don't perform an assignment | rwatson | 2002-08-15 | 1 | -2/+2 |
* | Rename mac_check_socket_receive() to mac_check_socket_deliver() so that | rwatson | 2002-08-15 | 1 | -2/+2 |
* | bugfix: move check for udp_blackhole before the one for icmp_bandlim. | luigi | 2002-08-04 | 1 | -2/+2 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 1 | -4/+29 |
* | Wire the sysctl output buffer before grabbing any locks to prevent | truckman | 2002-07-28 | 1 | -0/+3 |
* | Back out the previous change, since it looks like locking udbinfo provides | truckman | 2002-07-12 | 1 | -8/+1 |
* | Lock inp while we're accessing it. | truckman | 2002-07-12 | 1 | -1/+8 |
* | Defer calling SYSCTL_OUT() until after the locks have been released. | truckman | 2002-07-11 | 1 | -1/+2 |
* | Fix logic which resulted in missing a call to INP_UNLOCK(). | hsu | 2002-06-21 | 1 | -5/+2 |
* | Notify functions can destroy the pcb, so they have to return an | hsu | 2002-06-14 | 1 | -2/+3 |
* | The UDP head was unlocked too early in one unicast case. | hsu | 2002-06-12 | 1 | -10/+10 |
* | Lock up inpcb. | hsu | 2002-06-10 | 1 | -26/+137 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -34/+7 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -7/+34 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 1 | -6/+9 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Fixed some style bugs in the removal of __P(()). Continuation lines | bde | 2002-03-24 | 1 | -3/+3 |
* | Merge from TrustedBSD MAC branch: | rwatson | 2002-03-22 | 1 | -3/+3 |
* | Switch vm_zone.h with uma.h. Change over to uma interfaces. | jeff | 2002-03-20 | 1 | -3/+4 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -7/+7 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -6/+6 |
* | Introduce a version field to `struct xucred' in place of one of the | dd | 2002-02-27 | 1 | -5/+1 |
* | o Replace reference to 'struct proc' with 'struct thread' in 'struct | rwatson | 2001-11-08 | 1 | -3/+3 |
* | restore the data of the ip header when extended udp header and data checksum | ume | 2001-10-22 | 1 | -0/+3 |
* | - Combine kern.ps_showallprocs and kern.ipc.showallsockets into | rwatson | 2001-10-09 | 1 | -3/+3 |
* | Only allow users to see their own socket connections if | ps | 2001-10-05 | 1 | -1/+5 |
* | o Rename u_cansee() to cr_cansee(), making the name more comprehensible | rwatson | 2001-09-20 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -16/+16 |
* | Patches from Keiichi SHIMA <keiichi@iij.ad.jp> | julian | 2001-09-03 | 1 | -2/+2 |
* | move ipsec security policy allocation into in_pcballoc, before | ume | 2001-07-26 | 1 | -7/+0 |
* | Allow getcred sysctl to work in jailed root processes. Processes can | dwmalone | 2001-06-24 | 1 | -3/+7 |
* | Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats. | ru | 2001-06-23 | 1 | -1/+1 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -3/+5 |
* | Count and show incoming UDP datagrams with no checksum. | ru | 2001-03-13 | 1 | -1/+2 |
* | Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly. | jlemon | 2001-02-26 | 1 | -13/+16 |
* | Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.c | jesper | 2001-02-22 | 1 | -17/+17 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -2/+5 |
* | Only call in_pcbnotify if the src port number != 0, as we | jesper | 2001-02-20 | 1 | -0/+13 |
* | Switch to using a struct xucred instead of a struct xucred when not | green | 2001-02-18 | 1 | -2/+8 |
* | Clean up RST ratelimiting. Previously, ratelimiting occured before tests | bmilekic | 2001-02-11 | 1 | -1/+1 |