| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=108623
|
|
|
|
| |
Notes:
svn path=/head/; revision=108622
|
|
|
|
| |
Notes:
svn path=/head/; revision=108621
|
|
|
|
| |
Notes:
svn path=/head/; revision=108620
|
|
|
|
|
|
|
|
|
|
|
| |
As a side effect, it makes the code easier to read and requires less
pointer arithmetic.
Test by: strerror regression test
Submitted by: Tim Kientzle <kientzle@acm.org>
Notes:
svn path=/head/; revision=108603
|
|
|
|
|
|
|
|
| |
Move struct swdevt from sys/conf.h to the more appropriate vm/swap_pager.h.
Adjust #include use in libkvm and pstat(8) to match.
Notes:
svn path=/head/; revision=108602
|
|
|
|
|
|
|
| |
by the C standard.
Notes:
svn path=/head/; revision=108598
|
|
|
|
| |
Notes:
svn path=/head/; revision=108597
|
|
|
|
| |
Notes:
svn path=/head/; revision=108582
|
|
|
|
|
|
|
|
|
|
| |
when the same pipe FILE is pclosed()'d in different threads, and to avoid
corrupting the linked list when adding or removing items. The symptoms of
the linked list getting corrupted were pclose() either not finding the pipe
on the list, or the list becoming circular and pclose() looping infinitely.
Notes:
svn path=/head/; revision=108580
|
|
|
|
|
|
|
|
| |
Submitted by: Andre Albsmeier <andre.albsmeier@siemens.com>
MFC after: 7 days
Notes:
svn path=/head/; revision=108579
|
|
|
|
|
|
|
|
|
|
|
| |
to Solaris, it is in /usr/libexec) to perform the handing over of tty nodes
to the user being granted the pty.
Submitted by: Ryan Younce <ryany@pobox.com>
Reviewed by: security-officer@, standards@, mike@
Notes:
svn path=/head/; revision=108574
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This situation most notably arises in chkprintcap, when a /etc/printcap
entry has an empty rp= attribute. In that case, cgetmatch would enter
an infinite loop if any entry in the file has multiple names.
This causes lpd to hang at boot time on 5.0-DP2 when both conditions
are met (:rp=: and multiple names -- not necessarily on the same entry).
Reviewed by: roberto
Notes:
svn path=/head/; revision=108553
|
|
|
|
|
|
|
| |
especially in troff files.
Notes:
svn path=/head/; revision=108533
|
|
|
|
|
|
|
| |
Add FreeBSD Id tag where missing.
Notes:
svn path=/head/; revision=108470
|
|
|
|
|
|
|
|
| |
It makes a difference on 64-bit arches, and no one really wants a 2^64
block size [yet].
Notes:
svn path=/head/; revision=108445
|
|
|
|
| |
Notes:
svn path=/head/; revision=108429
|
|
|
|
|
|
|
|
|
|
|
|
| |
a pointer and lack a prototype will have the return value (assumed
to be an integer) zero-extended to a pointer. On ia64 this is
unconditionally fatal as it zeroes-out the region bits, forming an
invalid pointer. Fix the sigsegv by including <stdlib.h>.
Pointy hat: bbraun
Notes:
svn path=/head/; revision=108419
|
|
|
|
|
|
|
|
|
| |
Update copyrights.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=108412
|
|
|
|
|
|
|
|
|
|
|
| |
- Update BUGS: this stuff is implemented.
- Update last modified date.
- Document acl_set_link_np() call.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=108411
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Updated copyrights, modified dates
- Remove "BUGS" entry indicating that ACLs are unimplemented
- Implement acl_*_link() library wrapper variants for get, set,
delete, aclvalid.
- Document acl_*_link() calls.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=108410
|
|
|
|
| |
Notes:
svn path=/head/; revision=108380
|
|
|
|
|
|
|
| |
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
Notes:
svn path=/head/; revision=108340
|
|
|
|
| |
Notes:
svn path=/head/; revision=108317
|
|
|
|
|
|
|
|
| |
Make cgetmatch's locals const.
Make cdbget take a const string and copy it into a buffer.
Notes:
svn path=/head/; revision=108312
|
|
|
|
| |
Notes:
svn path=/head/; revision=108310
|
|
|
|
|
|
|
| |
not yet inplemented and to clear up some wording.
Notes:
svn path=/head/; revision=108309
|
|
|
|
| |
Notes:
svn path=/head/; revision=108300
|
|
|
|
| |
Notes:
svn path=/head/; revision=108299
|
|
|
|
|
|
|
|
|
|
|
| |
devices that is not inserted any media.
This is MFC candidate.
Submitted by: ISAKA Yoji <isaka@cory.jp>
Notes:
svn path=/head/; revision=108292
|
|
|
|
|
|
|
|
|
|
| |
which perform shell-style word expansion on strings. This is still a
little rough around the edges.
PR: 13420
Notes:
svn path=/head/; revision=108288
|
|
|
|
| |
Notes:
svn path=/head/; revision=108260
|
|
|
|
| |
Notes:
svn path=/head/; revision=108257
|
|
|
|
|
|
|
|
| |
PR: 46252
Submitted by: Jeroen Ruigrok van der Werven <asmodai@wxs.nl>
Notes:
svn path=/head/; revision=108230
|
|
|
|
|
|
|
| |
PR: docs/37176
Notes:
svn path=/head/; revision=108221
|
|
|
|
| |
Notes:
svn path=/head/; revision=108217
|
|
|
|
|
|
|
| |
Approved by: re (rwatson)
Notes:
svn path=/head/; revision=108176
|
|
|
|
|
|
|
|
|
|
| |
cast (casting long to a void pointer, rather than intptr_t to a
void pointer) bogons.
Reviewed by: bde
Notes:
svn path=/head/; revision=108168
|
|
|
|
|
|
|
|
|
| |
by setproctitle().
Reviewed by: jkh
Notes:
svn path=/head/; revision=108163
|
|
|
|
|
|
|
|
| |
by basename() and dirname().
Reviewed by: eric
Notes:
svn path=/head/; revision=108152
|
|
|
|
|
|
|
|
|
| |
the -fpcc-struct-return calling convention properly instead of
returning garbage. This may break backwards compatibility with some old
binaries that were compiled when -fno-pcc-struct-return was the default.
Notes:
svn path=/head/; revision=108151
|
|
|
|
|
|
|
|
|
|
| |
values (EOF in our case) on error, and some of the possible errno values
in an Errors section.
PR: 39257
Notes:
svn path=/head/; revision=108121
|
|
|
|
|
|
|
| |
section to reflect this.
Notes:
svn path=/head/; revision=108120
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Fix an English error (comma splice) and poorly worded sentence.
o Fix KNF ordering of variables (pointers come before arithmetic types).
o Restore hand-optimization of sizeof()-1, instead of strlen().
o Remove unneeded local variables in strerror_r().
Test by: strerror regression test
Requested by: bde
Reviewed by: bde
Notes:
svn path=/head/; revision=108118
|
|
|
|
|
|
|
|
| |
PR: 43357
Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU>
Notes:
svn path=/head/; revision=108113
|
|
|
|
|
|
|
|
|
| |
contiguous chunks of memory. It happens to do so in the bootstrap
code, but not necessarily in other places.
MFC after: 7 days
Notes:
svn path=/head/; revision=108108
|
|
|
|
|
|
|
| |
MFC after: 1 day
Notes:
svn path=/head/; revision=108105
|
|
|
|
| |
Notes:
svn path=/head/; revision=108100
|
|
|
|
|
|
|
|
|
| |
and sendto() cancelation points, as required by POSIX.1-2001.
Reviewed by: deischen
Notes:
svn path=/head/; revision=108092
|
|
|
|
|
|
|
| |
C99 now that all known standards-related bugs have been fixed.
Notes:
svn path=/head/; revision=108091
|