summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Write protect the text segment of gzip'ed programs.phk1996-08-011-27/+21
| | | | | | | Various other cleanups by phk. Reviewed by: phk Submitted by: Igor Khasilev <igor@jabber.paco.odessa.ua>
* Declare fls() for the non-inline case. Defer writing the generic versionwollman1996-08-011-1/+4
| | | | until it actually matters.
* Add an fls() inline function which does the opposite operation towollman1996-08-012-2/+24
| | | | ffs(). (That is to say, it searches in the opposite direction.)
* Use the defines and macros defined in /sys/pccard/cis.h to make the codenate1996-08-011-24/+25
| | | | | | easier to understand. LOTS more work needed in this area. Inspired by: The Nomad code
* Whoops! VTYs return zero values for TIOCGSIZE! Work around this.jkh1996-08-013-6/+6
|
* Don't query DNS if we haven't got it configured.jkh1996-08-012-24/+32
|
* Handle SIGPIPE in a couple of crucial places.jkh1996-08-014-16/+52
|
* Put verbosity in the right place.jkh1996-08-011-3/+3
|
* Purely cosmetic tweaks.jkh1996-08-014-10/+10
|
* Clean up the results from getch().jkh1996-08-016-12/+12
|
* Close PR#1542. Don't just assume 24 lines, get the tty size.jkh1996-08-0118-48/+84
| | | | | | | Some things may still display text on the 24th line, but that's because they've always been screens designed to fit into a minimal real-estate and have hardwired assumptions about the dimensions. They'll be a little harder to make dynamic.
* Change ${NCFTP} to ${FETCH}. Fix bogon that describes the do-* targetsasami1996-08-011-8/+9
| | | | | | (it wasn't even English!). Fixes PR docs/1448.
* Make -force work for pkg_add.jkh1996-07-311-2/+2
|
* Add a required save/restorejkh1996-07-313-3/+9
|
* Eliminated pcb_inl. It was always 0 because context switches don't occurbde1996-07-317-29/+10
| | | | in interrupt handlers.
* Try again.jkh1996-07-313-6/+6
|
* Changed wakeup_one() to continue looping, possibly waking up additionaldg1996-07-311-8/+5
| | | | | | processes, until it finds one that is not swapped out. Submitted by: dyson
* Don't munge keystrokes.jkh1996-07-3112-60/+81
|
* Updated to match kernel changes for timer/run queue.dg1996-07-311-2/+2
|
* Converted timer/run queues to 4.4BSD queue style. Removed old and unuseddg1996-07-319-176/+101
| | | | | | | sleep(). Implemented wakeup_one() which may be used in the future to combat the "thundering herd" problem for some special cases. Reviewed by: dyson
* Prevent Geometry warning messages when the disk is already "dedicated"jkh1996-07-313-33/+18
|
* Move intermediary file generation to /var partitionpst1996-07-311-2/+2
|
* More minor tweaks (that I'm trying to get into the SNAP).jkh1996-07-313-45/+45
|
* Detect which partitions have already been created with `auto' so as not to ↵jkh1996-07-3115-294/+366
| | | | | | | | create them twice. Various cosmetic tweaks.
* link chgrp to chown, don't list it as a binaryjkh1996-07-312-4/+6
|
* Add New porter Andreas Kohout <shanee@rabbit.augusta.de>chuckr1996-07-301-1/+2
| | | | Thanks for the new ports, Andreas!
* add br275.iso.kbd - Brazilian 275 keyboard ISO-8859-1wosch1996-07-304-11/+288
| | | | | | | | add br275.cp850.kbd - Brazilian 275 keyboard Codepage 850 Makefile: sort keymaps entries submitted by: Daniel C. Sobral <dcs@gns.com.br>
* Add links to the sample Makefile from two other sections that talkasami1996-07-301-13/+20
| | | | about Makefiles.
* Ensure that each Kerberised applet has CFLAGS containing -DKERBEROS.markm1996-07-309-11/+13
|
* Some breakeages sneaked in. This fixes them.markm1996-07-307-9/+4
| | | | | | (this relates to a name change in a library that was not properly backed up by the author) Reported by: too mant :-(
* Fixed longstanding bug of not checking `dumpdev' or setting `dumplo'bde1996-07-302-20/+14
| | | | | | | | | | | early enough when the dump device is specified in the config file. Removed stale comment about configuration root and swap devices. Don't bother clearing dumplo when dumpdev is set to NODEV. Everything is controlled by dumpdev. Fixed the kern.dumpdev sysctl. Writes were handle bogusly.
* Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplifiedbde1996-07-303-120/+96
| | | | timestamp code.
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes werebde1996-07-307-94/+217
| | | | | | | handled bogusly. Centralized the setting of all the frequency variables. Set these variables atomically. Some new ones aren't used yet.
* Add better support for retrieving management information from networkwollman1996-07-305-10/+255
| | | | | | | | | | | | | interfaces. This creates two new tables in the net.link.generic branch of the MIB; one contains (essentially) `ifdata' structures, and the other contains a blob provided by the interface (and presumably used to implement link-layer-specific MIB variables). A number of things have been moved around in the `ifnet' and `ifdata' structures, so NEW VERSIONS OF ifconfig(8) AND routed(8) ARE REQUIRED. (A simple recompile is all that's necessary.) I have a sample program which uses this interface for those interested in making use of it.
* Fix a bug under time's "-l" option. The values reported for averagejdp1996-07-301-1/+24
| | | | | | | | | | shared memory size, average unshared data size, and average unshared stack size were too high by a factor of 128/100, because the program used a hard-coded hz value of 100. The correct value is the frequency of the statistics clock, currently 128. The program now uses sysctl to get the stathz value from the kernel. Discussed with: bde@freebsd.org (Bruce Evans)
* Another round of merge.asami1996-07-3010-98/+1307
| | | | Submitted by: The FreeBSD(98) Development Team
* Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. Thisbde1996-07-303-7/+9
| | | | makes option DEVFS safe to use again (although mounting devfs is unsafe).
* Document that the major and minor numbers are parsed by strtoul().bde1996-07-301-2/+3
|
* Use strtoul() more carefully.bde1996-07-301-12/+34
| | | | | | | | Check that the major and minor are valid. Don't print `.' at the end of error messages. Fixed all warnings from "cc -Wall".
* Document that the relevant clock ticks are for the statistics clockbde1996-07-301-0/+3
| | | | and that the statistics clock has a frequency of sysconf(_SC_CLK_TCK).
* Document that clock ticks are for the profiling clock and that thebde1996-07-301-2/+4
| | | | clock frequency is stored in the gmon header.
* Fixed description of _SC_CLK_TCK. Both the clock and the unitsbde1996-07-301-1/+1
| | | | were wrong.
* Fixed comment about ru_maxrss. This field isn't an integral.bde1996-07-301-1/+1
|
* Fixed resource usage integrals. They were too large by a factor ofbde1996-07-303-60/+63
| | | | of profhz/stathz when profiling was enabled.
* one file somehow slipped by me in the previous commitadam1996-07-302-2/+6
| | | | tidy up
* Fix GIO_ATTR ioctl return to match SYSVache1996-07-303-6/+6
|
* when file can be opened for read but cannot be read from:adam1996-07-303-6/+11
| | | | | | | fail once (was twice) in forward case fail once (was no times) in reverse case this can happen when file is a directory on an NFS or procfs mount.
* Add MD5 checksums to packing list for all files during pkg_create and usejkh1996-07-3012-74/+105
| | | | | | | | | later at pkg_delete time to verify that you're deleting what you added. This, of course, does NOT cover the case where a file you still need hasn't changed! That's a tougher problem to solve, and this provides only the minimal amount of safety belt. MD5 checksums are stored in comment fields, so packages produced with these tools are backwards compatible with the older ones.
* Bring this section up to reality.asami1996-07-301-20/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | (1) Additional __FreeBSD_version's from <osreldate.h>. Closes PR docs/1438. Submitted by: "David E. O'Brien" <obrien@Nuxi.cs.ucdavis.edu> (2) Make it clear that when submitting a port, the package is not necassary. Suggested by: joerg (3) Recommend people to use send-pr to send us notifications of new ports and upgrades so that they won't fall between the cracks. Suggested by: a lot of people (4) Add a section about Motif and describe REQUIRES_MOTIF and MOTIFLIB. Prodded by: chuckr (5) Revise the licensing problems section and describe the two variables RESTRICTED and NO_CDROM. (6) Fill in the section about upgrading. In particular, recommend to send in diffs of the old and new ports (these are "ports", not the original source or anything!), so it's easier to see what has changed.
* Edit this for consistency's sake (though it's syntactically identical).jkh1996-07-301-2/+2
| | | | Noticed-By: "William A. Gill" <bill@duchess.wagill.com>
OpenPOWER on IntegriCloud