summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Yet more cosmetic fixes (I have a little time to kill while waiting forjkh1999-12-184-0/+10
| | | | | something else, so I might as well tweak 3.4's look-and-feel for the better while I'm at it - final release build should be sometime later on tonite).
* Learn to do pointer arithmatic (doh!)brian1999-12-181-1/+1
|
* Add more strategic screen clearsjkh1999-12-182-2/+10
|
* Better screen handling in X desktop setup.jkh1999-12-186-39/+3
| | | | Don't get cute with nested dialogs now.
* Remove duplicate entrycpiazza1999-12-181-1/+0
|
* Spelling fixes. first change from openbsd second from netbsdcpiazza1999-12-181-2/+2
|
* Fix some minor POSIX/SUSv2 compliance nits.jasone1999-12-187-25/+17
| | | | PR: kern/11982
* Fix bugs in the MP fragment reassembly code that can cause a panic.archie1999-12-171-26/+32
|
* Be more consistant in using perl vs. perl5. We were using perl5 in thepeter1999-12-177-28/+28
| | | | | | | | | kernel builds so as not to confuse with perl4 when bootstrapping from old systems. I don't know if this is still applicable but it shouldn't hurt to be consistant at least. Also copy vnode_if.sh to vnode_if.pl. Doing a 'sh vnode_if.sh' when it was a perl script was kinda silly.
* Make a dlopen failure consistant with dlsym(). "Shouldn't happen."peter1999-12-172-2/+6
|
* patch glitchpeter1999-12-171-3/+0
|
* Remove -lmd. Use dlopen() and dlsym() instead for calls to the MD5* andpeter1999-12-173-5/+91
| | | | | SHA* routines so that callers of libcrypt are not exposed to the internal implementation.
* Add character major 139 for the Sangoma Technologies 'wanrouter' driver.msmith1999-12-171-0/+1
| | | | | | | | | | | | Contact details are: Alex Feldman E-mail : al.feldman@sangoma.com Sangoma Technologies Inc. 1001 Denison st., Suite 101 Markham, L3R 2Z6 ON Phone: (905) 474 - 1990 Fax : (905) 388 - 2475
* s/MACHINE_ARCH/TARGET_ARCH/gmarcel1999-12-1718-22/+22
| | | | | | | | | | | | The target machine is represented by TARGET_ARCH. MACHINE_ARCH always represents the host machine. When TARGET_ARCH is not defined, it is assumed to be equal to MACHINE_ARCH. This means that we're building a native toolset by default. We're creating cross-compilation tools when MACHINE_ARCH != TARGET_ARCH. TARGET_ARCH is defined when building binutils as part of the bootstrap build and is set to reflect the architecture we're currently cross- building. With this change binutils is ready for cross-building.
* o Don't use long for 64 bit variables. Use u_int64_t instead.marcel1999-12-172-47/+62
| | | | | | o Fix printf format specifiers on Alpha and add i386 version. o Minor style fixes while there. o Add -Wall compiler option.
* Back up following macros by functions: ishexnumber, isideogram, isnumber,phantom1999-12-173-17/+78
| | | | | | isphonogram, isrune, isspecial. Fix ordering. Reviewed by: bde
* Fix typosphantom1999-12-1712-15/+24
| | | | | PR: docs/14858 Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
* Document -e flag.phantom1999-12-171-0/+14
| | | | | PR: docs/14936 Submitted by: Stephen J. Roznowski <sjr@home.com>
* Document -d and -o flagsphantom1999-12-171-1/+15
| | | | | Remove selfreference item from SEE ALSO section Add reference to colldef(1) to SEE ALSO section
* xntpd -> ntpd.roberto1999-12-177-7/+7
| | | | Submitted by: ru
* Change to work with recent signal changes. The signal being handled isdeischen1999-12-171-6/+14
| | | | | now added to the signal mask; this test failed because it didn't allow for this.
* Add libmd to DPADD and LDADD.marcel1999-12-172-4/+5
|
* Don't build usr.sbin/pcvt/keycap on anything other than i386 whenmarcel1999-12-171-1/+5
| | | | building the libraries target. pcvt is i386 specific.
* Back out previous commit, which broke mouse wheel support in moused.sheldonh1999-12-172-251/+43
| | | | Requested by: yokota
* o Separate out alloc/release from the activationimp1999-12-172-51/+64
| | | | | | | | o minor formatting nits o remove the bus_map/unmap calls. FreeBSD doesn't need them. o Fix most of the compiler warnings remaining (some still remain, but they are releated to calling functions that are going to change, so I did not bother).
* Install Flexlexer.h with mode 444.bde1999-12-171-1/+1
|
* Note that the PR associated with the previous log message is i386/7426,jasone1999-12-170-0/+0
| | | | not bin/8281.
* Two more fixes to if_detach. These are generic to all interfaces andimp1999-12-171-2/+63
| | | | | | | | | do not pollute the interface further. o Run if_detach at splnet(). o Creatively swipe the relevant parts of the netatm atm_nif_detach which will delete the relevant references to the interface going away.
* Add a missing '"' in the examples.obrien1999-12-171-1/+1
|
* Add another strategic screen clear.jkh1999-12-173-3/+21
|
* In retrospect, msgNotify() should leave its contents on the screenjkh1999-12-1736-68/+97
| | | | | longer to give the user something to look at while things are happening. Change it to do so and insert the appropriate screen saves elsewhere.
* *Really* make space accelerators work; no wonder Brian McGovern wasjkh1999-12-173-3/+3
| | | | confused! I fat-fingered the first commit.
* newpcm no longer requires 'controller pnp'. (And some other drivers?)tanimura1999-12-173-9/+3
| | | | Noticed by: julian
* Bump default root size to 50MB on i386 (70MB on Alpha).jkh1999-12-173-9/+9
| | | | Requested incessantly by: billf
* Fix handling of trailing :'s to match what other OSes do (spit outjkh1999-12-171-2/+8
| | | | | | a diagnostis). Submitted by: Guy Harris <gharris@flashcom.net>
* Change location of temporary file from /tmp to /var/tmp. This is agrog1999-12-171-1/+2
| | | | | | | | | | | | | | | | repeat of an earlier commit which apparently got lost with the last import. It helps solve the frequently reported problem pid 4032 (mail.local), uid 0 on /: file system full (though there appears to be a lot of space) caused by idiots sending 30 MB mail messages. Most-recently-reported-by: jahanur <jahanur@jjsoft.com> Add $FreeBSD$ so that I can check the file back in. Rejected-by: CVS
* Fix problems with cancellation while in critical regions.deischen1999-12-1720-40/+95
| | | | | | | | | | | o Cancellation flags were not getting properly set/cleared. o Loops waiting for internal locks were not being exited correctly by a cancelled thread. o Minor spelling (cancelation -> cancellation) and formatting corrections (missing tab). Found by: tg Reviewed by: jasone
* Fixes for signal handling:deischen1999-12-1715-441/+624
| | | | | | | | | | | | | | o Don't call signal handlers with the signal handler access lock held. o Remove pending signals before calling signal handlers. If pending signals were not removed prior to handling them, invocation of the handler could cause the handler to be called more than once for the same signal. Found by: JB o When SIGCHLD arrives, wake up all threads in PS_WAIT_WAIT (wait4). PR: bin/15328 Reviewed by: jasone
* Fix the example in the bugs section.ken1999-12-171-1/+1
|
* Document NDFREE w/flags, and fix up the description of NOFOLLOW.eivind1999-12-161-11/+49
|
* Document pthread_create().chris1999-12-161-0/+2
| | | | Reviewed by: jasone
* Avoid an infinite loop if the last element of the iov array passed tojasone1999-12-163-3/+39
| | | | | | writev() has an iov_len of 0. PR: bin/8281
* The function request_cleanup() had a tsleep() with PCATCH. It ismckusick1999-12-162-2/+2
| | | | | | | | | | | | quite dangerous, since the process may hold locks at the point, and if it is stopped in that tsleep the machine may hang. Because the sleep is so short, the PCATCH is not required here, so it has been removed. For the future, the FreeBSD team needs to decide whether it is still reasonable to stop a process in tsleep, as that may affect any other code that uses PCATCH while holding kernel locks. Submitted by: Dmitrij Tejblum <tejblum@arc.hq.cti.ru> Reviewed by: Kirk McKusick <mckusick@mckusick.com>
* Move POSIX feature constants from pthread.h to unistd.h, as required byjasone1999-12-162-17/+24
| | | | | | | | | | | | | | 1003.1c-1995. Undefine _POSIX_THREAD_SAFE_FUNCTIONS, since we do not implement all of the necessary interfaces. At least getgrgid_r(), getrnam_r(), getpwuid_r(), getpwnam_r(), getc_unlocked(), getchar_unlocked(), putc_unlocked(), and putchar_unlocked() are missing. Due to a likely typo in 1003.1c-1995, we are not technically allowed to define _POSIX_THREADS without defining _POSIX_THREAD_SAFE_FUNCTIONS, but either way we're non-compliant, so I'm leaving _POSIX_THREADS defined. PR: bin/8281
* Update the xl driver to recognize yet another 3c905B/3c905C class NIC:wpaul1999-12-162-0/+5
| | | | | | | | | | | | | | | | | the 3c450-TX HomeConnect. Like the 3cSOHO100-TX OfficeConnect, this NIC uses the same ASIC as the 3c905B/3c905C but is targeted for a particular market segment (home users). It is somewhat less expensive than the 3c905B/3c905C ($49, according to the 3Com web site), comes with its own custom driver kit and is bundled with various goofy Windows software packages designed to demonstrate the niftyness of home networking (networked game demos, etc...). Changes are: - Add PCI ID to list in if_xlreg.h. - Update xl_devs table in if_xl.c. - Update xl_choose_xcvr() to consider the HomeConnect the same as all the other 10baseT/100baseTX cards.
* KAME 4th patchshin1999-12-166-4/+1088
| | | | | | | | IPv6 specific library functions addition. (getnameinfo(), getaddrinfo(), and IPv6 transport support is not yet) Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
* Don't build gensetdefs when we can use /usr/bin/gensetdefs. The lattermarcel1999-12-167-532/+17
| | | | | | also creates setdef{0|1}.c so there's no need to have those in the repository. Using /usr/bin/gensetdefs has no consequences for the output.
* Have NFS use a snapshot of boottime instead of boottime itself todillon1999-12-162-12/+28
| | | | | | | | | | | generate the NFSv3 Version id. boottime itself may change, sometimes once every tick if you are running xntpd, which really throws off clients. Clients will tend to throw away what they believe to be stale data too often, and can get into long loops rewriting the same data over and over again because they believe the server has rebooted over and over again due to the changing version id. Approved by: jkh
* This commit was generated by cvs2svn to compensate for changes in r54690,obrien1999-12-163-229/+311
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * * The C1010 stepping B0 (Rev 1) tested OK for DT transfers without the U3ENobrien1999-12-163-229/+311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | broken bit work-around enabled. * Fixed a bug that made MDP not work. (However, MDP is actually not tested due to lack of hardware using this feature). * Chip table changed to support the C1010 B0 w/o the U3EN bit work-around enabled. * Add the SYM_SETUP_MAX_LUN, SYM_SETUP_LP_PROBE_MAP (used to tell the driver about chips that are to be claimed with lower priority than old PCI bus based driver (typically the ncr)), SYM_SETUP_SCSI_DIFF, and SYM_SETUP_PCI_PARITY options. Submitted by: Gerard Roudier <groudier@club-internet.fr>
OpenPOWER on IntegriCloud