summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* o Install sysctl.conf with all other *.conf files;sobomax2001-04-192-2/+9
| | | | | | o put a note into sysctl.conf describing vfs.vmiodirenable knob. OK'ed by: alfred
* Add power on to start sequence for 4.x kernels.orion2001-04-192-2/+12
| | | | | PR: kern/26255 Submitted by: WATANABE Kiyoshi <aab10490@pop16.odn.ne.jp>
* Don't unwrap the function descriptor used as the callout argument todfr2001-04-191-7/+2
| | | | | fork_exit(). The MI version of fork_exit() needs a real function descriptor, not a simple function pointer.
* Don't take the Giant mutex for clock interrupts.dfr2001-04-191-2/+0
|
* Remove section from bugs that says we don't support client locks.alfred2001-04-191-11/+0
| | | | Pointed out by: Martin Blapp <mb@imp.ch>
* Fix spelling of comparison (was: comparision).asmodai2001-04-193-16/+22
| | | | | | Add $FreeBSD$. Obtained from: NetBSD/OpenBSD
* Add Russian message catalogache2001-04-192-1/+188
| | | | | PR: 26663 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
* Work around the problem in multi-job make(1).ru2001-04-191-0/+2
| | | | | | (Fixes ``make -jN buildworld'' breakage in bootstrap-tools.) Reported by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* Add missing entry for ospf6d.ume2001-04-191-0/+1
| | | | Submitted by: Akihiro Kosakada <pdp@cyber-fleet.com>
* vnode_pager_freepage() is really vm_page_free() in disguise,alfred2001-04-196-25/+17
| | | | nuke vnode_pager_freepage() and replace all calls to it with vm_page_free()
* Indirect off cinfo rather than calling pcic_ functions directly. Thisimp2001-04-191-12/+12
| | | | | | | means that the pcic98 functionality might now work (I've tested it on my pcic machine, but not the pcic98). Since these functions are rarely called, it is unlikely that this will have a measurable impact on performance.
* Fix bogon with the nodump flag.jkh2001-04-191-5/+10
| | | | Submitted by: Dima Dorfman <dima@unixfreak.org>
* First cut at bringing NEC PC98 original pccard bridge code back intoimp2001-04-194-47/+372
| | | | | | | | | FreeBSD. This code doesn't work just yet, but does compile. We need to start indirecting via the cinfo pointers, rather than directly calling pcic_*. There may be other issues as well, but you gotta start somewhere. Obtained from: PAO3
* Fix inconsistency in setup of kernel_map: we need to make sure thatbmilekic2001-04-183-6/+8
| | | | | | | | we also reserve _adequate_ space for the mb_map submap; i.e. we need space for nmbclusters, nmbufs, _and_ nmbcnt. Furthermore, we need to rounddown, and not roundup, so that we are consistent. Pointed out by: bde
* Note support for 3ware Escalade 7000 series. Note MFC of new TCP ISSbmah2001-04-183-8/+10
| | | | randomization, tail(1) large file support.
* Check validity of signal callback requested via aio routines.alfred2001-04-183-2/+15
| | | | | | | | | | | | | Also move the insertion of the request to after the request is validated, there's still looks like there may be some problems if an invalid address is passed to the aio routines, basically a possible leak or having a not completely initialized structure on the queue may still be possible. A new sig macro was made _SIG_VALID to check the validity of a signal, it would be advisable to use it from now on (in kern/kern_sig.c) rather than rolling your own. PR: kern/17152
* Convert the protection of hte i8254 from critical_enter/exit like it isjhb2001-04-184-17/+21
| | | | on the x86.
* DS20 embedded Adaptec SCSI chips are unfortunately not enabled when SRMwilko2001-04-181-0/+1
| | | | 5.9 is installed.
* remove debug code left in by accidentalfred2001-04-181-7/+0
|
* Back out 1.103. It wasn't approved by the owner of the file andimp2001-04-182-90/+90
| | | | | | introduced style bugs. Submited by: bde
* ``An undocumented feature is a bug.''joerg2001-04-182-8/+8
| | | | | | Turn on my asbesto suit, and document the DD and Wizard mode menu keys. It's a nuisance to always have to look them up in the source code when needed.
* Protect pager object creation with sx locks.alfred2001-04-183-33/+43
| | | | | | | | Protect pager object list manipulation with a mutex. It doesn't look possible to combine them under a single sx lock because creation may block and we can't have the object list manipulation block on anything other than a mutex because of interrupt requests.
* Back out the previous revision as it causes random sig 11's to userlandjhb2001-04-181-7/+3
| | | | | | processes until a better fix is found. Submitted by: gallatin
* mdoc(7) police: update referenced standard name.ru2001-04-181-1/+1
|
* mdoc(7) police: normalize .Nd.ru2001-04-18139-206/+143
|
* mdoc(7) police: fix markup.ru2001-04-181-9/+15
|
* Don't panic when we try to modify the kernel pmap.dfr2001-04-181-2/+2
|
* Print an approximation of the function arguments in the stack trace.dfr2001-04-181-10/+25
|
* Implement a simple stack trace for DDB. This will have to be redonedfr2001-04-183-11/+68
| | | | if/when we change to a more modern toolchain.
* Record the right value for tf_ndirty for kernel interruptions so thatdfr2001-04-182-6/+6
| | | | we can examine the interrupted register stack frame in DDB.
* mdoc(7) police: use .Fx.ru2001-04-181-1/+3
|
* mdoc(7) police: use .Fx.ru2001-04-181-1/+3
|
* mdoc(7) police: fix markup.ru2001-04-181-2/+6
|
* mdoc(7) police: use .Fx where appropriate.ru2001-04-1811-11/+23
|
* mdoc(7) police: fixed whatis(1) entry.ru2001-04-181-3/+0
|
* Typo; fix open() so that it is not a cancellation point when calleddeischen2001-04-183-3/+3
| | | | from libc.
* Reinstall the alternate signal stack after a fork.deischen2001-04-183-3/+33
| | | | | PR: 25110 Tested by: knu
* Add groff to bootstrap-tools.ru2001-04-181-4/+23
|
* Add missing -mtty-char for MANBUILDCAT.ru2001-04-181-1/+1
|
* Reclaim directory vnodes held in namecache if few free vnodes aretanimura2001-04-184-2/+119
| | | | | | | | | | | | | | | available. Only directory vnodes holding no child directory vnodes held in v_cache_src are recycled, so that directory vnodes near the root of the filesystem hierarchy remain in namecache and directory vnodes are not reclaimed in cascade. The period of vnode reclaiming attempt and the number of vnodes attempted to reclaim can be tuned via sysctl(2). Suggested by: tegge Approved by: phk
* Synch with devascii/R.proto, RFC 1489, and groff_char(7).ru2001-04-181-134/+150
|
* NFS module now requires nfs_lock.calfred2001-04-183-3/+3
|
* mdoc(7) police: uppercase document title.ru2001-04-186-6/+6
|
* List the explanations of the command line arguments in the same orderdd2001-04-181-27/+27
| | | | as they're listed in the synopsis (alphabetical).
* bread() is a special case of breadn(), so don't replicate code.phk2001-04-181-23/+2
|
* Add some more O2Micro devices I gleened from the web site/linux pcmcia cs.imp2001-04-182-4/+13
| | | | | | | | | Add TI4451 as well. These are untested since I don't have the hardware to test against. Also, some O2Micro devices are #define w/o numbers as place holders so that I can encourage people to submit them when they appear in the channels.
* Fix the botched rev 1.59 where I made it such that without INVARIANTSalfred2001-04-181-2/+2
| | | | | | the map is never locked. Submitted by: tegge
* Add support for the OZ6832.imp2001-04-182-0/+3
| | | | Submitted by: Martin Nilsson <martin@svenskabutiker.se>
* A few more mountd cleanups:iedowse2001-04-182-74/+34
| | | | | | | | | | | | - Remove some horrible code that faked a "struct addrinfo" to be later passed to freeaddrinfo(). Instead, add a new group type "GT_DEFAULT" used to denote that the filesystem is exported to the world, and treat this case separately. - Don't clear the AI_CANONNAME flag in a struct addrinfo returned by getaddrinfo. There's still a bit more struct addrinfo abuse left in here. - Simplify do_mount() slightly by using an addrinfo pointer to keep track of the current address.
* Move setting of TI113X_PCI_CARD_CONTROL register soonerimp2001-04-172-6/+4
|
OpenPOWER on IntegriCloud