summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove embededded ID string which was meant to provide informationse2003-06-091-6/+0
| | | | | | | about the driver version in case of an error report. It conflicts with some other variable of the same name that has been added to the kernel just recently and there haven't been any bug reports for quite some time now, anyway ...
* style(9).mux2003-06-091-12/+20
|
* Be consistent about module names.phk2003-06-091-2/+2
|
* Add new geom_ccd modulephk2003-06-092-0/+9
|
* remove old CCD modulephk2003-06-092-9/+0
|
* Wait for the real interval timer callout handler to finish executing if itjhb2003-06-092-2/+14
| | | | | | | | | | is currently executing when we try to remove it in exit1(). Without this, it was possible for the callout to bogusly rearm itself and eventually refire after the process had been free'd resulting in a panic. PR: kern/51964 Reported by: Jilles Tjoelker <jilles@stack.nl> Reviewed by: tegge, bde
* The issetugid() function is MPSAFE.jhb2003-06-091-1/+1
|
* Track the resource id of the memory port instead of just assuming thatscottl2003-06-091-3/+6
| | | | | it is 0x0. Cardbus-based sio/modem cards can now be ejected without panic'ing.
* Bit of modernising. Remove old KerberosIV entries, add examplemarkm2003-06-091-9/+4
| | | | | sshd entries, sort internal services the same as everywhere else.
* Merge the following from the English version:rushani2003-06-091-2/+55
| | | | 1.156 -> 1.157 hardware/common/dev.sgml
* A white-space nit I noticed.phk2003-06-091-1/+1
|
* Fix some punctuation marks.rushani2003-06-091-25/+25
|
* Introduce options definition the standard way. command -> utility.charnier2003-06-091-3/+3
|
* Update the vm object and page locking in exec_map_first_page(). Mark thealc2003-06-091-9/+15
| | | | one still anticipated change with XXX. Otherwise, this function is done.
* Introduce options definition the standard way. Do not uppercase firstcharnier2003-06-091-5/+5
| | | | letter in FILES section.
* Introduce options definition the standard way.charnier2003-06-093-9/+8
|
* GEOMification of CCD.phk2003-06-095-1608/+79
| | | | | You need your kernel and ccdconfig(8) to be in sync, particularly if your source tree is on a ccd device.
* - Add vm object locking to vm_pgmoveco().alc2003-06-091-2/+5
| | | | | - Add a comment to vm_pgmoveco() describing what remains to be done for vm locking.
* Revert previous commit, from Bruce:charnier2003-06-091-1/+0
| | | | | | | | This is a style bug. err() is declared is non-returning so that every use of it doesn't need to be encrufted with NOTREACHED. It's too bad that only gcc understands the declaration. Asked by: bde@
* Merge NetBSD bktr_core.c rev. 1.26:fjoe2003-06-091-2/+2
| | | | | | | | Fix broken programming of VSCALE_HI registers in yuv422_prog(). PR: 46521 Obtained from: NetBSD MFC after: 3 days
* Fix error handling for ENOMEM style issues.phk2003-06-091-21/+9
|
* Add two more Vendor ID's for Leadtek Winfast TV 2000fjoe2003-06-091-1/+5
| | | | | PR: 47453 Obtained from: NetBSD (partially)
* Attempt to fix Alpha build by renaming ident[] to kern_ident[].jmallett2003-06-093-3/+3
|
* When we re-route a PCI interrupt, write the new IRQ value into the intlinejhb2003-06-091-2/+3
| | | | | | register. Reviewed by: imp
* _thread_printf() is only used for debugging or in cases where something'smtm2003-06-091-2/+2
| | | | | screwed beyond all help, so it can just skip the pthreads wrapper for write(2) and call directly into it.
* o Have rc.d/apm report on the status of apm.mtm2003-06-092-3/+29
| | | | | | o Modify rc.d/apmd to make correct use of this information. Submitted by: Simon L. Nielsen <simon@nitro.dk> (with minor modifications)
* - Add a td_pflags field to struct thread for private flags accessed only byjhb2003-06-095-29/+27
| | | | | | | | curthread. Unlike td_flags, this field does not need any locking. - Replace the td_inktr and td_inktrace variables with equivalent private thread flags. - Move TDF_OLDMASK over to the private flags field so it no longer requires sched_lock.
* o Fix a typomtm2003-06-091-3/+23
| | | | | | o Fill in the ipx_down() routine. Submitted by: ceri
* Hook up pci(9) manual page to the build.hmp2003-06-091-1/+6
| | | | Approved by: des (mentor)
* Bring in a manual page documenting some important functions of thehmp2003-06-091-0/+240
| | | | | | | | | | | | PCI bus interface. I have made some modifications to this manual page, so it looks a bit different from the original version that was posted to me. Submitted by: Bruce M. Simpson <bms@spc.org> Reviewed by: imp, mdodd (early copy) Approved by: des (mentor) MFC after: 3 days
* Previously, a "forced" command always exited successfully (with themtm2003-06-091-37/+65
| | | | | | | | | exception of the default 'status' command) regardless of whether the executed command was actually successfull or not. Forced scripts should always correctly reflect the outcome of the command. NOTE: exit values are treated as booleans. We don't care what the actual exit value was, only whether it was successfull or not.
* Add a comment to de-obfuscate the meaning of the PQ_CACHESIZEhmp2003-06-091-0/+1
| | | | | | | | | kernel configuration option. This created confusion resulting into a PR. PR: docs/45294 Approved by: des (mentor) Discussed with: bmilekic
* Sanity check fd before using it as an array index.netchild2003-06-091-1/+2
| | | | | Noticed by: ted@NLnetLabs.nl (Ted Lindgreen) Approved by: ru
* Remove stale reference to the deprecated USER_LDT option. The associatedjhb2003-06-091-4/+0
| | | | | | | code is always compiled into the kernel now. Submitted by: Hubert Tournier <hubert@frbsd.org> PR: docs/53068
* Expose kern.ident by way of OID_AUTO.jmallett2003-06-092-3/+4
| | | | Requested by: phk
* Teach mdoc(7) about the upcoming 5.2-RELEASE.ru2003-06-091-0/+1
| | | | Suggested by: juli
* Add sysctlbyname(3) support, and use that for uname -i, in preparation forjmallett2003-06-091-1/+13
| | | | | replacing the committed static OID version with a string-based OID_AUTO version.
* Commit rudimentary libufs manual pages, except for that forjmallett2003-06-097-0/+560
| | | | | | | | | | | getino(3)/putino(3), inode.c has been reworked in Perforce to the point where a manual page may not be accurate. Certainly putino(3) has not even been merged back yet. These will need a lot of improvement for most applications, but they document the API enough to get someone on their feet, most likely. The best documentation still exists in the form of libufs(3) consumers in the base system.
* Remove ufs_disk_ctor and ufs_disk_dtor, they never came to fruition. I dojmallett2003-06-092-43/+0
| | | | | not know of any software using them, and there is no "published API" for libufs, as it were.
* Make kernel identification (`ident' in the config(8) driver) available tojmallett2003-06-094-7/+24
| | | | | | | | | userland, and the kernel. In the kernel by way of the 'ident[]' variable akin to all the other stuff generated by newvers.sh. In userland it is available to sysctl consumers via KERN_IDENT or 'kern.ident'. It is exported by uname(1) by the -i flag. Reviewed by: hackers@
* Reduce diffs with code in Perforce:jmallett2003-06-095-34/+34
| | | | Parenthesise return values.
* Marshal newfs -L (filesystem volume names), the names are not marshalledjmallett2003-06-091-0/+2
| | | | with any quoting, but that should be OK for re-input, regardless.
* Remove duplicate 'of the'.roam2003-06-091-1/+1
| | | | | | PR: 53073 Submitted by: Priit Piipuu <priit.piipuu@mail.ee> MFC after: 2 weeks
* Update the number and size of ports in the Ports Collection.murray2003-06-091-2/+2
|
* Hold the vm object's lock when performing vm_page_lookup().alc2003-06-091-0/+2
|
* Don't use vm_object_set_flag() to initialize the vm object's flags.alc2003-06-091-1/+1
|
* Change incorrect strings.h to more correct string.h to pick upimp2003-06-092-2/+2
| | | | declarations for strlcpy, strlen, strmp and strcpy.
* Include sys/param.h for both modfind and kldloadimp2003-06-091-2/+5
| | | | | | Include sys/linker.h for kldload Include sys/module.h for modfind sort sys includes
* Include stdlib.h for atoi declaration.imp2003-06-091-0/+3
| | | | Add $FreeBSD$ while I'm here.
* Include stdlib.h for atoi declarationimp2003-06-091-0/+3
| | | | Add $FreeBSD$ while I'm here.
OpenPOWER on IntegriCloud