summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Clarify about NSWAPDEV, add a DIAGNOSTICS section pointing todas2003-02-241-3/+8
| | | | | | swapon(2), and correct HISTORY. Reviewed by: mike (mentor)
* - Add a clearer error message for the case where swapon hits thedas2003-02-241-3/+9
| | | | | | | | | | | NSWAPDEV limit. - Don't warn about devices that are not in use in 'swapoff -a'. - Re-add behavior mistakenly removed in revision 1.44: If using 'swapon -a', do not warn if the device is already in use. PR: 46633 Submitted by: Andy Farkas <andyf@speednet.com.au> (in part) Reviewed by: mike (mentor)
* Expand the reference count on struct dquot to 32 bits.das2003-02-241-2/+1
| | | | | | | | This fixes a panic on large systems where a single user may have more than 64K active or inactive vnodes. PR: 48234 Reviewed by: mike (mentor)
* Third attempt at removing machdep.h and using ALIGN from <sys/param.h>.marcel2003-02-243-101/+54
| | | | | | | | | | | | | | The initial stack_block is staticly allocated and will be aligned according to the alignment requirements of pointers, which does not necessarily match the alignment enforced by ALIGN. To solve this a more involved change is required: remove the static initial stack and deal with an initial condition of not having a stack at all. This change is therefore more risky than the previous ones, but unavoidable (other than not using the platform default alignment). Discussed with: tjr Approved and reviewed by: tjr Tested on: alpha, i386, ia64 and sparc64
* When removing the last item from a non-empty worklist, the worklistmckusick2003-02-241-2/+15
| | | | | | | tail pointer must be updated. Reported by: Kris Kennaway <kris@obsecurity.org> Sponsored by: DARPA & NAI Labs.
* <machine/vmparam.h> is the right place to get KERNBASE, so don't specialobrien2003-02-241-1/+1
| | | | platform case it (or use alternate spellings).
* o add -b option to enable batchingsam2003-02-241-5/+15
| | | | | o add #ifdef __FreeBSD__'s around the profiling so the code compiles on openbsd o update a comment about expected performance for Broadcom hardware
* o instead of applying arbitrary tunables, just honor the COP_F_BATCHsam2003-02-241-73/+46
| | | | | | | | flag that can be marked on each symmetric op o eliminate hw.ubsec.maxbatch and hw.ubsec.maxaggr since they are not needed anymore o change ubsec_feed to return void instead of int since zero is always returned and noone ever looked at the return value
* Return bits which were removed in revision 1.22.trhodes2003-02-241-3/+11
| | | | Requested by: imp
* Check whether setmode(3) fails and deallocate its return value aftermikeh2003-02-241-0/+4
| | | | | | | calling getmode(3). Approved by: wollman MFC after: 1 week
* Return bits which were removed in revision 1.28.trhodes2003-02-241-0/+19
| | | | Requested by: imp
* Don't NULL out p_fd until after closefd() has been called. This isn'tscottl2003-02-241-4/+6
| | | | | totally correct, but it has caused breakage for too long. I welcome someone with more fd fu to fix it correctly.
* pst(4) should be portable across all our platforms.obrien2003-02-242-3/+3
|
* Revert to old (broken for over 1.5Tb filesystems) version of cgbasemckusick2003-02-241-0/+2
| | | | | | so that boot loader once again will fit. Sponsored by: DARPA & NAI Labs.
* Wrap the static endian functions to shutup GCC.obrien2003-02-241-0/+2
|
* Be more specific about supported cards.trhodes2003-02-241-1/+1
| | | | Submitted by: imp
* Fix a comment which didn't match the new cookie behavior.silby2003-02-241-1/+1
| | | | | Submitted by: Scott Renfro <scott@renfro.org> MFC after: 1 day
* Catch up with ATAng changesgrehan2003-02-242-18/+23
|
* I thought groff was wrapped with NO_CXX. Oh well, it is now.obrien2003-02-241-1/+5
|
* Check the value given for number-of-logs to keep in config-file entries,gad2003-02-241-2/+2
| | | | | | | and error-out if the value is negative (avoiding an infinite loop). PR: bin/30654 (part of it) MFC after: 3 weeks
* Remove a comment about pccardd(8).trhodes2003-02-241-3/+1
| | | | Discussed with: imp
* 1) Fix so -a honors the -n ("do nothing") option. Before, if the directorygad2003-02-241-4/+16
| | | | | | | | | | given for -a did not exist, then newsyslog would always try to create it, even if -n was specified. 2) When -a processing *does* create the directory, have it check the result from mkdir(), and immediately error-out if that failed. PR: bin/46974 MFC after: 3 weeks
* Fix another case for timewait.jlemon2003-02-241-0/+3
|
* Update to work with the new timewait state.jlemon2003-02-241-21/+5
| | | | Reviewed by: sam
* Add device wlan as its now required.trhodes2003-02-241-0/+1
| | | | Discussed with: imp
* Remove a XXXKSE. kg_completed now needs proc lock.davidxu2003-02-242-2/+0
|
* Minor style fix. Add parenthesis around 'return' values.gad2003-02-241-16/+16
| | | | | Reviewed by: md5 MFC after: 3 weeks
* tcp_twstart() need to be called with the TCP protocol lock held to avoidhsu2003-02-242-12/+16
| | | | a race condition with the TCP timer routines.
* Add the idea of a "default rotate action", which will be used if a file isgad2003-02-241-33/+194
| | | | | | | | | | | specified at runtime, but that filename is not listed in the newsyslog.conf file. This default-action can be changed by having a line in newsyslog.conf with the filename of "<default>". Before this change, the program would quietly ignore the given file. An update to the man page will be written after I finish some other updates to newsyslog.c. Reviewed by: no objections from freebsd-arch MFC after: 3 weeks
* Backout last surplus commit. That day just wasn't my day.davidxu2003-02-242-10/+0
|
* Pass the right function to callout_reset() for a compressedhsu2003-02-242-2/+2
| | | | TIME-WAIT control block.
* Use the direct mapping of IdlePTD setup in locore for proc0's page directory,jake2003-02-242-16/+4
| | | | | | | | instead of allocating another page of kva and mapping it in again. This was likely an oversight in revision 1.174 (cut and paste from pmap_pinit). Discussed with: peter, tegge Sponsored by: DARPA, Network Associates Laboratories
* Add apple partition map GEOM modulegrehan2003-02-241-0/+1
|
* Make the 'a' parameter of bus_space_write_multi_stream_*() a const pointer.obrien2003-02-241-3/+3
|
* Allow machines with one CPU and a valid mp table to boot an SMP kernel.tegge2003-02-236-0/+12
|
* Add support for Peppercon ROL-F Card.dan2003-02-232-0/+10
| | | | | Submitted by: Sascha Holzeiter <sascha@root-login.org> PR: 48559
* Use the correct size for reading and writing the PCI config space.marcel2003-02-231-5/+5
| | | | | | | | Reading the PCI config space with the wrong (larger) size is not a problem in this case, but writing can be as it clobbers unrelated registers. In this case the clobbering is for reserved fields, which too is mostly harmless... for now. Hence, this change is mostly preventive in nature.
* Sync new socket nonblocking/async state with file flags in accept().tegge2003-02-231-0/+7
| | | | | PR: 1775 Reviewed by: mbr
* There is no reason to be cute with ntohl(). Just call it directly ratherobrien2003-02-235-22/+8
| | | | | | than use a macro that tries to do conversions in place. Compile tested on: sparc64
* Explain what exca is.imp2003-02-232-0/+41
|
* Previous commit missed a 1 that should be NGPTD, and an NPDEPG that shouldjake2003-02-237-5/+7
| | | | | | be NPDEPTD. Grumble. Sponsored by: DARPA, Network Associates Laboratories
* This commit was generated by cvs2svn to compensate for changes in r111368,obrien2003-02-231-0/+248
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import Linux's linux/include/asm-sparc64/bitopts.h.obrien2003-02-231-0/+248
| | | | | | | | This is taken from the 2.4.3 Linux sources as shipped on Red Hat 7.1 Alpha.
| * Update the vendor branch of ext2fs to Linux 2.3.35. This is neededbde2000-01-018-686/+1123
| | | | | | | | | | | | | | | | | | | | mainly to get control over new features. E.g., ext2fs filesystems may now have a type field in directory entries (like ufs has had for 20 years or so). Current versions of FreeBSD ext2fs panic on this. ext2fs filesystem code is supposed to check the feature flags in the superblock and take appropriate actions for unsupported features. The other new features are sparse superblocks, large file support, and btree'd directories.
| * Finish (?) importing the Linux ext2fs files that our GPL'ed ext2fsbde2000-01-011-34/+10
| | | | | | | | | | | | | | | | | | files seem to be based on. Don't bother importing <asm-i386/string.h> just to get the Linux implementation of memscan() which is appended to our i386-bitops.h. The BSD skpc() should have been used instead of memscan(). Obtained from: Linux 1.2.2 distribution
* | Import Linux's linux/include/asm-sparc64/bitopts.h.obrien2003-02-231-0/+248
| | | | | | | | This is taken from the 2.4.3 Linux sources as shipped on Red Hat 7.1 Alpha.
* | Follow the (good) trend of returning import files to vendor versionsgshapiro2003-02-2315-25/+2
| | | | | | | | where possible for easier future imports.
* | This local FreeBSD mod isn't needed now that we have the freebsd* ostypegshapiro2003-02-231-1/+0
| | | | | | | | files.
* | o Improve vocabulary/wordingchris2003-02-231-34/+60
| | | | | | | | | | | | | | | | | | | | o Expand on MAC policy enforcement on network interfaces o Add cross-references to su(1) and setfsmac(8) where appropriate o Comment out mmap revocation sysctls as they are a bit too experimental o Add the standard BUGS section Prompted by: rwatson Sponsored by: DARPA, Network Associates Laboratories
* | If more than one argument were given on the command line, interpret thedes2003-02-231-4/+15
| | | | | | | | | | additional arguments as a series of architectures to build. This is useful for running subsets of a particular configuration.
OpenPOWER on IntegriCloud