aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change the vnode list under the mount point from a LIST to a TAILQMatthew Dillon2001-10-2318-55/+60
* Refer to chflags(2) instead of chflags(1) (since we're a section 2Dima Dorfman2001-10-231-3/+2
* This program uses sysexits(3), so it does not exit 1 on failure.Dima Dorfman2001-10-231-3/+1
* Explain a little about sysexits(3) so that regular users can takeDima Dorfman2001-10-231-4/+8
* Remove funky right justification.Mike Barcroft2001-10-236-52/+52
* Fixed the value of the prefixlen in the sadb_address structure.Hajimu UMEMOTO2001-10-221-8/+20
* In the signal trampoline, flush the register stack before callingDoug Rabson2001-10-222-2/+4
* New release note: pkg_create -b.Bruce A. Mah2001-10-222-0/+8
* Re-order ports collection infrastructure section of release notes.Bruce A. Mah2001-10-222-86/+86
* Delete wx(4) release notes and hardware notes.Bruce A. Mah2001-10-224-16/+2
* Reduce frequency of Battery info (_BIF) acquisition. This helpsMitsuru IWASAKI2001-10-221-6/+38
* Fix reversed virtual/physical bus check, whoops!Mike Smith2001-10-221-1/+1
* Fix UserTerms disassembling. Now that dumped ASL can be compiled withMitsuru IWASAKI2001-10-2210-35/+266
* Remove unused headers that were breaking LINT.Jonathan Lemon2001-10-221-6/+0
* Back out my previous commit. It is not necessary anymore now that RuslanJohn Hay2001-10-221-4/+3
* No, you may not /* FALLTHROUGH */. Not only will you return an incorrectDag-Erling Smørgrav2001-10-221-1/+1
* wx is an ex-parrot. wx doesn't exist any more, so remove it.Warner Losh2001-10-222-2/+0
* These two used sioreg.h as well. This is mildly bogus, but it is harderWarner Losh2001-10-222-2/+2
* Back out part of previous commit: remove #include <sys/proc.h>.Dag-Erling Smørgrav2001-10-222-2/+0
* Upon further reflection, back out previous commit, partly for the reasonsDag-Erling Smørgrav2001-10-222-9/+7
* restore the data of the ip header when extended udp header and data checksumHajimu UMEMOTO2001-10-221-0/+3
* This is __i386__-only, not !__alpha__. We never had userconfig onPeter Wemm2001-10-221-1/+1
* disk_clone() was a bit too eager to please: "md0s1ec" is not a validPoul-Henning Kamp2001-10-221-0/+2
* Clamp down with NOOBJ.Ruslan Ermilov2001-10-221-8/+9
* Argh! Shoot me! (add closing */ after $FreeBSD$ )Peter Wemm2001-10-221-1/+1
* Fix WAW dependency. p6 is written in the syscall epilogue.Peter Wemm2001-10-221-0/+1
* Unbreak make world by adding .CURDIR here and there.John Hay2001-10-221-3/+4
* Fix a few more dependancy violations.Doug Rabson2001-10-221-3/+3
* Remove extra memory region kept by "struct pfil_head pfil_head_t;".Ruslan Ermilov2001-10-221-1/+1
* Setup for a 200MB FS -- 209715200/512= 409600 sectors.David E. O'Brien2001-10-221-1/+1
* Implement TCP/IP checksum off-loading on send for the 3c905B and laterAlan Cox2001-10-221-1/+12
* First commit after a repo copy of isa/sio* -> dev/sio:Warner Losh2001-10-228-3532/+6
* #include <sys/proc.h> where needed (for the stop event definitions) andDag-Erling Smørgrav2001-10-227-29/+49
* Move the stop event macros from pioctl.h to proc.h, and add an S_ALLSTOPSDag-Erling Smørgrav2001-10-222-7/+9
* When we set our UID to `nobody', set an appropriate group also.David E. O'Brien2001-10-221-0/+1
* Chroot to /tftpboot for tftp.David E. O'Brien2001-10-221-1/+1
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them toDag-Erling Smørgrav2001-10-2117-811/+50
* [partially forced commit due to pilot error in earlier commit attempt]Dag-Erling Smørgrav2001-10-2115-40/+101
* {set,fill}_{,fp,db}regs() fixup:Dag-Erling Smørgrav2001-10-212-2/+28
* Teach truss(1) to display sockaddrs. It currently knows about AF_INET,Dag-Erling Smørgrav2001-10-212-3/+82
* In the words of the submitter:Daniel Eischen2001-10-211-2/+10
* Add proc/mtab which simulates a Linux system's /etc/mtab.Dag-Erling Smørgrav2001-10-211-1/+72
* This module will soon need opt_linux.h (for <linux/linux_util.h>)Dag-Erling Smørgrav2001-10-211-0/+1
* Convert textvp_fullpath() into the more generic vn_fullpath() which takes aDag-Erling Smørgrav2001-10-212-11/+13
* Add some more names for bits of trapframe.Doug Rabson2001-10-211-6/+15
* We need to save a bit more information in the partial syscall trapframeDoug Rabson2001-10-212-30/+90
* Set ar.fpsr to something sane before trying to handle a trap - the userDoug Rabson2001-10-211-0/+6
* Use ia64_set_fpsr() instead of __asm to set ar.fpsr.Doug Rabson2001-10-211-1/+1
* Add ia64_set_fpsr().Doug Rabson2001-10-211-0/+9
* Thanks for postcards ...Hellmuth Michaelis2001-10-211-0/+3