| Commit message (Expand) | Author | Age | Files | Lines |
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 9 | -0/+11 |
* | Silence warning and set WARNS=2. | dd | 2001-06-24 | 2 | -1/+2 |
* | Constify and set WARNS=2. | dd | 2001-06-24 | 2 | -1/+2 |
* | Constify, add a prototype, and set WARNS=2. | dd | 2001-06-24 | 2 | -3/+3 |
* | Constify and set WARNS=2. | dd | 2001-06-24 | 2 | -4/+5 |
* | fix oopslet for PROC_UNLOCK_NOSWITCH | mjacob | 2001-06-24 | 1 | -1/+1 |
* | Use strdup(3) instead of reimplementing it inline. | dd | 2001-06-24 | 1 | -7/+1 |
* | cleanup some of the XPORT_FC code | mjacob | 2001-06-24 | 1 | -24/+18 |
* | Add a transport settings variant for Fibre Channel. | mjacob | 2001-06-24 | 1 | -0/+13 |
* | Add CAM_NEW_TRAN_CODE as an option (to be included in opt_cam.h). | mjacob | 2001-06-24 | 1 | -0/+3 |
* | Reword a sentence to make it proper English. | dd | 2001-06-24 | 1 | -1/+1 |
* | Clean up the addrmerge() function, which was over-complicated and | iedowse | 2001-06-24 | 1 | -136/+120 |
* | on icmp6 node information query (FQDN), do not return hostnames with | ume | 2001-06-24 | 1 | -2/+6 |
* | decrease warning | ume | 2001-06-24 | 1 | -2/+4 |
* | Nuke the comment about MIP6. We don't have MIP6 code, yet. | ume | 2001-06-24 | 1 | -12/+0 |
* | inject outbound packet to BPF. | ume | 2001-06-24 | 1 | -1/+25 |
* | Constify, staticize and add a missing include; add WARNS?=2. | des | 2001-06-24 | 2 | -4/+7 |
* | Don't dereference a NULL pointer if we fail to get a sendfilebuf. | dwmalone | 2001-06-24 | 1 | -1/+2 |
* | Add prototypes and turn on WARNS=?2. | dwmalone | 2001-06-24 | 2 | -0/+19 |
* | Allow getcred sysctl to work in jailed root processes. Processes can | dwmalone | 2001-06-24 | 3 | -17/+35 |
* | Get rid of some constness warnings. | dwmalone | 2001-06-24 | 1 | -6/+7 |
* | Don't add -Wall, as it's a compiler specific flag. | dwmalone | 2001-06-24 | 1 | -1/+1 |
* | Fix most of the warnings given by WARNS=2. | dwmalone | 2001-06-24 | 3 | -105/+114 |
* | Fix asm constraints for atomic_cmpset_32. This fix may also be needed | benno | 2001-06-24 | 1 | -1/+1 |
* | After exhaustive discussions and some meandering and confusion, enough | dillon | 2001-06-24 | 1 | -0/+6 |
* | Reset timestamps of battery info. and status by thier notify handler. | iwasaki | 2001-06-24 | 1 | -10/+13 |
* | - Swap order of "S4B" and "S5" in sleep_state_names. They already | iwasaki | 2001-06-24 | 1 | -6/+6 |
* | Don't call exit(3) from a signal handler. | dd | 2001-06-24 | 2 | -4/+3 |
* | mdoc(7) police: use the Fn macro where appropriate. | dd | 2001-06-24 | 1 | -3/+6 |
* | Remove duplicate words. | dd | 2001-06-24 | 24 | -27/+27 |
* | Correct a typo. | dd | 2001-06-24 | 1 | -1/+1 |
* | mdoc(7) police: sort xrefs. | dd | 2001-06-24 | 1 | -7/+7 |
* | Add myself. | jasone | 2001-06-24 | 1 | -0/+1 |
* | Fix some return-value brain-damage in forward_register(). This | iedowse | 2001-06-23 | 1 | -16/+21 |
* | Use the new CLSET_CONNECT clnt_control() request on UDP clients to | iedowse | 2001-06-23 | 1 | -1/+20 |
* | Add a new clnt_control() request `CLSET_CONNECT' that controls | iedowse | 2001-06-23 | 3 | -4/+28 |
* | Add initializetion of NVCTL register with EEPROM stored value. | semenu | 2001-06-23 | 5 | -0/+45 |
* | remove -g -O0, that was only for debugging... | ben | 2001-06-23 | 1 | -1/+1 |
* | Don't dereference a pointer after freeing that pointer. | ben | 2001-06-23 | 1 | -2/+3 |
* | the turtle beach santacruz implements ac97 eapd in an inverted sense - | cg | 2001-06-23 | 3 | -13/+15 |
* | Reduce field width for some columns so that the default output fits in <= 79 | schweikh | 2001-06-23 | 1 | -3/+3 |
* | Replace bzero() of struct ip with explicit zeroing of structure members, | jlemon | 2001-06-23 | 2 | -4/+12 |
* | add defines and ifdefs so this code will compile on 4.x | cg | 2001-06-23 | 7 | -14/+113 |
* | Three people known to be born on December 18! | ru | 2001-06-23 | 1 | -0/+1 |
* | move a private struct definition from ac97.h to ac97.c | cg | 2001-06-23 | 2 | -13/+32 |
* | Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats. | ru | 2001-06-23 | 10 | -19/+43 |
* | add sndstat.c so module users have /dev/sndstat again | cg | 2001-06-23 | 2 | -2/+2 |
* | - Fix space allocation for mbstat structure | bmilekic | 2001-06-23 | 1 | -3/+5 |
* | Make sure to try hw.ncpu if kern.smp.cpus doesn't exist (i.e. on UP) when | bmilekic | 2001-06-23 | 1 | -1/+2 |
* | By default link statically (like we did in the port) - it provides 8-10% | sobomax | 2001-06-23 | 1 | -0/+2 |