summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge in latest CSRG revisions:ru2001-04-095-40/+72
| | | | | | | | | | - .Fn and .Fc now print a final semicolon (`;') after a function declaration in the SYNOPSIS - .%I implemented - .At outputs ``AT&T UNIX'' if called without arguments - minor cleanup Obtained from: CSRG archives
* ``|'' should be more binding than ``!'' so that this isn't broken:brian2001-04-091-2/+13
| | | | | | | | if ! echo bla | wc -c ; then echo broken fi Obtained from: NetBSD
* enable the rate conversion feeder.cg2001-04-093-3/+3
| | | | | | the main benefit this gives for now is that via686 audio devices on motherboards with ac97 codecs that do not support vra will be able to use sample rates other than 48khz.
* Change the behaviour of mixer slightly such that not explicitly specifyinggreid2001-04-092-5/+10
| | | | | | | | a mixer device will set/get the master volume levels PR: 25156 Submitted by: Tony Finch <dot@dotat.at> Reviewed by: cg, nik
* Remove a stale file.n_hibma2001-04-091-455/+0
|
* Add function prototypes and base module for kernel side iconv library.bp2001-04-099-1/+840
| | | | | | | | | Add simple "xlat" converter which performs 8to8 table based conversion. Unicode converter will be added in the near future. Reviewed by: silence on arch@ Files placement reviewed by: bde Obtained from: smbfs
* Two minor fixes:imp2001-04-091-4/+5
| | | | | | | o Change the number of init tries from 5 to a #define. o Allow up to 5s rather than 2s for commands to complete. This is still much less than 51 minutes, but makes my intel card init with more reliability than before.
* Correctly initialize free_ccbq so that if we fail to attach (as ismjacob2001-04-091-9/+8
| | | | | | | possible for some systems where the device is there, but the BIOS hasn't allocated memory resources for it), we don't panic. Submitted by: Gerard Roudier
* Add FreeBSD IDs to some files and make the others consistent in style.obrien2001-04-0834-11/+92
|
* Fix typo in error message.obrien2001-04-081-1/+1
|
* Reinitialise the DSP and mixer after a resume from suspendgreid2001-04-081-0/+21
| | | | | | PR: 22372 Submitted by: Hiroyuki Aizu <aizu@jaist.ac.jp> Reviewed by: cg
* Style fix.obrien2001-04-081-1/+1
|
* Don't complain about deprecated environment variables, like MUSIC_CD,joe2001-04-081-8/+9
| | | | | | | | | | being present in the environment if the user has CDROM defined, or has specified a device on the command line. This avoids users of ports like 'workman' that use these variables getting gratuitous warnings from cdcontrol. Suggested by: John Sellens <jsellens@generalconcepts.com>
* According with RFC 2330 ("Framework for IP Performance Metrics", fromjkh2001-04-082-2/+2
| | | | | | | Paxson et al, Status: Informational, May 1998), we should use "bits per second" and "k" as 1000 not 1024 for throughput measures. Submitted by: Eduardo Souza Machado da Silva <esms@acm.org>
* Move the decision whether we want to request authentication from ourjoerg2001-04-081-8/+8
| | | | | | | peer out from sppp_lcp_open() to sppp_lcp_up(). For one, this makes things look more symmetrical to sppp_lcp_close(), and somehow it also just occurred to me that an Up event following the open caused the value of the authentication option to be clobbered.
* add a software sample rate conversion feeder. this uses linearcg2001-04-081-0/+175
| | | | interpolation for reasonable quality whilst not using too much cpu time.
* minor tweaks in speed and format setting routines.cg2001-04-083-62/+69
| | | | don't stop exploring the feeders if a feeder fails to initialise.
* fix feeder initialisation methods to return correct result codes.cg2001-04-081-3/+3
|
* if the feeder chain returned no data, do not try to acquire the data.cg2001-04-081-1/+2
|
* From the author:markm2001-04-081-0/+1
| | | | | Fix a bug when the return values from the overridden sub were lost during the first invocation.
* The maximum RPC message size was set at 8k for UDP. This is loweriedowse2001-04-081-5/+6
| | | | | | | | | | | | | | | than the default buffer size in the old RPC code (8800 bytes), and it could not be overriden by the application. This caused problems with CFS (/usr/port/security/cfs). Change this default back to UDPMSGSIZE (8800 bytes), but more importantly, allow applications to use larger message sizes for all protocols if desired. Choose an arbitrary maximum message size of 256k instead of using the default as the maximum (which is silly). Reported by: ache Reviewed by: alfred, Martin Blapp <mb@imp.ch>
* Mention that locks are inherited across an exec.dd2001-04-081-0/+6
| | | | | PR: 24802 Submitted by: Kenneth Ingham <ingham@i-pi.com>
* wd0 -> ad0dd2001-04-082-4/+4
| | | | | PR: 26343 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
* insert a magical second memory barrier prior to calling draina() ingallatin2001-04-081-0/+1
| | | | | | | | | badaddr_read(). This fixes 'machine check in pal mode' halts on ev5 2100As. MFC candidate -- after spending 6 hours tracking this down, I checked and discovered that it has been in NetBSD for over a year, so it should be safe for MFC into 4.3-RELEASE
* Install links to extattr_(get|set|delete)_fd.2 (from extattr_get_file.2).dd2001-04-081-2/+5
|
* New release notes: Fix IPFilter fragment cache, libposix1e integrationbmah2001-04-082-2/+10
| | | | | | into libc. Note default root partition for alpha is now 120MB.
* Fix a precedence bug. ! has higher precedence than &.jake2001-04-081-1/+1
|
* Add yet another chip revision of the ES1371 which requires initialisationgreid2001-04-081-1/+2
| | | | | | | | delays PR: 26415 Submitted by: Jose M. Alcaide <jose@we.lc.ehu.es> Reviewed by: cg
* no longer needed now that we are able to build cdboot from sources againgallatin2001-04-081-1554/+0
|
* build cdboot from sources now that the cd9660 fs support worksgallatin2001-04-071-5/+4
| | | | MFC candidate
* fix cd9660 to work on files larger than ISO_DEFAULT_BLOCK_SIZE and unbreakgallatin2001-04-071-3/+4
| | | | | | cdboot on alphas (which has been broken since just after 4.0-RELEASE) submitted by: jlemon
* Use getopt instead of a home grown onen_hibma2001-04-072-167/+139
| | | | Submitted by: DES
* Add id for the IO Data ET/Tn_hibma2001-04-071-0/+1
| | | | | PR: 23877 Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
* Let pseudofs into the warmth of the FreeBSD CVS repo.des2001-04-076-0/+1289
| | | | | | | | | | | It's not finished yet (I still have to find a way to implement process- dependent nodes without consuming too much memory, and the permission system needs tightening up), but it's becoming hard to work on without a repo (I've accidentally almost nuked it once already), and it works (except for the lack of process-dependent nodes, that is). I was supposed to commit this a week ago, but timed out waiting for jkh to reply to some questions I had. Pass him a spoonful of bad karma :)
* If the server's reply to the SIZE command is unparseable, reset us->sizedes2001-04-071-0/+1
| | | | to -1 so the caller will know it's invalid. This is an MFC candidate.
* Quieten when re-triggering.orion2001-04-071-0/+4
|
* Don't make fsck go quite _that_ fast:phk2001-04-071-1/+3
| | | | In Preen mode we only checked one partition per disk device.
* Remove tsess for now.brian2001-04-071-2/+0
| | | | This (and sess) may come back shortly.
* beforeinstall -> SCRIPTS.ru2001-04-0746-313/+116
|
* Update documentation in line with what the code doesbrian2001-04-071-9/+1
| | | | | | PR: 25435 Submitted by: dd Forgotten by: mckusick
* Introduce SCRIPTS for bsd.prog.mk. See bsd.README for details.ru2001-04-072-2/+34
| | | | | | Idea stolen from NetBSD. Reviewed by: bde
* Typo ("no not" -> "do not")billf2001-04-071-1/+1
| | | | Submitted by: Dave McKay <monk@sneakerz.org>
* Reorder the Alpha cut-out list to match the order in the GENERIC kernel.obrien2001-04-075-85/+90
|
* The sess column went away last December with v1.26 of keyword.cbrian2001-04-071-1/+1
| | | | | | Remove it from ``jfmt''. Forgotten by: mckusick
* Strip comments from the MFSROOT's /stand/etc files.obrien2001-04-071-2/+8
|
* Blow away all the help files on the MFSROOT for the Alpha.obrien2001-04-071-0/+3
| | | | | Someone did something that really blew up the size of the crunchgen'ed sysinstall+friends.
* use correct contants (from net/ethernet.h)alfred2001-04-061-2/+2
| | | | | | | ETHER_TYPE_LEN instead of sizeof(u_int16_t) when looking at an ethernet header ETHERTYPE_IP instead of 0x800
* replace hardcoded 1518 with ETHER_MAX_LENalfred2001-04-061-1/+1
|
* Add a new ddb command 'show pcpu' which lists some of the per-cpu data.jhb2001-04-062-2/+90
| | | | | | | | Specifically, the cpuid, curproc, curpcb, npxproc, and idleproc members. Also, if witness is compiled into the kernel, then a list of all the spin locks held by this CPU is displayed. By default the information for the current CPU is displayed, but a decimal cpu id may be specified as a parameter to obtain information on a specific CPU.
* - Split out the functionality of displaying the contents of a single lockjhb2001-04-062-21/+53
| | | | | | | | list into a public witness_list_locks() function. Call this function twice in witness_list() instead of using an evil goto. - Adjust the 'show locks' command to take an optional parameter which specifies the pid of a process to list the locks of. By default the locks held by the current process are displayed.
OpenPOWER on IntegriCloud