| Commit message (Expand) | Author | Age | Files | Lines |
* | reapply 1.26 through 1.28. | alfred | 2002-11-20 | 1 | -18/+6 |
* | forgot about 5.x freeze, backout 1.26 through 1.28 pending re@ appoval. | alfred | 2002-11-20 | 1 | -6/+18 |
* | remove useless casts, unused macros and cleanup a line wrap. | alfred | 2002-11-20 | 1 | -9/+3 |
* | comment and untwist error return logic | alfred | 2002-11-20 | 1 | -4/+3 |
* | Remove an outdated comment complaining about exporting struct ucred | alfred | 2002-11-20 | 1 | -5/+0 |
* | Don't examine an un-initialized variable. | phk | 2002-10-20 | 1 | -4/+0 |
* | Remove extern declarations of stuff which is static in nfs_node.c | phk | 2002-10-20 | 2 | -6/+3 |
* | Regularize the vop_stdlock'ing protocol across all the filesystems | mckusick | 2002-10-14 | 1 | -1/+0 |
* | Change iov_base's type from `char *' to the standard `void *'. All | mike | 2002-10-11 | 2 | -10/+21 |
* | Some kernel threads try to do significant work, and the default KSTACK_PAGES | scottl | 2002-10-02 | 1 | -1/+1 |
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 1 | -7/+2 |
* | Lock access to the signal queue, and related structures, with PROC_LOCK. | jmallett | 2002-09-30 | 1 | -1/+5 |
* | Convert use of p_siglist and old SIG*() macros to use <sys/ksiginfo.h> | jmallett | 2002-09-30 | 1 | -2/+3 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -1/+1 |
* | Remove an errant debugging printf that got left in during my last | rwatson | 2002-09-27 | 1 | -1/+0 |
* | Apparently pxeboot passes in a mygateway of non-zero sin length | rwatson | 2002-09-26 | 1 | -1/+6 |
* | - Lock access to the buf lists. | jeff | 2002-09-25 | 5 | -16/+36 |
* | Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.c | jake | 2002-09-22 | 3 | -5/+241 |
* | Use m_length() instead of home-rolled versions. | phk | 2002-09-18 | 1 | -7/+1 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 2 | -3/+3 |
* | Now that we have a cached mount credential in struct mount, use it istead | phk | 2002-09-08 | 3 | -5/+1 |
* | Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn't | bde | 2002-09-05 | 1 | -1/+1 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 1 | -1/+1 |
* | Remove a case of exposing 'struct ucred' to userspace. Use a struct xucred | alfred | 2002-08-15 | 2 | -2/+2 |
* | In order to better support flexible and extensible access control, | rwatson | 2002-08-15 | 1 | -1/+1 |
* | Introduce typedefs for the member functions of struct vfsops and employ | phk | 2002-08-13 | 2 | -10/+7 |
* | Pass IO_NOMACCHECK to vn_rdwr() in the following checks to prevent | rwatson | 2002-08-12 | 1 | -1/+1 |
* | - Add a missing VI_UNLOCK to an error case in nfs_flush. | jeff | 2002-08-05 | 1 | -0/+1 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 3 | -6/+14 |
* | o Lock page queue accesses in nfs_getpages(). | alc | 2002-07-21 | 1 | -1/+7 |
* | Fix a bug nfs_write() related to ^C'ing during a file write on an | dillon | 2002-07-16 | 1 | -2/+4 |
* | If we get a receive error in nfs_receive() and then get an error trying to | jhb | 2002-07-16 | 1 | -5/+6 |
* | Add IPv6 support. | alfred | 2002-07-15 | 3 | -28/+37 |
* | Convert old style (type foo *)0 casts to NULLs | dillon | 2002-07-11 | 7 | -69/+65 |
* | Replace the global buffer hash table with per-vnode splay trees using a | dillon | 2002-07-10 | 1 | -2/+2 |
* | In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK(). | jhb | 2002-06-28 | 4 | -16/+15 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 2 | -22/+6 |
* | Don't tsleep() with an sb_mtx held. | dd | 2002-05-27 | 1 | -2/+2 |
* | Fix warning; deprecated use of label at end of compound statement | peter | 2002-05-24 | 1 | -0/+1 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 2 | -5/+21 |
* | Add TAG_VENDOR_INDENTIFIER (option 60) to our DHCP request done by the | ambrisko | 2002-05-17 | 1 | -0/+12 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -2/+2 |
* | We don't need the arp kludge any more. | phk | 2002-04-28 | 2 | -13/+0 |
* | Remove the nfs_{lock,unlock,islocked} functions and the associated | iedowse | 2002-04-27 | 2 | -88/+0 |
* | The recent NFS forced unmount improvements introduced a side-effect | iedowse | 2002-04-17 | 1 | -4/+4 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 4 | -17/+17 |
* | Add a readonly sysctl variable of type string, kern.bootp_cookie, | luigi | 2002-03-13 | 1 | -0/+15 |
* | vhold() our vnode while checking the remote side. | phk | 2002-03-08 | 1 | -0/+3 |
* | Fix warnings.. bootpc_init() and related. | peter | 2002-02-28 | 2 | -2/+1 |