| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor commentary correction | imp | 2005-10-17 | 1 | -3/+3 |
* | xterm-basic: | ache | 2005-10-17 | 1 | -2/+2 |
* | Unconditionally mount a CD9660 filesystem as read-only, instead of | rodrigc | 2005-10-17 | 2 | -4/+8 |
* | Use the actual sector size of the media instead of hard-coding it to 2048. | rodrigc | 2005-10-17 | 2 | -6/+24 |
* | Unconditionally mount a UDF filesystem as read-only, instead of | rodrigc | 2005-10-17 | 1 | -2/+4 |
* | Check against 8019 rather than 8029 for reading in the MAC addr since | imp | 2005-10-17 | 1 | -1/+1 |
* | - Fix typo. | flz | 2005-10-17 | 1 | -1/+1 |
* | Use __pid_t instead of pid_t for sigqueue as other functions. | davidxu | 2005-10-16 | 1 | -1/+1 |
* | Update nwfs_lookup() to match the current cache_lookup() API. | truckman | 2005-10-16 | 1 | -26/+11 |
* | Reflect mpsafety of the underlying filesystem in the nullfs image. | kris | 2005-10-16 | 1 | -0/+1 |
* | Apply the same fix to a potential race in the ISDOTDOT code in | truckman | 2005-10-16 | 2 | -6/+8 |
* | Apply the same fix to a potential race in the ISDOTDOT code in | truckman | 2005-10-16 | 1 | -1/+3 |
* | Correct the type of the temporary variable used by ufs_lookup.c:1.78 | truckman | 2005-10-16 | 1 | -1/+1 |
* | Use new functions to call into drivers methods. | phk | 2005-10-16 | 1 | -39/+27 |
* | Make ttyconsolemode() call ttsetwater() so that drivers don't have to. | phk | 2005-10-16 | 7 | -6/+1 |
* | Use new (inline) functions for calls into driver. | phk | 2005-10-16 | 4 | -11/+7 |
* | Make ttsetcompat() static | phk | 2005-10-16 | 2 | -3/+1 |
* | Add a bunch of inline functions to call the drivers tty implementing methods. | phk | 2005-10-16 | 1 | -0/+76 |
* | we know it is called rpclose() so call it directly. | phk | 2005-10-16 | 1 | -1/+1 |
* | Eliminate two unused arguments to ttycreate(). | phk | 2005-10-16 | 15 | -17/+19 |
* | Re-implement rev.1.76 with respect to the code size. | sobomax | 2005-10-16 | 2 | -30/+44 |
* | Backout previous commit - for some reason it overflows space constrains on | sobomax | 2005-10-16 | 2 | -64/+48 |
* | Add some files which kris found on an old server. | netchild | 2005-10-16 | 1 | -0/+1862 |
* | Reduce diffs from i386/i386/machdep.c | nyan | 2005-10-16 | 1 | -9/+5 |
* | For AMD processors, nullify CPUID.HTT. FreeBSD has no need for the | obrien | 2005-10-16 | 2 | -0/+18 |
* | The BCM5401 dspcode load on media changes also applies | grehan | 2005-10-16 | 1 | -0/+2 |
* | Forced commit to note that the previous commit referred to r1.67, not r1.66 | kris | 2005-10-16 | 0 | -0/+0 |
* | Mempage should be 1024 not 4096. This fixes the multiple 16-bit cards | imp | 2005-10-16 | 1 | -1/+1 |
* | Add new option `q', which makes second stage loader quiet unless autoboot | sobomax | 2005-10-16 | 3 | -49/+74 |
* | Fix compiling. | davidxu | 2005-10-15 | 1 | -1/+1 |
* | added a missing unlock | suz | 2005-10-15 | 1 | -1/+3 |
* | The kernel accepts sockaddrs with len set to zero for sockaddr_in | alfred | 2005-10-15 | 1 | -9/+20 |
* | regen after recvmsg, recvfrom, sendmsg | ps | 2005-10-15 | 4 | -12/+34 |
* | Implement the 32bit versions of recvmsg, recvfrom, sendmsg | ps | 2005-10-15 | 4 | -8/+188 |
* | regen for clock_gettime, clock_settime, clock_getres | ps | 2005-10-15 | 4 | -13/+28 |
* | Implement 32bit wrappers for clock_gettime, clock_settime, and | ps | 2005-10-15 | 4 | -25/+116 |
* | regen | ps | 2005-10-15 | 4 | -6/+6 |
* | Correct the prototype for freebsd32_nanosleep and use the proper | ps | 2005-10-15 | 2 | -4/+4 |
* | Fix compiling. | davidxu | 2005-10-15 | 1 | -1/+1 |
* | Correct few MSR addresses. | jkim | 2005-10-15 | 1 | -8/+8 |
* | mpsafevm has been stable and defaulted to 1 on sparc64 for over 6 months, | kris | 2005-10-14 | 1 | -1/+1 |
* | Revise the manpage to a certain extent, mostly with respect to | yar | 2005-10-14 | 1 | -32/+68 |
* | Let modules use the kernel's opt_*.h files if built along with | yar | 2005-10-14 | 66 | -72/+155 |
* | In preparation for making the modules actually use opt_*.h files | yar | 2005-10-14 | 3 | -8/+6 |
* | - Print number of physical/logical cores and more CPUID info. | jkim | 2005-10-14 | 8 | -23/+196 |
* | Close a race in the ufs_lookup() code that handles the ISDOTDOT | truckman | 2005-10-14 | 1 | -1/+3 |
* | Merge over the remaining changes from i386 of the ksiginfo_t changes so | jhb | 2005-10-14 | 1 | -43/+21 |
* | Make four more functions static that were missed in the last commit. | thompsa | 2005-10-14 | 1 | -5/+5 |
* | Add a default value for VM_BCACHE_SIZE_MAX of 400MB. This is copied from | kris | 2005-10-14 | 1 | -0/+8 |
* | The signal code is now an int rather than a long, so update debug printfs. | jhb | 2005-10-14 | 2 | -4/+4 |