summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: Tidy up.ru2003-02-241-40/+58
|
* Fixed a typo in MLINKS.ru2003-02-241-1/+1
|
* Install the gcov(1) manpage; kernbb(8) references it.ru2003-02-241-1/+0
|
* So we don't use this header anymore.ru2003-02-241-177/+0
|
* Fixed copyright.ru2003-02-241-20/+32
| | | | | | Tidy up the markup. Only describe the new, post-2.0 behavior. Added the RETURN VALUES and ERRORS sections.
* Killed one more instance of pseudo-devices.ru2003-02-241-1/+1
|
* mdoc(7) police: Scheduled sweep.ru2003-02-2462-687/+820
|
* NO_GEOM cleanup:phk2003-02-243-35/+13
| | | | | | Move to new "struct disk *" centered API". OK'ed by: emoore
* - Removed UMAXPTDI and UMAXPTEOFF.jake2003-02-244-6/+2
| | | | | | | | | - Changed VM_MAXUSER_ADDRESS to be defined in terms of PTDPTDI. In order for assumptions about the recursive page table map to work it must be the base of the recursive map. Any pte offset that's not NPTEPG will break these assumptions. Sponsored by: DARPA, Network Associates Laboratories
* Ensure that build-tools end up in the object directory differentru2003-02-241-1/+3
| | | | | | | | | from the source directory. (This mostly affects the RELENG_4's ``make release'' release.5 target, where "rtermcap" build-tool for release/sysinstall ends up in the source directory and later steps of release.5 wipe it out.) Spotted by: jhay
* EMACS joke (no, not EMACS itself).dcs2003-02-241-0/+6
|
* Fix a grammar bogon.schweikh2003-02-241-1/+1
| | | | | Submitted by: Seth Hieronymus <sethh@principia.edu> X-MFC after: 4.8 is out the door.
* New errata: SA-03:02, SA-03:03.bmah2003-02-241-0/+18
|
* In vm_page_dirty(), assert that the page is not in the free queue(s).alc2003-02-241-0/+2
|
* Fix whitespace bogon introduced in previous commit...no contentbmah2003-02-242-2/+4
| | | | changes.
* New release notes: SA-03:02, SA-03:03.bmah2003-02-242-2/+28
|
* Fix style bugs in previous commit.mike2003-02-241-7/+5
|
* Correctly map SIGSYS signal to/from Linux.kan2003-02-242-3/+3
| | | | Submitted by: "Georg-W. Koltermann" <g.w.k@web.de>
* The mpbiosreason variable does not used for pc98.nyan2003-02-246-0/+12
|
* Fix printf format error.nyan2003-02-241-6/+6
|
* Hacks to get i386 and pc98 building:des2003-02-241-0/+2
| | | | | - TARGET=${TARGET_MACHINE} - BOOT2_UFS=UFS1_ONLY
* 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
OpenPOWER on IntegriCloud