| Commit message (Expand) | Author | Age | Files | Lines |
* | We need to pass NGROUPS + 1 to getgrouplist(3) to display | robert | 2005-04-28 | 1 | -1/+1 |
* | - Merge two functions for printing `id' output. | robert | 2005-04-28 | 1 | -57/+33 |
* | Introduce a flag to enable extended warnings (-x) and make them off | harti | 2005-04-28 | 4 | -8/+31 |
* | make getnetby*() thread-safe. | ume | 2005-04-28 | 8 | -175/+339 |
* | Be resistant to DESTDIR being set to some unkosher value, e.g. "/". | ru | 2005-04-28 | 1 | -1/+1 |
* | Add support for the P600 and name the E400. | ps | 2005-04-28 | 1 | -1/+2 |
* | Add an initial regression test suite for make(1). | harti | 2005-04-28 | 65 | -0/+958 |
* | Only allow RAID5 plexes to be parity checked. | le | 2005-04-28 | 1 | -0/+4 |
* | - Act according to the documentation (man page): | robert | 2005-04-28 | 1 | -2/+1 |
* | - Set negative row or column argument values to zero. | robert | 2005-04-28 | 1 | -3/+5 |
* | Use a minimal perfect hash for the special sources/targets too. Add | harti | 2005-04-28 | 4 | -49/+114 |
* | Return the correct register number in the 'get_msr()' MD function. | jkoshy | 2005-04-28 | 6 | -29/+89 |
* | Fix the $$FreeBSD$$ that should be written verbatim to directive_hash.c | harti | 2005-04-28 | 2 | -2/+2 |
* | X logins should be recorded in lastlog / wtmp / utmp. I have no idea why | des | 2005-04-28 | 1 | -1/+1 |
* | Move the hash function for directives into its own file and add | harti | 2005-04-28 | 4 | -67/+160 |
* | Update comment to direct the reader to libkern.h instead of systm.h. | marcel | 2005-04-28 | 1 | -1/+1 |
* | Slightly reformat apb_alloc_resource() to create some horizontal space | marcel | 2005-04-28 | 1 | -44/+43 |
* | Inline functions belong in <sys/libkern.h>, not in <sys/systm.h>. | marcel | 2005-04-28 | 2 | -22/+20 |
* | Delete stale files post their move to "sys/dev/hwpmc/". | jkoshy | 2005-04-28 | 6 | -7077/+0 |
* | Use the new path (post repo-copy) to our sources. | jkoshy | 2005-04-28 | 1 | -1/+1 |
* | Refactor the CRC-32 code to enhance its usability. Move the actual | marcel | 2005-04-27 | 2 | -16/+39 |
* | Make the Z8530 more reliable as low-level console by making use of the | marcel | 2005-04-27 | 1 | -3/+3 |
* | hide implementation specific internal functions from netdb.h. | ume | 2005-04-27 | 7 | -12/+17 |
* | Add code from Kazuhito HONDA that allows the user to see | julian | 2005-04-27 | 3 | -0/+157 |
* | When NFS was converted to the new mount syscall, code was written that sets | des | 2005-04-27 | 1 | -3/+1 |
* | Disable the IPFILTER bits until they compile again. This can be overriden | scottl | 2005-04-27 | 1 | -0/+5 |
* | Allocating the memory for the kernel stack one time is enough. | cognet | 2005-04-27 | 1 | -7/+0 |
* | Fix compilation problem. | davidxu | 2005-04-27 | 1 | -1/+1 |
* | - Don't vgonel() via vgone() or vrecycle() if the vnode is already doomed. | jeff | 2005-04-27 | 1 | -1/+8 |
* | - Changes to vgone() and related teardown code have meant that the vxthread | jeff | 2005-04-27 | 1 | -1/+0 |
* | - Stop setting vxthread, we've asserted that it was useless for several | jeff | 2005-04-27 | 1 | -2/+0 |
* | - Stop checking vxthread, we've asserted that it was useless for several | jeff | 2005-04-27 | 1 | -4/+2 |
* | - Fix several locking problems in unionfs_mount so that it will come | jeff | 2005-04-27 | 1 | -23/+7 |
* | - Pass the ISOPEN flag down to our lower filesystems. | jeff | 2005-04-27 | 1 | -2/+1 |
* | - Pass the ISOPEN flag to namei so filesystems will know we're about to | jeff | 2005-04-27 | 5 | -6/+7 |
* | - Add an ISOPEN flag that filesystems can use to determine if a namei() | jeff | 2005-04-27 | 1 | -0/+1 |
* | The current H.323 proxy source has a license that isn't suitable for inclusion | darrenr | 2005-04-27 | 1 | -1/+3 |
* | Forced commit to note the move from "src/sys/hwpmc" to "src/sys/dev/hwpmc". | jkoshy | 2005-04-27 | 0 | -0/+0 |
* | - Comment out duplicate rcsid strings in *.c files | darrenr | 2005-04-27 | 6 | -11/+18 |
* | Remove COMPAT_32BIT, it is no longer needed. | davidxu | 2005-04-27 | 1 | -5/+0 |
* | Provide stub functions for i386_set_ldt() and i386_get_ldt() even when | peter | 2005-04-26 | 2 | -7/+4 |
* | While I'm here, list the new kenv (boot.netif.name) along with the others. | des | 2005-04-26 | 1 | -0/+1 |
* | No longer use _amd64_set_gsbase(). Use i386_set_gsbase() even when | peter | 2005-04-26 | 6 | -166/+2 |
* | When netbooting, as soon as we've figured out which interface we booted | des | 2005-04-26 | 2 | -0/+3 |
* | Remove the special _amd64_set_gsbase() code for #ifdef COMPAT_32BIT, now | peter | 2005-04-26 | 4 | -20/+0 |
* | Stop calling _amd64_set_gsbase() for COMPAT_32BIT. The amd64 kernel | peter | 2005-04-26 | 1 | -9/+2 |
* | Fix a the previous commit. I wanted to remove the if and always run the | brooks | 2005-04-26 | 1 | -0/+1 |
* | Don't force IPv6 proto to be printed numericaly. | brooks | 2005-04-26 | 1 | -2/+0 |
* | Introduce a struct icmphdr which contains the type, code, and cksum | brooks | 2005-04-26 | 3 | -10/+17 |
* | our get{proto,serv}by*() use a thread-specific data space. | ume | 2005-04-26 | 2 | -2/+2 |