| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change the vnode list under the mount point from a LIST to a TAILQ | Matthew Dillon | 2001-10-23 | 18 | -55/+60 |
| * | Refer to chflags(2) instead of chflags(1) (since we're a section 2 | Dima Dorfman | 2001-10-23 | 1 | -3/+2 |
| * | This program uses sysexits(3), so it does not exit 1 on failure. | Dima Dorfman | 2001-10-23 | 1 | -3/+1 |
| * | Explain a little about sysexits(3) so that regular users can take | Dima Dorfman | 2001-10-23 | 1 | -4/+8 |
| * | Remove funky right justification. | Mike Barcroft | 2001-10-23 | 6 | -52/+52 |
| * | Fixed the value of the prefixlen in the sadb_address structure. | Hajimu UMEMOTO | 2001-10-22 | 1 | -8/+20 |
| * | In the signal trampoline, flush the register stack before calling | Doug Rabson | 2001-10-22 | 2 | -2/+4 |
| * | New release note: pkg_create -b. | Bruce A. Mah | 2001-10-22 | 2 | -0/+8 |
| * | Re-order ports collection infrastructure section of release notes. | Bruce A. Mah | 2001-10-22 | 2 | -86/+86 |
| * | Delete wx(4) release notes and hardware notes. | Bruce A. Mah | 2001-10-22 | 4 | -16/+2 |
| * | Reduce frequency of Battery info (_BIF) acquisition. This helps | Mitsuru IWASAKI | 2001-10-22 | 1 | -6/+38 |
| * | Fix reversed virtual/physical bus check, whoops! | Mike Smith | 2001-10-22 | 1 | -1/+1 |
| * | Fix UserTerms disassembling. Now that dumped ASL can be compiled with | Mitsuru IWASAKI | 2001-10-22 | 10 | -35/+266 |
| * | Remove unused headers that were breaking LINT. | Jonathan Lemon | 2001-10-22 | 1 | -6/+0 |
| * | Back out my previous commit. It is not necessary anymore now that Ruslan | John Hay | 2001-10-22 | 1 | -4/+3 |
| * | No, you may not /* FALLTHROUGH */. Not only will you return an incorrect | Dag-Erling Smørgrav | 2001-10-22 | 1 | -1/+1 |
| * | wx is an ex-parrot. wx doesn't exist any more, so remove it. | Warner Losh | 2001-10-22 | 2 | -2/+0 |
| * | These two used sioreg.h as well. This is mildly bogus, but it is harder | Warner Losh | 2001-10-22 | 2 | -2/+2 |
| * | Back out part of previous commit: remove #include <sys/proc.h>. | Dag-Erling Smørgrav | 2001-10-22 | 2 | -2/+0 |
| * | Upon further reflection, back out previous commit, partly for the reasons | Dag-Erling Smørgrav | 2001-10-22 | 2 | -9/+7 |
| * | restore the data of the ip header when extended udp header and data checksum | Hajimu UMEMOTO | 2001-10-22 | 1 | -0/+3 |
| * | This is __i386__-only, not !__alpha__. We never had userconfig on | Peter Wemm | 2001-10-22 | 1 | -1/+1 |
| * | disk_clone() was a bit too eager to please: "md0s1ec" is not a valid | Poul-Henning Kamp | 2001-10-22 | 1 | -0/+2 |
| * | Clamp down with NOOBJ. | Ruslan Ermilov | 2001-10-22 | 1 | -8/+9 |
| * | Argh! Shoot me! (add closing */ after $FreeBSD$ ) | Peter Wemm | 2001-10-22 | 1 | -1/+1 |
| * | Fix WAW dependency. p6 is written in the syscall epilogue. | Peter Wemm | 2001-10-22 | 1 | -0/+1 |
| * | Unbreak make world by adding .CURDIR here and there. | John Hay | 2001-10-22 | 1 | -3/+4 |
| * | Fix a few more dependancy violations. | Doug Rabson | 2001-10-22 | 1 | -3/+3 |
| * | Remove extra memory region kept by "struct pfil_head pfil_head_t;". | Ruslan Ermilov | 2001-10-22 | 1 | -1/+1 |
| * | Setup for a 200MB FS -- 209715200/512= 409600 sectors. | David E. O'Brien | 2001-10-22 | 1 | -1/+1 |
| * | Implement TCP/IP checksum off-loading on send for the 3c905B and later | Alan Cox | 2001-10-22 | 1 | -1/+12 |
| * | First commit after a repo copy of isa/sio* -> dev/sio: | Warner Losh | 2001-10-22 | 8 | -3532/+6 |
| * | #include <sys/proc.h> where needed (for the stop event definitions) and | Dag-Erling Smørgrav | 2001-10-22 | 7 | -29/+49 |
| * | Move the stop event macros from pioctl.h to proc.h, and add an S_ALLSTOPS | Dag-Erling Smørgrav | 2001-10-22 | 2 | -7/+9 |
| * | When we set our UID to `nobody', set an appropriate group also. | David E. O'Brien | 2001-10-22 | 1 | -0/+1 |
| * | Chroot to /tftpboot for tftp. | David E. O'Brien | 2001-10-22 | 1 | -1/+1 |
| * | Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to | Dag-Erling Smørgrav | 2001-10-21 | 17 | -811/+50 |
| * | [partially forced commit due to pilot error in earlier commit attempt] | Dag-Erling Smørgrav | 2001-10-21 | 15 | -40/+101 |
| * | {set,fill}_{,fp,db}regs() fixup: | Dag-Erling Smørgrav | 2001-10-21 | 2 | -2/+28 |
| * | Teach truss(1) to display sockaddrs. It currently knows about AF_INET, | Dag-Erling Smørgrav | 2001-10-21 | 2 | -3/+82 |
| * | In the words of the submitter: | Daniel Eischen | 2001-10-21 | 1 | -2/+10 |
| * | Add proc/mtab which simulates a Linux system's /etc/mtab. | Dag-Erling Smørgrav | 2001-10-21 | 1 | -1/+72 |
| * | This module will soon need opt_linux.h (for <linux/linux_util.h>) | Dag-Erling Smørgrav | 2001-10-21 | 1 | -0/+1 |
| * | Convert textvp_fullpath() into the more generic vn_fullpath() which takes a | Dag-Erling Smørgrav | 2001-10-21 | 2 | -11/+13 |
| * | Add some more names for bits of trapframe. | Doug Rabson | 2001-10-21 | 1 | -6/+15 |
| * | We need to save a bit more information in the partial syscall trapframe | Doug Rabson | 2001-10-21 | 2 | -30/+90 |
| * | Set ar.fpsr to something sane before trying to handle a trap - the user | Doug Rabson | 2001-10-21 | 1 | -0/+6 |
| * | Use ia64_set_fpsr() instead of __asm to set ar.fpsr. | Doug Rabson | 2001-10-21 | 1 | -1/+1 |
| * | Add ia64_set_fpsr(). | Doug Rabson | 2001-10-21 | 1 | -0/+9 |
| * | Thanks for postcards ... | Hellmuth Michaelis | 2001-10-21 | 1 | -0/+3 |