summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change the behaviour of adduser to match the previous incarnation a little more.adrian2003-02-081-2/+26
| | | | | | | | | | | | | If any of the given groups do not exist complain and let the user try again. This saves the user from discovering at the end of the process that they've forgotten to add a group or they've typoed. Thanks to cmc/dougb for pointing out how bad my sh fu actually is. Original code by: me Scary sh rewrite by: dougb Reviewed by: dougb
* Include <isa/isavar.h> to fix building on alpha.nyan2003-02-081-0/+2
|
* Add a missing inline keyword.davidxu2003-02-081-1/+2
|
* I seem to have never added myself to the FreeBSD birthday calendar.chris2003-02-081-0/+1
|
* Revert removal of vnode and VFS stubs; bp asserts that they are needed.tjr2003-02-083-3/+107
|
* MF alphaalc2003-02-082-0/+24
| | | | - Synchronize access to the allpmaps list with a mutex.
* - Fixes for suspend/resume code (MPI-350)ambrisko2003-02-082-51/+54
| | | | | | | | | | | | | - Cache temp. keys so they are preserved across suspend/resume (MPI-350) - Reads and writes are real fast to the MPI-350 causing early timeouts so wait do some DELAYs to slow things down in the spin loops. - Stream line setting RIDs when they are better to be set via another function - Add better support for setting home key via "ifconfig an0 wepkey 9:<key>" Tested by: Peter Radcliffe <pir@pir.net> (in -stable) myself in -current & -stable MFC in: 3 days
* A little infrastructure, preceding some upcoming changesjulian2003-02-084-26/+69
| | | | | | | to the profiling and statistics code. Submitted by: DavidXu@ Reviewed by: peter@
* Make the radix tree code compilable in userland. Requested by ru.hsu2003-02-082-9/+15
| | | | Some style fixes requested by bde.
* Pass a minor number instead of a unit number to make_dev().tjr2003-02-071-3/+4
| | | | Devices with the wrong major were being created for units >255.
* Fix the breakage resulting from Rev. 1.80. Get the eeprom widthmbr2003-02-072-8/+10
| | | | | | | | | | | | | | | | | | | for all but two cards. This should fix broken cards like these: DM9102 (Davicom, DEVICE_ID: 0x9002) DM9009 (Davicom, DEVICE_ID: 0x9009) DM9100 (Davicom, DEVICE_ID: 0x9100) 98713/98713_CP (Macronix PMAC, DEVICE_ID: 0x0512) 98713_CP (Macronix PMAC, DEVICE_ID: 0x0512) 987x5 (Macronix PMAC, DEVICE_ID: 0x0531) 98727 (Macronix PMAC, DEVICE_ID: 0x0532) 82C115 (Lite-On PNIC II, DEVICE_ID: 0xc115) AX88140A (ASIX Dev_ID: DEVICE_ID: 0x1400) EN1217 (Accton EN1217, DEVICE_ID: 0x1217) Note that these cards sould still work in STABLE. Reviewed by: imp
* Commit the correct copy of the g_stat structure.phk2003-02-079-36/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add debug.sizeof.g_stat sysctl. Set the id field of the g_stat when we create consumers and providers. Remove biocount from consumer, we will use the counters in the g_stat structure instead. Replace one field which will need to be atomically manipulated with two fields which will not (stat.nop and stat.nend). Change add companion field to bio_children: bio_inbed for the exact same reason. Don't output the biocount in the confdot output. Fix KASSERT in g_io_request(). Add sysctl kern.geom.collectstats defaulting to off. Collect the following raw statistics conditioned on this sysctl: for each consumer and provider { total number of operations started. total number of operations completed. time last operation completed. sum of idle-time. for each of BIO_READ, BIO_WRITE and BIO_DELETE { number of operations completed. number of bytes completed. number of ENOMEM errors. number of other errors. sum of transaction time. } } API for getting hold of these statistics data not included yet.
* add 5823 device id's; this allows 5823 parts to function but you cannotsam2003-02-072-2/+7
| | | | | | | use the AES functionality Submitted by: Jonathan Stone <jonathan@DSG.Stanford.EDU> MFC after: 1 day
* Merge the following from the English version:hrs2003-02-072-3/+12
| | | | | 1.26 -> 1.27 errata/article.sgml 1.492 -> 1.493 relnotes/common/new.sgml
* Fix some sleep strings to make more sense.phk2003-02-071-3/+3
|
* shield kernel data structures so user apps can include this filesam2003-02-071-0/+3
|
* Add the new statistics structure, put one in consumers and providers.phk2003-02-073-0/+28
| | | | include <sys/time.h> as necessary.
* Rename bio_linkage to the more obvious bio_parent.phk2003-02-077-4/+8
| | | | Add bio_t0 timestamp, and include <sys/time.h> where needed
* Misc grammar, typo and wording fixes of comments.keramida2003-02-071-11/+11
| | | | | PR: docs/41034 Submitted by: Chris Pepper <pepper@rockefeller.edu>
* New release notes: vinum(4) root filesystem, pw(8) and usernamesbmah2003-02-072-0/+18
| | | | ending with $.
* Update for progress in fixing mly(4).bmah2003-02-071-2/+3
|
* Add some comments about the deficiencies of this module. I had hoped to getgordon2003-02-071-0/+7
| | | | | around to addressing them some more, but Real Life (tm) has gotten in the way.
* Merge the following from the English version:hrs2003-02-071-7/+11
| | | | 1.9 -> 1.11 hardware/sparc64/proc-sparc64.sgml
* Merge the following from the English version:hrs2003-02-071-9/+51
| | | | 1.129 -> 1.135 hardware/common/dev.sgml
* Implement the ALT_BREAK_TO_DEBUGGER option for the ofw console. This is veryharti2003-02-071-0/+18
| | | | | | | | | | handy if the machine is on another floor. A minor issue with this is that these functions are also used by the debugger, so its possible to break into the debugger from the debugger. PR: sparc64/47143 Reviewed by: benno Approved by: jake (mentor)
* - Fix a mistranslation (errata/article.sgml)hrs2003-02-072-4/+4
| | | | | | - Catch up with the English version: 1.490 -> 1.492 relnotes/common/new.sgml
* Set the ruid to the euid at startup as a workaround for a bug in pam_ssh.des2003-02-071-0/+1
| | | | MFC after: 3 days
* This commit was generated by cvs2svn to compensate for changes in r110503,des2003-02-0710-29/+77
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Sync with P4. Most of this is debugging code; the only substantial changesdes2003-02-0710-29/+77
| | | | | | | | are improvements to openpam_{borrow,restore}_cred() (#24779 and #24780).
* | pci_if.h is not needed.nyan2003-02-071-1/+1
| |
* | Garbage-collect stub VFS ops, use the defaults instead.tjr2003-02-071-45/+3
| |
* | Garbage-collect stub vnode ops, use the defaults instead.tjr2003-02-072-62/+0
| |
* | - Clean up ISA DMA supports.nyan2003-02-0714-144/+182
| | | | | | | | | | | | | | - Rename all sndbuf_isadma* functions to sndbuf_dma* and move them into sys/dev/sound/isa/sndbuf_dma.c. No response from: sound
* | isa_if.h is not needed.nyan2003-02-0719-19/+19
| | | | | | | | No response from: sound
* | Add missing braces.mbr2003-02-072-2/+4
| | | | | | | | | | Found by: FlexeLint (phk) Reviewed by: wpaul, phk
* | Regensanpei2003-02-072-2/+11
| |
* | Turn off interrupts in pcn_stop().mdodd2003-02-071-0/+4
| |
* | Add support FUJITSU AH-F401U Air H devicesanpei2003-02-071-0/+3
| | | | | | | | | | Submitted by: [bsd-nomads:16601] Kouichi ABE (WALL) <kouichi@MysticWALL.COM>
* | <quote> isn't needed for text already marked as <literal>.yar2003-02-072-2/+2
| | | | | | | | Pointed out by: bmah
* | Merged from sys/dev/sio/sio.c revision 1.383.nyan2003-02-072-0/+4
| |
* | PC98 also has combined boot loader.nyan2003-02-072-2/+2
| |
* | Merge the following from the English version:hrs2003-02-071-2/+6
| | | | | | | | 1.25 -> 1.26 errata/article.sgml
* | Remove debug message.simokawa2003-02-071-1/+0
| |
* | Add a section describing installing -current onto a dedicated partitionjkoshy2003-02-071-2/+28
| | | | | | | | | | | | from a 4-stable build environment. Reviewed by: imp
* | Catch typos in the kernel name specified for an "installkernel" invocationjkoshy2003-02-071-1/+5
| | | | | | | | | | | | early on, rather than failing later with an obscure error message. Make error messages appear consistent.
* | SIGTERM: Remove my name from the DE translation of the Release Notesue2003-02-072-16/+2
| |
* | Update to new crashdump APIps2003-02-071-38/+9
| |
* | Add __unused to the declaration of yyrcsid.davidc2003-02-071-1/+2
| |
* | Update to new crashdump apips2003-02-071-39/+2
| |
* | Commit some cosmetic changes I had laying around and almost includedpeter2003-02-072-10/+4
| | | | | | | | with another commit. Unwrap a line. Unexpand a pmap_kenter().
OpenPOWER on IntegriCloud