summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Axe a stale comment. Holding sched_lock across both setrunqueue() andjhb2002-01-041-8/+0
| | | | mi_switch() is sufficient.
* Don't turn on RB_CDROM if the rootdev is a BIOS cd device for now as thisjhb2002-01-043-6/+0
| | | | breaks when cdboot is used with an MFS root.
* Throw the $FreeBSD$s back in, properly escaping them.silby2002-01-042-8/+8
|
* Remove $FreeBSD$s from previous commit; perl thinks that they'resilby2002-01-042-4/+4
| | | | something to be interpreted. Urk.
* Add the system default timer engine.tanimura2002-01-042-0/+644
|
* - Provide toggles to show debug messages. Set new sysctl variablestanimura2002-01-0413-374/+882
| | | | | | | | | | | | | | hw.midi.debug and hw.midi.seq.debug to 1 to enable debug log. - Make debug messages human-frendly. - Implement /dev/music. - Add a timer engine required by /dev/music. - Fix nonblocking I/O. - Fix the numbering of midi and synth devices.
* Do not derefer null.tanimura2002-01-041-0/+4
| | | | Reviewed by: des
* unbreak -current (at least on my cvsups all today)julian2002-01-031-2/+0
|
* Correct the path for the stable snapshot server.jkh2002-01-032-4/+4
| | | | Noticed by: "Peter Holm" <p_holm@mail.tele.dk>
* Fix (I think) a typo in the hardware list (HPT372 is ATA100 instead ofbmah2002-01-034-4/+4
| | | | | | ATA133?). MFC noted: "more" chipsets supported by ata(4).
* New release notes (and hardware list updates): dc(4) supportbmah2002-01-034-0/+26
| | | | for Xircom 3201 and Conexant LANfinity RS7112, ifpi(4).
* Solve vnode_if.pl's identity crisis; make sure that it refers to itselfsilby2002-01-032-8/+8
| | | | | | | as vnode_if.pl instead of vnode_if.sh. PR: 33509 MFC after: 3 weeks
* Add opie lib dir to includes listache2002-01-033-1/+4
|
* Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows themjacob2002-01-036-35/+185
| | | | | | | | | | | | | | | | | firmware to delay completion of commands so that it can attempt to batch a bunch of completions at once- either returning 16 bit handles in mailbox registers, or in a resposne queue entry that has a whole wad of 16 bit handles. Distinguish between 2300 and 2312 chipsets- if only because the revisions on the chips have different meanings. Add more instrumentation plus ISP_GET_STATS and ISP_CLR_STATS ioctls. Run up the maximum number of response queue entities we'll look at per interrupt. If we haven't set HBA role yet, always return success from isp_fc_runstate. MFC after: 2 weeks
* Don't build csu or libgcc on sparc64 for the time being.jhb2002-01-031-0/+4
|
* Remove unnecessary machine/bootinfo.h includes.jhb2002-01-032-2/+0
| | | | Submitted by: jake
* Regenerate.joe2002-01-032-2/+9
|
* Add a new linksys ethernet adapter: USB_PRODUCT_LINKSYS_USB10TX2.joe2002-01-032-0/+2
|
* Fix the footer in Japanese which is likely to misleadhrs2002-01-031-1/+1
| | | | the readers.
* Add some missing prototypes.joe2002-01-031-9/+3
| | | | Remove some diagnostics that aren't relevant yet.
* Turn off USER_LOCKING which allows intruder to completely disable OPIEache2002-01-031-1/+3
| | | | for some user just by entering user name and doing nothing on password prompt
* Repo copied to /usr/src/lib/libopie/ache2002-01-031-379/+0
|
* Return EBADF in case some vnode field has been reset to a NULL pointer.se2002-01-032-0/+4
| | | | | | | | | | | | (There has been some discussion, whether ENOENT or EBADF is more appropriate. I choose the latter, since the operation is not supported on the file descriptor at that time, even if it was, immediately before.) PR: 32681 Reviewed by: dillon, iedowse, ... Approved by: nectar MFC after: 3 days (pending RE approval)
* Merge the changes in the English version.kuriyama2002-01-032-2/+4
|
* Sync with NetBSD:joe2002-01-031-81/+143
| | | | | | | * White space changes. * Updates to comments. * Replace some delay() calls with usb_delay_ms(). * Replace 0's with NULL's.
* o Note that packets diverted using a 'divert' socket, and thenrwatson2002-01-031-0/+9
| | | | | | | | reinserted by a userland process, will lose a number of packet attributes, including their source interface. This may affect the behavior of later rules, and while not strictly a BUG, may cause unexpected behavior if not clearly documented. A similar note for natd(8) might be desirable.
* Merge from NetBSD:joe2002-01-032-9/+12
| | | | | date: 2001/08/06 15:15:08; author: augustss; state: Exp; Don't write back status bits that are cleared when written.
* Merge from NetBSD:joe2002-01-032-2/+3
| | | | | date: 2001/11/20 16:08:10; author: augustss; state: Exp; Use longer reset for root hubs (as told in the spec).
* Allow a specific setting for pv entries. This avoids the need to guesspeter2002-01-032-0/+2
| | | | | (or calculate by hand) the effect of interactions between shpgperproc, physical ram size, maxproc, maxdsiz, etc.
* Revert uio.uio_td back to uio.uio_procp, using a #define in usb_port tojoe2002-01-024-5/+7
| | | | do the right thing on -current.
* Sync with NetBSD. Non-functional changes that bring this filejoe2002-01-021-55/+25
| | | | | | closer to the NetBSD version. Reviewed by: md5
* Move the discussion of how many times a packet will pass throughyar2002-01-021-20/+18
| | | | | | | | ipfirewall(4) to the IMPLEMENTATION NOTES section because it considers kernel internals and may confuse newbies if placed at the very beginning of the manpage (where it used to be previously.) Not objected by: luigi
* Sync usb.h with NetBSD, apart from usb_device_info.speed, whichjoe2002-01-026-83/+165
| | | | | requires logic changes. For now leave it as usb_device_info.lowspeed. It will get addressed when the usb.c code is sync'd.
* Clarify the "show" ipfw(8) command.yar2002-01-021-2/+6
| | | | | PR: docs/31263 Permitted by: luigi
* Copy the sample `SECURITY CONSIDERATIONS' section from sec-doc.7.chris2002-01-021-0/+66
| | | | | | | | This will be trimmed as the FreeBSD Security Architecture document is fleshed out and committed. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* Fix a typo: wierd -> weirdyar2002-01-021-1/+1
|
* Document a new option: -force.yar2002-01-021-0/+8
|
* Allow weird characters in usernames if an admin persists on that:yar2002-01-021-8/+27
| | | | | | | | | | a) Convert all the remaining older Perl system() calls to the new, more secure LIST format so they are robust to whitespace and shell metacharacters in their arguments. b) Add a new option: -force, which allows adding usernames containing characters that are otherwise illegal. PR: bin/22860 bin/31049
* 1. Implement an optimization for pmap_remove() and pmap_protect(): if atmm2002-01-024-48/+143
| | | | | | | | | | | | | | substantial fraction of the number of entries of tte's in the tsb would need to be looked up, traverse the tsb instead. This is crucial in some places, e.g. when swapping out a process, where a certain pmap_remove() call would take very long time to complete without this. 2. Implement pmap_qenter_flags(), which will become used later 3. Reactivate the instruction cache flush done when mapping as executable. This is required e.g. when executing files via NFS, but is known to cause problems on UltraSPARC-IIe CPU's. If you have such a CPU, you will need to comment this call out for now. Submitted by: jake (3)
* Revert part of the last commit. UIPROTO_MASS_BBB was renamed tojoe2002-01-022-4/+4
| | | | UIPROTO_MASS_BULK _after_ the previous change was made in NetBSD.
* Sync with NetBSD:joe2002-01-0211-84/+106
| | | | | | date: 2000/02/29 21:37:01; author: augustss; state: Exp; Distinguish between device and interface classes. (I finally found a document that said that they were different.)
* Correct the defintion of struct ofw_upa_regs, and use it instead oftmm2002-01-026-61/+82
| | | | | | | struct ofw_nexus_reg. Implement UPA device memory management in the nexus driver. Adapt the psycho driver to these changes, and do some minor cleanup work while being there.
* Close a window of time during early boot in which an interrupt wouldtmm2002-01-021-18/+18
| | | | | | cause a panic. Reported and tested (in another version) by: Jamey Wood <Jamey.Wood@Sun.COM>
* Update copyright years.bmah2002-01-026-0/+6
|
* Remove the special casing for NetBSD and OpenBSD now that theyjoe2002-01-021-4/+0
| | | | appear to do what we do.
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)joe2002-01-029-67/+78
| | | | to hide the distinction between struct proc and struct thread.
* Be consistent in what restriction is imposed on a usernameyar2002-01-021-2/+4
| | | | in the code and what the warning message reads.
* Add myself.okazaki2002-01-021-0/+1
|
* Forbid adding duplicate users with the name of "0".yar2002-01-021-2/+2
| | | | | Previously, it was possible due to 0 and "0" being equivalent in Perl.
* Parse atq(1) output correctly under various (but not all perhaps)yar2002-01-021-1/+1
| | | | locale settings: allow any date and time separator characters.
OpenPOWER on IntegriCloud