aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-17267-1125/+1090
| | | | | | | | Submitted by: Mark Santcroos <marks@ripe.net> Reviewed by: imp, dfr, bde Notes: svn path=/head/; revision=127135
* Resolve conflicts after import of OpenSSL 0.9.7d.Jacques Vidrine2004-03-179-6/+17
| | | | Notes: svn path=/head/; revision=127134
* Add bus_alloc_resource_any(9), which does bus_alloc_resource() with theNate Lawson2004-03-173-4/+27
| | | | | | | | | | | appropriate default values. Document it in the manpage. Submitted by: Mark Santcroos <marks@ripe.net> Reviewed by: imp, dfr, bde Abstains: bde Notes: svn path=/head/; revision=127133
* Update manual pages for OpenSSL 0.9.7d.Jacques Vidrine2004-03-17155-324/+1110
| | | | Notes: svn path=/head/; revision=127131
* This commit was generated by cvs2svn to compensate for changes in r127128,Jacques Vidrine2004-03-17181-1511/+2602
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=127129
| * Vendor import of OpenSSL 0.9.7d.Jacques Vidrine2004-03-17190-1517/+2619
| | | | | | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=127128
* | Fix typoChristian Brueffer2004-03-172-2/+2
| | | | | | | | Notes: svn path=/head/; revision=127127
* | o Start sentences on new linesChristian Brueffer2004-03-172-16/+34
| | | | | | | | | | | | | | o misc format fixes Notes: svn path=/head/; revision=127126
* | Language cleanupChristian Brueffer2004-03-172-18/+18
| | | | | | | | Notes: svn path=/head/; revision=127125
* | Language cleanupChristian Brueffer2004-03-171-6/+6
| | | | | | | | Notes: svn path=/head/; revision=127124
* | Fix information leakage.Pawel Jakub Dawidek2004-03-171-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this fix it is possible to cheat policies like: - sysctl security.bsd.see_other_[gu]ids=0, - mac_seeotheruids(4), - jail(2) and get full processes list with their arguments. This problem exists from revision 1.62 of kern_proc.c when it was introduced. Reviewed by: nectar, rwatson. Notes: svn path=/head/; revision=127123
* | Make ddp_ports static, as it's not used outside of ddp_usrreq.c.Robert Watson2004-03-173-3/+2
| | | | | | | | | | | | | | | | Inspired by: Day spent hiking to hot springs in Taiwan Powered by: Asia BSDCon 2004 Notes: svn path=/head/; revision=127122
* | Update list of macros defined in <stdio.h>.Tim J. Robbins2004-03-171-1/+17
| | | | | | | | Notes: svn path=/head/; revision=127121
* | Re-add description of putc() macro (back out rev. 1.13.)Tim J. Robbins2004-03-171-2/+8
| | | | | | | | Notes: svn path=/head/; revision=127120
* | Re-add text that says getc() is a macro (back out rev. 1.16.)Tim J. Robbins2004-03-171-1/+2
| | | | | | | | Notes: svn path=/head/; revision=127119
* | This commit was generated by cvs2svn to compensate for changes in r127114,Jacques Vidrine2004-03-171-0/+8
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=127115
| * Correct a denial-of-service vulnerability in OpenSSL (CAN-2004-0079).Jacques Vidrine2004-03-171-0/+8
| | | | | | | | | | | | | | Obtained from: OpenSSL CVS (http://cvs.openssl.org/chngview?cn=12033) Notes: svn path=/vendor-crypto/openssl/dist/; revision=127114
* | Correct a grammatical error.Ceri Davies2004-03-171-1/+1
| | | | | | | | | | | | | | | | | | PR: docs/63984 Submitted by: Ulrich Spoerlein <q@uni.de> MFC after: 1 day Notes: svn path=/head/; revision=127113
* | Improved incorrect usage diagnostics.Ruslan Ermilov2004-03-171-2/+6
| | | | | | | | Notes: svn path=/head/; revision=127112
* | Trust bsd.prog.mk to set SRCS correctly.Ruslan Ermilov2004-03-171-1/+0
| | | | | | | | Notes: svn path=/head/; revision=127111
* | GC unnecessary include file.Ruslan Ermilov2004-03-172-38/+0
| | | | | | | | Notes: svn path=/head/; revision=127110
* | Adjust the number of processes waiting on a semaphore properly if we'reColin Percival2004-03-171-6/+12
| | | | | | | | | | | | | | | | | | | | | | woken up in the middle of sleeping. PR: misc/64347 Reviewed by: tjr MFC after: 7 days Notes: svn path=/head/; revision=127108
* | Move the _arlconfig define in the existing i386 section.Yoshihiro Takahashi2004-03-171-3/+1
| | | | | | | | | | | | | | Suggested by: ru Notes: svn path=/head/; revision=127107
* | This commit was generated by cvs2svn to compensate for changes in r127105,David E. O'Brien2004-03-173-1388/+0
| | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=127106
* | Avoid the whole -I${DESTDIR}/usr/include/gnu issue by includingDavid E. O'Brien2004-03-172-6/+5
| | | | | | | | | | | | | | <gnu/regex.h> vs. just <regex.h>. Notes: svn path=/head/; revision=127104
* | Adjust $FreeBSD$'s.David E. O'Brien2004-03-172-5/+1
| | | | | | | | Notes: svn path=/head/; revision=127103
* | Fix a POSIX conformance bug. POSIX says sigwait should return error numberDavid Xu2004-03-172-6/+6
| | | | | | | | | | | | | | in return value not in errno. Notes: svn path=/head/; revision=127102
* | Add a tip for people who are using database-related ports on a sparc64Garance A Drosehn2004-03-171-0/+7
| | | | | | | | | | | | | | | | | | system that they intend to upgrade to 64-bit time_t. Noticed by: Roderick van Domburg Notes: svn path=/head/; revision=127101
* | Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(),Tim J. Robbins2004-03-177-34/+28
| | | | | | | | | | | | | | | | | | | | ferror(), fileno() and clearerr(), using the value of __isthreaded to decide between the fast inline single-threaded code and the more general function equivalent. This gives most of the performance benefits of the old unsafe macros while preserving thread safety. Notes: svn path=/head/; revision=127100
* | Remove tun_proc; replace with tun_pid. tun_proc pointer may be staleRobert Watson2004-03-171-7/+14
| | | | | | | | | | | | | | | | | | | | | | as the process that opens tun_softc can exit before the file descriptor is closed. Taiwan experience provided by: keichii Crashing breakers provided by: Chia-liang Kao <clkao@clkao.org> Notes: svn path=/head/; revision=127099
* | Add tap_mtx to tap_softc in order to protect per-softc variablesRobert Watson2004-03-172-2/+44
| | | | | | | | | | | | | | | | | | | | (tap_pid, tap_flags). if_tap should now be entirely MPSAFE. Committed from: Bamboo house by ocean in Taiwan Tropical paradise provided by: Chia-liang Kao <clkao@clkao.org> Notes: svn path=/head/; revision=127098
* | Implement "arlconfig arlX quality".Max Khon2004-03-168-328/+226
| | | | | | | | | | | | | | | | | | Man pages fixes. Submitted by: Stanislav A. Svirid <count@riss-telecom.ru> Notes: svn path=/head/; revision=127097
* | New release note:Hiroki Sato2004-03-162-0/+10
| | | | | | | | | | | | | | libdisk's u_long->d_addr_t change. Notes: svn path=/head/; revision=127096
* | Avoid doing bawrite to initialize inode block while holding cylinderAlexander Kabaev2004-03-161-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | group block locked. If filesystem has any active snapshots, bawrite can come back trying to allocate new snapshot data block from the same cylinder group and cause panic due to recursive lock attempt. PR: 64206 Reviewed by: mckusick Tested by: pjd Notes: svn path=/head/; revision=127095
* | Run through indent(1) so I can read the code without getting a headache.Dag-Erling Smørgrav2004-03-1628-10634/+10466
| | | | | | | | | | | | | | | | The result isn't quite knf, but it's knfer than the original, and far more consistent. Notes: svn path=/head/; revision=127094
* | Fix copyrights and mandoc markup.Max Khon2004-03-163-22/+23
| | | | | | | | | | | | | | Pointed out by: ru Notes: svn path=/head/; revision=127093
* | Use void * instead of char * to avoid violating C99 strict aliasing rules.Dag-Erling Smørgrav2004-03-161-17/+12
| | | | | | | | Notes: svn path=/head/; revision=127092
* | Use unions to avoid violating C99 strict aliasing rules.Dag-Erling Smørgrav2004-03-166-43/+50
| | | | | | | | Notes: svn path=/head/; revision=127091
* | Approved by: mat (mentor).Thierry Thomas2004-03-161-0/+1
| | | | | | | | Notes: svn path=/head/; revision=127088
* | Add explicit dependency on "ether", since we use ether_ifattach().Maxime Henrion2004-03-161-0/+1
| | | | | | | | Notes: svn path=/head/; revision=127087
* | Refactor the existing machine-dependent sf_buf_free() into a machine-Alan Cox2004-03-1610-127/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | dependent function by the same name and a machine-independent function, sf_buf_mext(). Aside from the virtue of making more of the code machine- independent, this change also makes the interface more logical. Before, sf_buf_free() did more than simply undo an sf_buf_alloc(); it also unwired and if necessary freed the page. That is now the purpose of sf_buf_mext(). Thus, sf_buf_alloc() and sf_buf_free() can now be used as a general-purpose emphemeral map cache. Notes: svn path=/head/; revision=127086
* | Remove a bogus assertion and readd it in a more correct location. A threadJohn Baldwin2004-03-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | might be enqueued on a sleep queue but not be asleep when the timeout fires if it is blocked on a lock trying to check for pending signals before going to sleep. In the case of fixing up the TDF_TIMEOUT race, however, the thread must be marked asleep. Reported by: kan (the bogus one) Notes: svn path=/head/; revision=127085
* | Added entries for 90 columns russian VGA modes.Jens Schweikhardt2004-03-161-0/+22
| | | | | | | | | | | | | | | | | | PR: conf/51830 Submitted by: Sergiy Vyshnevetskiy <serg@vostok.net> MFC after: 1 week Notes: svn path=/head/; revision=127084
* | Fix $FreeBSD$ ids.David E. O'Brien2004-03-1611-11/+29
| | | | | | | | Notes: svn path=/head/; revision=127082
* | Change libdisk and sysinstall to use d_addr_t rather than u_long for diskJohn Baldwin2004-03-1610-167/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | addresses. For arch's with 64-bit longs, this is a nop, but for i386 this allows sysinstall to properly handle disks and filesystems > 1 TB. Changes from the original patch include: - Use d_addr_t rather than inventing a blkcnt type based on int64_t. - Use strtoimax() rather than strtoull() to parse d_addr_t's from config files. - Use intmax_t casts and %jd rather than %llu to printf d_addr_t values. Tested on: i386 Tested by: kuriyama Submitted by: julian MFC after: 1 month Notes: svn path=/head/; revision=127081
* | Update the SiS support to distinguish older southbridges better.Søren Schmidt2004-03-162-9/+21
| | | | | | | | Notes: svn path=/head/; revision=127080
* | New release note:Hiroki Sato2004-03-162-0/+8
| | | | | | | | | | | | | | raid(4) removal. Notes: svn path=/head/; revision=127079
* | o Add an -S option to not attempt to ascertain the validity of a shell.Mike Makonnen2004-03-162-13/+59
| | | | | | | | | | | | | | | | | | | | o Add a -D option to not attempt to create the home directory. o Treat the /nonexistent home directory specially. It means the user has no home directory and it should not be created. o Update Copyright year and my email. Notes: svn path=/head/; revision=127076
* | Remove dangling raidctl referencePoul-Henning Kamp2004-03-161-1/+1
| | | | | | | | Notes: svn path=/head/; revision=127075
* | Add powerpc to temporary fix. The new cpu device claims allPeter Grehan2004-03-161-2/+2
| | | | | | | | | | | | | | | | 'generic' OpenFirmware nexus nodes, since it uses bus_generic_probe. Maybe the cpu device probe should be MD. Notes: svn path=/head/; revision=127074